interface documentation

class IProxyInfo(zope.interface.Interface): (source)

Known implementations: twisted.protocols.haproxy._info.ProxyInfo

View In Hierarchy

Data container for PROXY protocol header data.
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.
destination = (source)
An twisted.internet.interfaces.IAddress representing the connection destination.
header = (source)
The raw byestring that represents the PROXY protocol header.
source = (source)
An twisted.internet.interfaces.IAddress representing the connection source.