Ice 3.7 C++11 API Reference
Classes | Namespaces | Variables
Endpoint.h File Reference
#include <IceUtil/PushDisableWarnings.h>
#include <Ice/ProxyF.h>
#include <Ice/ObjectF.h>
#include <Ice/ValueF.h>
#include <Ice/Exception.h>
#include <Ice/LocalObject.h>
#include <Ice/StreamHelpers.h>
#include <Ice/Comparable.h>
#include <IceUtil/ScopedArray.h>
#include <Ice/Optional.h>
#include <Ice/Version.h>
#include <Ice/BuiltinSequences.h>
#include <Ice/EndpointF.h>
#include <IceUtil/UndefSysMacros.h>
#include <IceUtil/PopDisableWarnings.h>
Include dependency graph for Endpoint.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Ice::Endpoint
 The user-level interface to an endpoint. More...
 
class  Ice::EndpointInfo
 Base class providing access to the endpoint details. More...
 
class  Ice::IPEndpointInfo
 Provides access to the address details of a IP endpoint. More...
 
class  Ice::OpaqueEndpointInfo
 Provides access to the details of an opaque endpoint. More...
 
class  Ice::TCPEndpointInfo
 Provides access to a TCP endpoint information. More...
 
class  Ice::UDPEndpointInfo
 Provides access to an UDP endpoint information. More...
 
class  Ice::WSEndpointInfo
 Provides access to a WebSocket endpoint information. More...
 

Namespaces

 Ice
 

Variables

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