class twisted.protocols.haproxy._wrapper.HAProxyWrappingFactory(policies.WrappingFactory): (source)
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 |
| Instance Variable | wrappedFactory | Undocumented |
| Instance Variable | protocols | Undocumented |
| Method | doStart | Undocumented |
| Method | doStop | Undocumented |
| Method | startedConnecting | Undocumented |
| Method | clientConnectionFailed | Undocumented |
| Method | clientConnectionLost | Undocumented |
| Method | buildProtocol | Undocumented |
| Method | registerProtocol | Called by protocol to register itself. |
| Method | unregisterProtocol | Called by protocols when they go away. |
Annotate the wrapped factory's log prefix with some text indicating the PROXY protocol is in use.
| Returns | Undocumented (type: str) | |