Package com.zeroc.Ice

Class IPEndpointInfo

java.lang.Object
com.zeroc.Ice.EndpointInfo
com.zeroc.Ice.IPEndpointInfo
Direct Known Subclasses:
TCPEndpointInfo, UDPEndpointInfo

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

    • host

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

      public final int port
      The port number.
    • sourceAddress

      public final String sourceAddress
      The source IP address.
  • Constructor Details

    • IPEndpointInfo

      protected IPEndpointInfo(boolean compress, String host, int port, String sourceAddress)
      Constructs an IPEndpointInfo with the specified parameters.
      Parameters:
      compress - whether to compress the endpoint
      host - the host or address configured with the endpoint
      port - the port number
      sourceAddress - the source IP address