Methods
|
|
|
|
__init__
|
__init__ ( self, isClient=1 )
|
|
_encode
|
_encode (
self,
obj,
write,
)
Exceptions
|
|
RuntimeError, "could not send object: %s" % repr( obj )
|
|
|
_selectDialect
|
_selectDialect ( self, dialect )
|
|
callExpressionReceived
|
callExpressionReceived ( self, obj )
|
|
connectionMade
|
connectionMade ( self )
|
|
connectionReady
|
connectionReady ( self )
Surrogate for connectionMade
Called after protocol negotiation.
|
|
dataReceived
|
dataReceived ( self, chunk )
Exceptions
|
|
Exception( "Security precaution: Length identifier too long." )
Exception( "Security precaution: longer than 64 bytes worth of prefix" )
Exception( "Security precaution: more than 64 bytes of prefix" )
NotImplementedError(( "Invalid Type Byte %s" % typebyte ) )
|
|
|
expressionReceived
|
expressionReceived ( self, lst )
Called when an expression (list, string, or int) is received.
|
|
gotItem
|
gotItem ( self, item )
|
|
sendEncoded
|
sendEncoded ( self, obj )
|