Package com.zeroc.Ice
Class OpaqueEndpointInfo
java.lang.Object
com.zeroc.Ice.EndpointInfo
com.zeroc.Ice.OpaqueEndpointInfo
- All Implemented Interfaces:
Cloneable
Provides access to the details of an opaque endpoint.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionbyte[]
The raw encoding of the opaque endpoint.The encoding version of the opaque endpoint (to decode or encode the rawBytes).Fields inherited from class com.zeroc.Ice.EndpointInfo
compress, timeout, underlying
-
Constructor Summary
ConstructorsConstructorDescriptionOpaqueEndpointInfo
(EndpointInfo underlying, int timeout, boolean compress, EncodingVersion rawEncoding, byte[] rawBytes) -
Method Summary
Methods inherited from class com.zeroc.Ice.EndpointInfo
datagram, secure, type
-
Field Details
-
rawEncoding
The encoding version of the opaque endpoint (to decode or encode the rawBytes). -
rawBytes
public byte[] rawBytesThe raw encoding of the opaque endpoint.
-
-
Constructor Details
-
OpaqueEndpointInfo
public OpaqueEndpointInfo() -
OpaqueEndpointInfo
public OpaqueEndpointInfo(EndpointInfo underlying, int timeout, boolean compress, EncodingVersion rawEncoding, byte[] rawBytes)
-
-
Method Details
-
clone
- Overrides:
clone
in classEndpointInfo
-