class documentation

class HAProxyWrappingFactory(policies.WrappingFactory): (source)

View In Hierarchy

A Factory wrapper that adds PROXY protocol support to connections.
Method log​Prefix Annotate the wrapped factory's log prefix with some text indicating the PROXY protocol is in use.

Inherited from WrappingFactory:

Method __init__ Undocumented
Method build​Protocol Undocumented
Method client​Connection​Failed Undocumented
Method client​Connection​Lost Undocumented
Method do​Start Undocumented
Method do​Stop Undocumented
Method register​Protocol Called by protocol to register itself.
Method started​Connecting Undocumented
Method unregister​Protocol Called by protocols when they go away.
Instance Variable protocols Undocumented
Instance Variable wrapped​Factory Undocumented
def logPrefix(self): (source)
Annotate the wrapped factory's log prefix with some text indicating the PROXY protocol is in use.
Returns
strUndocumented