class twisted.protocols.policies.LimitConnectionsByPeer(WrappingFactory): (source)
Undocumented
| Class Variable | maxConnectionsPerPeer | Undocumented |
| Method | startFactory | Undocumented |
| Instance Variable | peerConnections | Undocumented |
| Method | buildProtocol | Undocumented |
| Method | unregisterProtocol | Called by protocols when they go away. |
Inherited from WrappingFactory:
| Method | __init__ | Undocumented |
| Instance Variable | wrappedFactory | Undocumented |
| Instance Variable | protocols | Undocumented |
| Method | logPrefix | Generate a log prefix mentioning both the wrapped factory and this one. |
| Method | doStart | Undocumented |
| Method | doStop | Undocumented |
| Method | startedConnecting | Undocumented |
| Method | clientConnectionFailed | Undocumented |
| Method | clientConnectionLost | Undocumented |
| Method | registerProtocol | Called by protocol to register itself. |