Ice::OpaqueEndpointInfo
Overview
local class OpaqueEndpointInfo extends Ice::EndpointInfo
Provides access to the details of an opaque endpoint.
See Also
Data Member Index
rawEncoding — The encoding version of the opaque endpoint (to decode or encode the rawBytes).
rawBytes — The raw encoding of the opaque endpoint.
Data Members
Ice::EncodingVersion rawEncoding;
The encoding version of the opaque endpoint (to decode or encode the rawBytes).
Ice::ByteSeq rawBytes;
The raw encoding of the opaque endpoint.