public interface Endpoint
An endpoint specifies the address of the server-end of an Ice connection.
An object adapter listens on one or more endpoints and a client establishes a connection to an endpoint.
-
Method Summary
Modifier and TypeMethodDescriptionReturns a string representation of this endpoint.getInfo()Returns this endpoint's information.
-
Method Details
-
_toString
String _toString()Returns a string representation of this endpoint.- Returns:
- the string representation of this endpoint
-
getInfo
EndpointInfo getInfo()Returns this endpoint's information.- Returns:
- this endpoint's information class
-