| Home | Trees | Index | Help |
|---|
| Package pyGlobus :: Module io :: Class ThreadingGSITCPSocketServer |
|
BaseServer--+ |GSITCPServer--+ |GSITCPSocketServer--+ |ThreadingMixIn--+ | ThreadingGSITCPSocketServer
| Method Summary | |
|---|---|
| Inherited from ThreadingMixIn | |
Start a new thread to process the request. | |
Same as in BaseServer but as a thread. | |
| Inherited from GSITCPSocketServer | |
| |
| Inherited from GSITCPServer | |
Called to clean up an individual request. | |
Return socket file number. | |
Accessor for the server's delgated credentials. | |
Get the request and client address from the socket. | |
Called by constructor to activate the server. | |
Called by constructor to bind the socket. | |
Called to clean-up the server. | |
| Class Variable Summary | |
|---|---|
| Inherited from GSITCPServer | |
int |
address_family = 2 |
int |
allow_reuse_address = 0 |
int |
request_queue_size = 5 |
int |
socket_type = 1 |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.0 on Thu Jul 15 16:32:57 2004 | http://epydoc.sf.net |