class documentation

class RemoteTerminatedConnection(H2Error):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method __str__ Undocumented
Instance Variable remote​_ip​_address Undocumented
Instance Variable terminate​_event Undocumented
def __init__(self, remote_ip_address, event):

Undocumented

Parameters
remote​_ip​_address:Optional[Union[IPv4Address, IPv6Address]]Undocumented
event:ConnectionTerminatedUndocumented
def __str__(self):

Undocumented

Returns
strUndocumented
remote_ip_address =

Undocumented

terminate_event =

Undocumented