Home Previous Up Next Index

Ice::OpaqueEndpointInfo

Overview

local class OpaqueEndpointInfo extends EndpointInfo

Provides access to the details of an opaque endpoint.

See Also

Endpoint

Data Members

EncodingVersion rawEncoding;

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

ByteSeq rawBytes;

The raw encoding of the opaque endpoint.


Home Previous Up Next Index