Home | Trees | Index | Help |
---|
Package twisted :: Package protocols :: Module dict :: Class DictLookup |
|
BaseProtocol
--+ |Protocol
--+ |LineReceiver
--+ |DictClient
--+ | DictLookup
Method Summary | |
---|---|
__init__(self)
(inherited from DictClient )
| |
(Deprecated) (inherited from Protocol )
| |
Called when the connection is shut down. (inherited from Protocol )
| |
Called when a connection is made. (inherited from DictClient )
| |
Protocol.dataReceived. (inherited from LineReceiver )
| |
override to catch succesful DEFINE | |
override to catch reasonable failure responses to DEFINE | |
n definitions retrieved (inherited from DictClient )
| |
Definition text follows (inherited from DictClient )
| |
n matches found, text follows (inherited from DictClient )
| |
Greeting message (inherited from DictClient )
| |
We are about to get kicked off, do nothing (inherited from DictClient )
| |
ok (inherited from DictClient )
| |
ok (inherited from DictClient )
| |
dictCode_420_conn(self)
(inherited from DictClient )
| |
dictCode_421_conn(self)
(inherited from DictClient )
| |
dictCode_530_conn(self)
(inherited from DictClient )
| |
Invalid database (inherited from DictClient )
| |
Invalid database (inherited from DictClient )
| |
Invalid strategy (inherited from DictClient )
| |
No match (inherited from DictClient )
| |
No match (inherited from DictClient )
| |
Unkown message (inherited from DictClient )
| |
A line of definition text received (inherited from DictClient )
| |
One line of match text received (inherited from DictClient )
| |
override to be notified when the server is ready to accept commands | |
Called when the maximum line length has been reached. (inherited from LineReceiver )
| |
Override this for when each line is received. (inherited from DictClient )
| |
Make a connection to a transport and a server. (inherited from BaseProtocol )
| |
override to catch succesful MATCH | |
override to catch resonable failure responses to MATCH | |
override to catch unexpected dict protocol conditions | |
Override this for when raw data is received. (inherited from LineReceiver )
| |
Send a dict DEFINE command (inherited from DictClient )
| |
Throw up if the line is longer than 1022 characters (inherited from DictClient )
| |
Send a dict MATCH command (inherited from DictClient )
| |
Sets the line-mode of this receiver. (inherited from LineReceiver )
| |
Sets the raw mode of this receiver. (inherited from LineReceiver )
|
Method Details |
---|
defineDone(self, result)override to catch succesful DEFINE
|
defineFailed(self, reason)override to catch reasonable failure responses to DEFINE
|
dictConnected(self)override to be notified when the server is ready to accept commands
|
matchDone(self, result)override to catch succesful MATCH
|
matchFailed(self, reason)override to catch resonable failure responses to MATCH
|
protocolError(self, reason)override to catch unexpected dict protocol conditions
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Sat Feb 15 21:19:11 2003 | http://epydoc.sf.net |