Package com.zeroc.Ice

Class TCPEndpointInfo


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

    • type

      public short type()
      Description copied from class: EndpointInfo
      Returns the type of the endpoint.
      Overrides:
      type in class EndpointInfo
      Returns:
      the endpoint type
    • secure

      public boolean secure()
      Description copied from class: EndpointInfo
      Returns whether this endpoint uses SSL.
      Overrides:
      secure in class EndpointInfo
      Returns:
      true if this endpoint's transport uses SSL, false otherwise