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, sourceAddressFields 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:EndpointInfoReturns the type of the endpoint.- Overrides:
typein classEndpointInfo- Returns:
- the endpoint type
-
secure
public boolean secure()Description copied from class:EndpointInfoReturns whether this endpoint uses SSL.- Overrides:
securein classEndpointInfo- Returns:
trueif this endpoint's transport uses SSL,falseotherwise
-