Ice.ConnectionInfo

class Ice.ConnectionInfo

Bases: object

Base class for all connection info classes.

Connection info classes provide access to the connection details. They are used to get information about the connection, such as whether it’s incoming or outgoing, the adapter name, and connection ID.

adapterName

adapter associated with the connection

Type:

str

incoming

whether connection is incoming

Type:

bool

underlying

underlying connection information

Type:

Ice.ConnectionInfo | None