Ice 3.6 Slice API Reference
|
Go to the source code of this file.
Interfaces | |
local interface | Ice::Endpoint |
The user-level interface to an endpoint. More... | |
Classes | |
local class | Ice::EndpointInfo |
Base class providing access to the endpoint details. More... | |
local class | Ice::IPEndpointInfo |
Provides access to the address details of a IP endpoint. More... | |
local class | Ice::OpaqueEndpointInfo |
Provides access to the details of an opaque endpoint. More... | |
local class | Ice::TCPEndpointInfo |
Provides access to a TCP endpoint information. More... | |
local class | Ice::UDPEndpointInfo |
Provides access to an UDP endpoint information. More... | |
local class | Ice::WSEndpointInfo |
Provides access to a WebSocket endpoint information. More... | |
Modules | |
Ice | |
The Ice core library. | |
Constants | |
const short | Ice::SSLEndpointType = 2 |
Uniquely identifies SSL endpoints. More... | |
const short | Ice::TCPEndpointType = 1 |
Uniquely identifies TCP endpoints. More... | |
const short | Ice::UDPEndpointType = 3 |
Uniquely identifies UDP endpoints. More... | |
const short | Ice::WSEndpointType = 4 |
Uniquely identifies TCP-based WebSocket endpoints. More... | |
const short | Ice::WSSEndpointType = 5 |
Uniquely identifies SSL-based WebSocket endpoints. More... | |