class WrappingFactory(ClientFactory): (source)
Known subclasses: twisted.protocols.haproxy._wrapper.HAProxyWrappingFactory
, twisted.protocols.policies.LimitConnectionsByPeer
, twisted.protocols.policies.SpewingFactory
, twisted.protocols.policies.ThrottlingFactory
, twisted.protocols.policies.TimeoutFactory
, twisted.protocols.policies.TrafficLoggingFactory
, twisted.protocols.tls.TLSMemoryBIOFactory
Method | __init__ |
Undocumented |
Method | buildProtocol |
Undocumented |
Method | clientConnectionFailed |
Undocumented |
Method | clientConnectionLost |
Undocumented |
Method | doStart |
Undocumented |
Method | doStop |
Undocumented |
Method | logPrefix |
Generate a log prefix mentioning both the wrapped factory and this one. |
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 |
twisted.protocols.haproxy._wrapper.HAProxyWrappingFactory
, twisted.protocols.tls.TLSMemoryBIOFactory
twisted.protocols.policies.LimitConnectionsByPeer
, twisted.protocols.policies.ThrottlingFactory