class twisted.protocols.haproxy._interfaces.IProxyInfo(zope.interface.Interface): (source)
Known implementations: twisted.protocols.haproxy._info.ProxyInfo
Data container for PROXY protocol header data.
Attribute | header | The raw byestring that represents the PROXY protocol header. |
Attribute | source | An twisted.internet.interfaces.IAddress representing the connection source. |
Attribute | destination | An twisted.internet.interfaces.IAddress representing the connection destination. |
An twisted.internet.interfaces.IAddress
representing the connection destination.