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)
|
|
server_close (self)
Called to clean-up the server. |
Inherited from GSITCPServer |
|
close_request (self,
request)
Called to clean up an individual request. |
|
fileno (self)
Return socket file number. |
|
get_delegated_credential (self)
|
|
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. |