class ProxyInfo: (source)
Implements interfaces: twisted.protocols.haproxy._interfaces.IProxyInfo
| Method | __init__ |
Undocumented |
| Class Variable | __slots__ |
Undocumented |
| 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. |