Ice 3.7 C++98 API Reference
Loading...
Searching...
No Matches
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

namespace  Ice

Typedefs

typedef ::IceInternal::Handle< EndpointInfoIce::EndpointInfoPtr
typedef ::IceInternal::Handle< EndpointIce::EndpointPtr
typedef ::IceInternal::Handle< IPEndpointInfoIce::IPEndpointInfoPtr
typedef ::IceInternal::Handle< OpaqueEndpointInfoIce::OpaqueEndpointInfoPtr
typedef ::IceInternal::Handle< TCPEndpointInfoIce::TCPEndpointInfoPtr
typedef ::IceInternal::Handle< UDPEndpointInfoIce::UDPEndpointInfoPtr
typedef ::IceInternal::Handle< WSEndpointInfoIce::WSEndpointInfoPtr

Variables

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.