class documentation

class LimitConnectionsByPeer(WrappingFactory): (source)

View In Hierarchy

Undocumented

Method build​Protocol Undocumented
Method start​Factory Undocumented
Method unregister​Protocol Called by protocols when they go away.
Class Variable max​Connections​Per​Peer Undocumented
Instance Variable peer​Connections Undocumented

Inherited from WrappingFactory:

Method __init__ Undocumented
Method client​Connection​Failed Undocumented
Method client​Connection​Lost Undocumented
Method do​Start Undocumented
Method do​Stop Undocumented
Method log​Prefix Generate a log prefix mentioning both the wrapped factory and this one.
Method register​Protocol Called by protocol to register itself.
Method started​Connecting Undocumented
Instance Variable protocols Undocumented
Instance Variable wrapped​Factory 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