java.lang.Object
com.zeroc.Ice.EndpointInfo
com.zeroc.Ice.IPEndpointInfo
com.zeroc.Ice.TCPEndpointInfo
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, underlying
-
Method Summary
Methods inherited from class com.zeroc.Ice.EndpointInfo
datagram
-
Method Details
-
type
public short type()Description copied from class:EndpointInfo
Returns the type of the endpoint.- Overrides:
type
in classEndpointInfo
- Returns:
- The endpoint type.
-
secure
public boolean secure()- Overrides:
secure
in classEndpointInfo
- Returns:
- True for a secure endpoint.
-