Ice 3.7 Slice API Reference
Interfaces | Classes | Modules | Constants
Endpoint.ice File Reference
#include <Ice/Version.ice>
#include <Ice/BuiltinSequences.ice>
#include <Ice/EndpointF.ice>
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

 Ice
 The Ice core library.
 

Constants

const short Ice::BTEndpointType = 6
 Uniquely identifies Bluetooth endpoints. More...
 
const short Ice::BTSEndpointType = 7
 Uniquely identifies SSL Bluetooth endpoints. More...
 
const short Ice::iAPEndpointType = 8
 Uniquely identifies iAP-based endpoints. More...
 
const short Ice::iAPSEndpointType = 9
 Uniquely identifies SSL iAP-based endpoints. More...
 
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...