Package pyGlobus :: Module io :: Class ThreadingGSITCPSocketServer
[show private | hide private]
[frames | no frames]

Class ThreadingGSITCPSocketServer

BaseServer --+        
             |        
  GSITCPServer --+    
                 |    
GSITCPSocketServer --+
                     |
    ThreadingMixIn --+
                     |
                    ThreadingGSITCPSocketServer


Threaded GSITCPSocketServer
Method Summary
    Inherited from ThreadingMixIn
  process_request(self, request, client_address)
Start a new thread to process the request.
  process_request_thread(self, request, client_address)
Same as in BaseServer but as a thread.
    Inherited from GSITCPSocketServer
  __init__(self, addr, RequestHandlerClass, channel_mode, delegation_mode, tcpAttr)
    Inherited from GSITCPServer
  close_request(self, request)
Called to clean up an individual request.
  fileno(self)
Return socket file number.
  get_delegated_credential(self)
Accessor for the server's delgated credentials.
  get_request(self)
Get the request and client address from the socket.
  server_activate(self)
Called by constructor to activate the server.
  server_bind(self)
Called by constructor to bind the socket.
  server_close(self)
Called to clean-up the server.

Class Variable Summary
    Inherited from ThreadingMixIn
bool daemon_threads = False
    Inherited from GSITCPServer
int address_family = 2                                                                     
int allow_reuse_address = 0                                                                     
int request_queue_size = 5                                                                     
int socket_type = 1                                                                     

Generated by Epydoc 2.1 on Tue Apr 4 14:32:53 2006 http://epydoc.sf.net