| Home | Trees | Index | Help |
|---|
| Package twisted :: Package protocols :: Module policies :: Class LimitConnectionsByPeerProtocol |
|
BaseProtocol--+ |Protocol--+ |ProtocolWrapper--+ | LimitConnectionsByPeerProtocol
| Method Summary | |
|---|---|
__init__(self,
factory,
wrappedProtocol)
(inherited from ProtocolWrapper)
| |
(Deprecated) (inherited from Protocol)
| |
connectionLost(self)
| |
Called when a connection is made. (inherited from ProtocolWrapper)
| |
Called whenever data is received. (inherited from ProtocolWrapper)
| |
getHost(self)
(inherited from ProtocolWrapper)
| |
getPeer(self)
(inherited from ProtocolWrapper)
| |
loseConnection(self)
(inherited from ProtocolWrapper)
| |
Make a connection to a transport and a server. (inherited from BaseProtocol)
| |
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)
| |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 1.1 on Fri Jun 27 03:48:36 2003 | http://epydoc.sf.net |