Home | Trees | Indices | Help |
|
---|
|
SocketServer.BaseRequestHandler --+ | ServerHandler
An instance of this class is created to service each request of the server.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
Format and send a reply back down the socket to the client. The file representing the socket is closed at the end of this method.
|
This method does all the work of servicing a request to the server. See the documentation for the standard module SocketServer. The input from the socket is parsed for the method with the remaining strings stripped of null bytes passed to the method in a list. There are no parameters. When the instance of the class is created to process the request all necessary information is made attributes of the class instance.
|
Bounce back alive statment. Corresponds to the PING method in the ldbdd RPC protocol.
|
Execute an SQL query on the database and return the result as LIGO_LW XML
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Dec 12 00:34:18 2017 | http://epydoc.sourceforge.net |