| Home | Trees | Index | Help |
|---|
| Package twisted :: Package protocols :: Module finger :: Class Finger |
|
BaseProtocol--+ |Protocol--+ |LineReceiver--+ | Finger
| Method Summary | |
|---|---|
Clear buffered data. (inherited from LineReceiver)
| |
(Deprecated) (inherited from Protocol)
| |
Called when the connection is shut down. (inherited from Protocol)
| |
Called when a connection is made. (inherited from BaseProtocol)
| |
Protocol.dataReceived. (inherited from LineReceiver)
| |
forwardQuery(self,
slash_w,
user,
host)
| |
getDomain(self,
slash_w)
| |
getUser(self,
slash_w,
user)
| |
Called when the maximum line length has been reached. (inherited from LineReceiver)
| |
Override this for when each line is received. | |
Make a connection to a transport and a server. (inherited from BaseProtocol)
| |
Override this for when raw data is received. (inherited from LineReceiver)
| |
Sends a line to the other end of the connection. (inherited from LineReceiver)
| |
Sets the line-mode of this receiver. (inherited from LineReceiver)
| |
Sets the raw mode of this receiver. (inherited from LineReceiver)
| |
_refuseMessage(self,
message)
| |
| Method Details |
|---|
lineReceived(self, line)Override this for when each line is received.
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 1.1 on Fri Jun 27 03:48:26 2003 | http://epydoc.sf.net |