|
__init__(self,
address,
location=' /SPyRO?XMLRPC ' ,
priorities=None,
defaultFormat=None,
overture=<function defaultoverture at 0x85326bc>,
objectpool=None,
protocolServer=<class SPyRO.SPyRO.ProtocolHTTPShared at 0x852da1c>)
|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 |overture| A function to be called before anything in the
connection process See PeerConnection.solve_request (the overture
argument) to more information If it's None, the overture will be
skipped. |
source code
|
|
|
|
Inherited from BasicServer :
__getstate__ ,
__setitem__ ,
can_call ,
can_del ,
can_follow_objname ,
can_get ,
can_register ,
can_set ,
close ,
delconn ,
getargument ,
getcomm ,
handle ,
handle_request ,
handlecall ,
regconn ,
set
|