class documentation

class twisted.protocols.haproxy._info.ProxyInfo: (source)

Implements interfaces: twisted.protocols.haproxy._interfaces.IProxyInfo

View In Hierarchy

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
header = (source)
The raw header bytes extracted from the connection.
(type: bytes)
__slots__ = (source)

Undocumented

(type: tuple[str, ...])
def __init__(self, header, source, destination): (source)

Undocumented

API Documentation for Twisted, generated by pydoctor 20.12.1 at 2021-02-28 19:53:36.