| Home | Trees | Index | Help |
|
|---|
| Package pyGlobus :: Module io :: Class GSITCPSocketServer |
|
BaseServer--+ |GSITCPServer--+ | GSITCPSocketServer
GSIHTTPTransferServer| Method Summary | |
|---|---|
__init__(self,
addr,
RequestHandlerClass,
channel_mode,
delegation_mode,
tcpAttr)
| |
Called to clean-up the server. | |
| Inherited from GSITCPServer | |
Called to clean up an individual request. | |
Return socket file number. | |
| |
Get the request and client address from the socket. | |
Called by constructor to activate the server. | |
Called by constructor to bind the socket. | |
| Inherited from BaseServer | |
Finish one request by instantiating RequestHandlerClass. | |
Handle an error gracefully. | |
Handle one request, possibly blocking. | |
Call finish_request. | |
Handle one request at a time until doomsday. | |
Verify the request. | |
| Class Variable Summary | |
|---|---|
| Inherited from GSITCPServer | |
int |
address_family = 2 |
int |
allow_reuse_address = 0 |
int |
request_queue_size = 5 |
int |
socket_type = 1 |
| Method Details |
|---|
server_close(self)Called to clean-up the server. May be overridden.
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Apr 14 16:39:28 2005 | http://epydoc.sf.net |