class documentation

class LimitConnectionsByPeer(WrappingFactory): (source)

View In Hierarchy

Undocumented

Method buildProtocol Undocumented
Method startFactory Undocumented
Method unregisterProtocol Called by protocols when they go away.
Class Variable maxConnectionsPerPeer Undocumented
Instance Variable peerConnections Undocumented

Inherited from WrappingFactory:

Method __init__ 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
Instance Variable protocols Undocumented
Instance Variable wrappedFactory Undocumented
def buildProtocol(self, addr): (source)
def startFactory(self): (source)

Undocumented

def unregisterProtocol(self, p): (source)
Called by protocols when they go away.
maxConnectionsPerPeer: int = (source)

Undocumented

peerConnections: dict = (source)

Undocumented