java.lang.Object
com.zeroc.Ice.EndpointInfo
com.zeroc.Ice.IPEndpointInfo
- Direct Known Subclasses:
TCPEndpointInfo,UDPEndpointInfo
Provides access to the address details of an IP endpoint.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal StringThe host or address configured with the endpoint.final intThe port number.final StringThe source IP address.Fields inherited from class com.zeroc.Ice.EndpointInfo
compress, underlying -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedIPEndpointInfo(boolean compress, String host, int port, String sourceAddress) Constructs an IPEndpointInfo. -
Method Summary
Methods inherited from class com.zeroc.Ice.EndpointInfo
datagram, secure, type
-
Field Details
-
host
The host or address configured with the endpoint. -
port
public final int portThe port number. -
sourceAddress
The source IP address.
-
-
Constructor Details
-
IPEndpointInfo
Constructs an IPEndpointInfo.- Parameters:
compress- whether to compress the endpointhost- the host or address configured with the endpointport- the port numbersourceAddress- the source IP address
-