Home | Trees | Index | Help |
---|
Package twisted :: Package protocols :: Module ftp :: Class SenderProtocol |
|
BaseProtocol
--+ |Protocol
--+ | SenderProtocol
Method Summary | |
---|---|
__init__(self)
| |
(Deprecated) (inherited from Protocol )
| |
Called when the connection is shut down. | |
Called whenever data is received. | |
finish(self)
| |
Make a connection to a transport and a server. | |
registerProducer(self)
| |
unregisterProducer(self)
| |
write(self,
data)
|
Class Variable Summary | |
---|---|
tuple |
__implements__
|
Method Details |
---|
connectionLost(self, reason)Called when the connection is shut down. Clear any circular references here, and any external references to this Protocol. The connection has been closed.
|
dataReceived(self, data)Called whenever data is received. Use this method to translate to a higher-level message. Usually, some callback will be made upon the receipt of each complete protocol message.
|
makeConnection(self, transport)Make a connection to a transport and a server. This sets the 'transport' attribute of this Protocol, and calls the connectionMade() callback.
|
Class Variable Details |
---|
__implements__
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Fri Jun 27 03:45:40 2003 | http://epydoc.sf.net |