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.
Checks if this endpoint is equal to the specified object.
The object to compare against.
true if the objects are equal, false otherwise.
true
false
Returns this endpoint's information.
This endpoint's information class
Return a string representation of the endpoint.
The string representation of the 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.