class documentation

class HAProxyWrappingFactory(policies.WrappingFactory): (source)

View In Hierarchy

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

Inherited from WrappingFactory:

Method __init__ Undocumented
Method buildProtocol Undocumented
Method clientConnectionFailed Undocumented
Method clientConnectionLost Undocumented
Method doStart Undocumented
Method doStop Undocumented
Method registerProtocol Called by protocol to register itself.
Method startedConnecting Undocumented
Method unregisterProtocol Called by protocols when they go away.
Instance Variable protocols Undocumented
Instance Variable wrappedFactory Undocumented
def logPrefix(self): (source)
Annotate the wrapped factory's log prefix with some text indicating the PROXY protocol is in use.
Returns
strUndocumented