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

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 Pool creates a Connection object.

NOTE: This connection is not ready for use until the
:class:`ConnectionReadyEvent` is published.

: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: