|
Methods defined here:
- __init__(self, transport: '_asyncio.BaseTransport') -> 'None'
- Initialize this instance.
- logger_name(self, prefix: 'str' = '') -> 'str'
- Get a logger name for this connection.
- set_transport(self, transport: '_asyncio.BaseTransport') -> 'None'
- Set the transport for this instance.
Readonly properties defined here:
- socket
- Get this instance's underlying socket.
Data descriptors defined here:
- __dict__
- dictionary for instance variables
- __weakref__
- list of weak references to the object
Data and other attributes defined here:
- __annotations__ = {'_transport': '_asyncio.BaseTransport', 'remote_address': '_Optional[_IpHost]'}
|