Ice.IPConnectionInfo

class Ice.IPConnectionInfo

Bases: ConnectionInfo

Provides access to the connection details of an IP connection.

localAddress

The local address.

Type:

str

localPort

The local port.

Type:

int

remoteAddress

The remote address.

Type:

str

remotePort

The remote port.

Type:

int