Ice 3.7 Slice API Reference
Loading...
Searching...
No Matches
Endpoint.ice File Reference
Include dependency graph for Endpoint.ice:
This graph shows which files directly or indirectly include this file:

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

namespace  Ice
 The Ice core library.

Constants

const short Ice::BTEndpointType = 6
 Uniquely identifies Bluetooth endpoints.
const short Ice::BTSEndpointType = 7
 Uniquely identifies SSL Bluetooth endpoints.
const short Ice::iAPEndpointType = 8
 Uniquely identifies iAP-based endpoints.
const short Ice::iAPSEndpointType = 9
 Uniquely identifies SSL iAP-based endpoints.
const short Ice::SSLEndpointType = 2
 Uniquely identifies SSL endpoints.
const short Ice::TCPEndpointType = 1
 Uniquely identifies TCP endpoints.
const short Ice::UDPEndpointType = 3
 Uniquely identifies UDP endpoints.
const short Ice::WSEndpointType = 4
 Uniquely identifies TCP-based WebSocket endpoints.
const short Ice::WSSEndpointType = 5
 Uniquely identifies SSL-based WebSocket endpoints.