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

public abstract class IPEndpointInfo extends EndpointInfo
Provides access to the address details of a IP endpoint.
See Also:
  • Field Details

    • host

      public String host
      The host or address configured with the endpoint.
    • port

      public int port
      The port number.
    • sourceAddress

      public String 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