Package twisted :: Package protocols :: Module basic :: Class StatefulStringProtocol
[frames | no frames]

Class StatefulStringProtocol


A stateful string protocol.

This is a mixin for string protocols (Int32StringReceiver, NetstringReceiver) which translates stringReceived into a callback (prefixed with 'proto_') depending on state.
Method Summary
  stringReceived(self, string)
Choose a protocol phase function and call it.

Class Variable Summary
str state = 'init'

Method Details

stringReceived(self, string)

Choose a protocol phase function and call it.

Call back to the appropriate protocol phase; this begins with the function proto_init and moves on to proto_* depending on what each proto_* function returns. (For example, if self.proto_init returns 'foo', then self.proto_foo will be the next function called when a protocol message is received.

Class Variable Details

state

Type:
str
Value:
'init'                                                                 

Generated by Epydoc 2.0 on Sat May 15 20:08:04 2004 http://epydoc.sf.net