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