OpenQuizz
Une application de gestion des contenus pédagogiques
ConnectionReadyEvent Class Reference
Inheritance diagram for ConnectionReadyEvent:
Collaboration diagram for ConnectionReadyEvent:

Additional Inherited Members

- Public Member Functions inherited from _ConnectionEvent
def __init__ (self, address, connection_id)
 
def address (self)
 
def connection_id (self)
 
def __repr__ (self)
 

Detailed Description

Published when a Connection has finished its setup, and is ready to use.

:Parameters:
 - `address`: The address (host, port) pair of the server this
   Connection is attempting to connect to.
 - `connection_id`: The integer ID of the Connection in this Pool.

.. versionadded:: 3.9

The documentation for this class was generated from the following file: