class twisted.protocols.haproxy._info.ProxyInfo: (source)
Implements interfaces: twisted.protocols.haproxy._interfaces.IProxyInfo
A data container for parsed PROXY protocol information.
Instance Variable | header | The raw byestring that represents the PROXY protocol header. |
Instance Variable | source | An twisted.internet.interfaces.IAddress representing the connection source. |
Instance Variable | destination | An twisted.internet.interfaces.IAddress representing the connection destination. |
Class Variable | __slots__ | Undocumented |
Method | __init__ | Undocumented |
twisted.internet.interfaces.IAddress
)