java.lang.Object
com.zeroc.Ice.EndpointInfo
com.zeroc.Ice.IPEndpointInfo
- Direct Known Subclasses:
TCPEndpointInfo
,UDPEndpointInfo
Provides access to the address details of a IP endpoint.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal String
The host or address configured with the endpoint.final int
The port number.final String
The source IP address.Fields inherited from class com.zeroc.Ice.EndpointInfo
compress, underlying
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
IPEndpointInfo
(boolean compress, String host, int port, String sourceAddress) Constructs an IPEndpointInfo with the specified parameters. -
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 with the specified parameters.- Parameters:
compress
- whether to compress the endpointhost
- the host or address configured with the endpointport
- the port numbersourceAddress
- the source IP address
-