Package twisted :: Package protocols :: Module policies :: Class LimitConnectionsByPeerProtocol
[show private | hide private]
[frames | no frames]

Class LimitConnectionsByPeerProtocol

BaseProtocol --+        
               |        
        Protocol --+    
                   |    
     ProtocolWrapper --+
                       |
                      LimitConnectionsByPeerProtocol


Stability: Unstable
Method Summary
  __init__(self, factory, wrappedProtocol)
(inherited from ProtocolWrapper)
  connectionFailed(self)
(Deprecated) (inherited from Protocol)
  connectionLost(self)
  connectionMade(self)
Called when a connection is made. (inherited from ProtocolWrapper)
  dataReceived(self, data)
Called whenever data is received. (inherited from ProtocolWrapper)
  getHost(self)
(inherited from ProtocolWrapper)
  getPeer(self)
(inherited from ProtocolWrapper)
  loseConnection(self)
(inherited from ProtocolWrapper)
  registerProducer(self, producer, streaming)
(inherited from ProtocolWrapper)
  stopConsuming(self)
(inherited from ProtocolWrapper)
  unregisterProducer(self)
(inherited from ProtocolWrapper)
  write(self, data)
(inherited from ProtocolWrapper)
  writeSequence(self, data)
(inherited from ProtocolWrapper)

Generated by Epydoc 1.1 on Fri Jun 27 03:45:53 2003 http://epydoc.sf.net