class twisted.protocols.policies.LimitTotalConnectionsFactory(ServerFactory): (source)
Known subclasses: twisted.protocols.ftp.FTPFactory
Factory that limits the number of simultaneous connections.
Instance Variable | connectionCount | number of current connections. |
Class Variable | connectionLimit | maximum number of connections. |
Class Variable | overflowProtocol | Protocol to use for new connections when connectionLimit is exceeded. If None (the default value), excess connections will be closed immediately. |
Method | buildProtocol | Undocumented |
Method | registerProtocol | Undocumented |
Method | unregisterProtocol | Undocumented |