Trees | Index | Help |
---|
Package twisted :: Package spread :: Module banana :: Class Canana |
|
Ephemeral
--+ |BaseProtocol
--+ | | |Protocol
--+ |Pynana
--+ | Canana
Broker
Method Summary | |
---|---|
Called when a connection is made. | |
dataReceived(self,
chunk)
| |
sendEncoded(self,
obj)
| |
Inherited from Pynana | |
| |
| |
Surrogate for connectionMade Called after protocol negotiation. | |
Called when an expression (list, string, or int) is received. | |
| |
Inherited from Protocol | |
(Deprecated) | |
Called when the connection is shut down. | |
Inherited from Ephemeral | |
| |
|
Class Variable Summary | |
---|---|
Inherited from Pynana | |
str |
buffer = ''
|
dict |
incomingVocabulary = {1: 'None', 2: 'class', 3: 'derefer...
|
str |
k = 'lcache'
|
list |
knownDialects = ['pb', 'none']
|
dict |
outgoingVocabulary = {'reference': 4, 'uncache': 31, 'mo...
|
int |
v = 18 |
Inherited from Protocol | |
tuple |
__implements__ = (<class 'twisted.internet.interfaces.IP...
|
Method Details |
---|
connectionMade(self)Called when a connection is made. This may be considered the initializer of the protocol, because it is called when the connection is completed. For clients, this is called once the connection to the server has been established; for servers, this is called after an accept() call stops blocking and a socket has been received. If you need to send any greeting or initial message, do it here.
|
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Wed Feb 16 07:22:59 2005 | http://epydoc.sf.net |