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 EncodingVersionThe encoding version of the opaque endpoint (to decode or encode therawBytes).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 therawBytes). -
rawBytes
public final byte[] rawBytesThe raw encoding of the opaque endpoint.
-
-
Method Details
-
type
public short type()Description copied from class:EndpointInfoReturns the type of the endpoint.- Overrides:
typein classEndpointInfo- Returns:
- the endpoint type
-