Ice.ConnectionInfo

class Ice.ConnectionInfo

Bases: object

Base class for all connection info classes.

adapterName

The name of the adapter associated with the connection.

Type:

str

incoming

True if this is an incoming connection, False otherwise.

Type:

bool

underlying

The information of the underlying transport or None if there’s no underlying transport.

Type:

ConnectionInfo | None