Package com.zeroc.Ice
Class TCPEndpointInfo
java.lang.Object
com.zeroc.Ice.EndpointInfo
com.zeroc.Ice.IPEndpointInfo
com.zeroc.Ice.TCPEndpointInfo
- All Implemented Interfaces:
Cloneable
Provides access to a TCP endpoint information.
- See Also:
-
Field Summary
Fields inherited from class com.zeroc.Ice.IPEndpointInfo
host, port, sourceAddress
Fields inherited from class com.zeroc.Ice.EndpointInfo
compress, timeout, underlying
-
Constructor Summary
ConstructorsConstructorDescriptionTCPEndpointInfo
(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
-
Constructor Details
-
TCPEndpointInfo
public TCPEndpointInfo() -
TCPEndpointInfo
public TCPEndpointInfo(EndpointInfo underlying, int timeout, boolean compress, String host, int port, String sourceAddress)
-
-
Method Details
-
clone
- Overrides:
clone
in classIPEndpointInfo
-