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

Public Member Functions

def __init__ (self, address, connection_id)
 
def address (self)
 
def connection_id (self)
 
def __repr__ (self)
 

Detailed Description

Private base class for some connection events.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  address,
  connection_id 
)

Member Function Documentation

◆ __repr__()

def __repr__ (   self)

Reimplemented in ConnectionClosedEvent.

◆ address()

def address (   self)
The address (host, port) pair of the server this connection is
attempting to connect to.

◆ connection_id()

def connection_id (   self)
The ID of the Connection.

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