class TrafficLoggingFactory(WrappingFactory): (source)
Undocumented
Method | __init__ |
Undocumented |
Method | buildProtocol |
Undocumented |
Method | open |
Undocumented |
Method | resetCounter |
Reset the value of the counter used to identify connections. |
Instance Variable | lengthLimit |
Undocumented |
Instance Variable | logfilePrefix |
Undocumented |
Instance Variable | _counter |
Undocumented |
Inherited from WrappingFactory
:
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 |