Ice 3.7 Slice API Reference
Loading...
Searching...
No Matches
Ice::OpaqueEndpointInfo Local Class Reference

Provides access to the details of an opaque endpoint. More...

defined in <Ice/Endpoint.ice>

local class OpaqueEndpointInfo extends Ice::EndpointInfo { ... }

Inheritance diagram for Ice::OpaqueEndpointInfo:
Collaboration diagram for Ice::OpaqueEndpointInfo:

Data Members

ByteSeq rawBytes
 The raw encoding of the opaque endpoint.
EncodingVersion rawEncoding
 The encoding version of the opaque endpoint (to decode or encode the rawBytes).
Data Members inherited from Ice::EndpointInfo
bool compress
 Specifies whether or not compression should be used if available when using this endpoint.
int timeout
 The timeout for the endpoint in milliseconds.
EndpointInfo underlying
 The information of the underyling endpoint of null if there's no underlying endpoint.

Additional Inherited Members

Operations inherited from Ice::EndpointInfo
bool datagram ()
 Returns true if this endpoint is a datagram endpoint.
bool secure ()
 Returns true if this endpoint is a secure endpoint.
short type ()
 Returns the type of the endpoint.

Detailed Description

Provides access to the details of an opaque endpoint.

See also
Endpoint

Data Member Documentation

◆ rawBytes

ByteSeq rawBytes

The raw encoding of the opaque endpoint.

◆ rawEncoding

EncodingVersion rawEncoding

The encoding version of the opaque endpoint (to decode or encode the rawBytes).


The documentation for this class was generated from the following file: