class LimitTotalConnectionsFactory(ServerFactory): (source)
Known subclasses: twisted.protocols.ftp.FTPFactory
Method | buildProtocol |
Undocumented |
Method | registerProtocol |
Undocumented |
Method | unregisterProtocol |
Undocumented |
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. |
Instance Variable | connectionCount |
number of current connections. |
None
(the default value), excess connections will be closed immediately.