java.lang.Object
com.zeroc.Ice.EndpointInfo
com.zeroc.Ice.OpaqueEndpointInfo
Provides access to the details of an opaque endpoint.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal byte[]
The raw encoding of the opaque endpoint.final EncodingVersion
The encoding version of the opaque endpoint (to decode or encode the rawBytes).Fields inherited from class com.zeroc.Ice.EndpointInfo
compress, underlying
-
Method Summary
Methods inherited from class com.zeroc.Ice.EndpointInfo
datagram, secure
-
Field Details
-
rawEncoding
The encoding version of the opaque endpoint (to decode or encode the rawBytes). -
rawBytes
public final byte[] rawBytesThe raw encoding of the opaque endpoint.
-
-
Method Details
-
type
public short type()Description copied from class:EndpointInfo
Returns the type of the endpoint.- Overrides:
type
in classEndpointInfo
- Returns:
- The endpoint type.
-