Package com.zeroc.Ice
Class IPEndpointInfo
java.lang.Object
com.zeroc.Ice.EndpointInfo
com.zeroc.Ice.IPEndpointInfo
- All Implemented Interfaces:
Cloneable
- Direct Known Subclasses:
TCPEndpointInfo
,UDPEndpointInfo
Provides access to the address details of a IP endpoint.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe host or address configured with the endpoint.int
The port number.The source IP address.Fields inherited from class com.zeroc.Ice.EndpointInfo
compress, timeout, underlying
-
Constructor Summary
ConstructorsConstructorDescriptionIPEndpointInfo
(EndpointInfo underlying, int timeout, boolean compress, String host, int port, String sourceAddress) -
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 int portThe port number. -
sourceAddress
The source IP address.
-
-
Constructor Details
-
IPEndpointInfo
public IPEndpointInfo() -
IPEndpointInfo
public IPEndpointInfo(EndpointInfo underlying, int timeout, boolean compress, String host, int port, String sourceAddress)
-
-
Method Details
-
clone
- Overrides:
clone
in classEndpointInfo
-