Home | Trees | Index | Help |
---|
Package pyGlobus :: Module io :: Class GSITCPSocketServer |
|
BaseServer
--+ |GSITCPServer
--+ | GSITCPSocketServer
ForkingGSITCPSocketServer
,
SOAPServer
,
ThreadingGSITCPSocketServer
Derives from the base GSITCPServer class.
Allows applications using the default SocketServer class to use the GSI context supplied by Globus instead. If the application needs to connect both secure and non-secure connections, a seperate instance of GSITCPSocketServer can be created and run alongside the unsecure SocketServer. *Be sure to use different ports for both!*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.0 on Mon Oct 13 13:47:22 2003 | http://epydoc.sf.net |