Implements interfaces: twisted.protocols.haproxy._interfaces.IProxyInfo

A data container for parsed PROXY protocol information.

Instance Variable header The raw header bytes extracted from the connection.
Instance Variable source The connection source address.
Instance Variable destination The connection destination address.
Class Variable __slots__ Undocumented
Method __init__ Undocumented
header =
The raw header bytes extracted from the connection.
(type: bytes)
source =
The connection source address.
(type: twisted.internet.interfaces.IAddress)
destination =
The connection destination address.
(type: twisted.internet.interfaces.IAddress)
__slots__ =
Undocumented
(type: Tuple[str, ...])
def __init__(self, header, source, destination): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2020-03-20 23:54:06.