Home | Trees | Index | Help |
---|
Package twisted :: Package protocols :: Module irc :: Class DccFileReceiveBasic |
|
BaseProtocol
--+ |Protocol
--+ |Ephemeral
--+ | DccFileReceiveBasic
DccFileReceive
Bare protocol to receive a Direct Client Connection SEND stream.
This does enough to keep the other guy talking, but you'll want to extend my dataReceived method to *do* something with the data I get.Method Summary | |
---|---|
__init__(self,
resumeOffset)
| |
__getstate__(self)
(inherited from Ephemeral )
| |
__setstate__(self,
state)
(inherited from Ephemeral )
| |
(Deprecated) (inherited from Protocol )
| |
Called when the connection is shut down. (inherited from Protocol )
| |
Called when a connection is made. (inherited from BaseProtocol )
| |
Called when data is received. | |
Make a connection to a transport and a server. (inherited from BaseProtocol )
|
Class Variable Summary | |
---|---|
int |
bytesReceived
|
Method Details |
---|
dataReceived(self, data)Called when data is received. Warning: This just acknowledges to the remote host that the data has been received; it doesn't *do* anything with the data, so you'll want to override this. |
Class Variable Details |
---|
bytesReceived
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Fri Jun 27 03:48:32 2003 | http://epydoc.sf.net |