Trees | Index | Help |
---|
Package SPyRO :: Module SPyRO :: Class CommunicationServerBase |
|
CommunicationServer
,
CommunicationServerShared
Method Summary | |
---|---|
|address| The address where the Server is listening |location| Location or path in the web server |priorities| Priorities of the protocols |defaultFormat| The default message format where none is specified |transportProtocol| The class to manage the transport layer |objectpool| The object pool manager , if None then a new SeverObjectPool instance is used | |
To pickle functions | |
Register an object. | |
Close server | |
Removes a client connection | |
Register a client connection | |
Register an object |v| with the ID |k|. |
Method Details |
---|
__init__(self,
address,
location,
priorities,
defaultFormat,
transportProtocol,
objectpool)
|address| The address where the Server is listening |location|
Location or path in the web server |priorities| Priorities of the
protocols |defaultFormat| The default message format where none is
specified |transportProtocol| The class to manage the transport layer
|objectpool| The object pool manager , if None then a new
SeverObjectPool instance is used
|
__getstate__(self)To pickle functions |
__setitem__(self,
k,
v)
Register an object.
|
close(self)Close server |
delconn(self, conn)Removes a client connection |
regconn(self, conn)Register a client connection |
set(self, k, v)Register an object |v| with the ID |k|. Use |setobj| instead |
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Sat Oct 14 11:50:52 2006 | http://epydoc.sf.net |