| Home | Trees | Index | Help |
|---|
| Package twisted :: Package trial :: Module remote :: Class DecodeReport |
|
BaseProtocol--+ |Protocol--+ |Ephemeral--+ |Pynana--+ |Canana--+ | DecodeReport
TrialProcessProtocol| Method Summary | |
|---|---|
__init__(self,
reporter)
| |
__getstate__(self)
(inherited from Ephemeral)
| |
__setstate__(self,
state)
(inherited from Ephemeral)
| |
callExpressionReceived(self,
obj)
(inherited from Pynana)
| |
(Deprecated) (inherited from Protocol)
| |
Called when the connection is shut down. (inherited from Protocol)
| |
Called when a connection is made. (inherited from Canana)
| |
Surrogate for connectionMade Called after protocol negotiation. (inherited from Pynana)
| |
dataReceived(self,
chunk)
(inherited from Canana)
| |
Called when an expression (list, string, or int) is received. | |
gotItem(self,
item)
(inherited from Pynana)
| |
Make a connection to a transport and a server. (inherited from BaseProtocol)
| |
sendEncoded(self,
obj)
(inherited from Canana)
| |
_encode(self,
obj,
write)
(inherited from Pynana)
| |
_selectDialect(self,
dialect)
(inherited from Pynana)
| |
| Method Details |
|---|
expressionReceived(self, lst)Called when an expression (list, string, or int) is received.
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 1.1 on Fri Jun 27 03:48:58 2003 | http://epydoc.sf.net |