Package com.zeroc.Ice

Class TCPEndpointInfo

All Implemented Interfaces:
Cloneable

public abstract class TCPEndpointInfo extends IPEndpointInfo
Provides access to a TCP endpoint information.
See Also:
  • Constructor Details

    • TCPEndpointInfo

      public TCPEndpointInfo()
    • TCPEndpointInfo

      public TCPEndpointInfo(EndpointInfo underlying, int timeout, boolean compress, String host, int port, String sourceAddress)
  • Method Details