Ice.Endpoint

class Ice.Endpoint

Bases: object

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.

getInfo() Ice.EndpointInfo

Returns this endpoint’s information.

Returns:

This endpoint’s information class.

Return type:

Ice.EndpointInfo

toString() str

Returns a string representation of this endpoint.

Returns:

The string representation of this endpoint.

Return type:

str