Method Summary |
|
__init__ (self,
address,
location,
priorities,
defaultFormat,
objectpool,
protocolServer,
**httpoptions)
|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 |protocolServer| The class of the Procotol used in the Server
side, by default ProtocolHTTPShared is Used |
|
close (self)
Close server |
|
handle_request(self)
|
|
request_handler (self,
httpreq,
environment)
SPyRO Handler |
|
serve_forever(self)
|
Inherited from CommunicationServerBase |
|
__getstate__ (self)
To pickle functions |
|
__setitem__ (self,
k,
v)
Register an object. |
|
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|. |