class documentation
class ProxyInfo: (source)
Implements interfaces: twisted.protocols.haproxy._interfaces.IProxyInfo
A data container for parsed PROXY protocol information.
Instance Variable | destination |
The connection destination address. |
Instance Variable | header |
The raw header bytes extracted from the connection. |
Instance Variable | source |
The connection source address. |