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!
Methods
|
|
__init__
server_close
|
|
__init__
|
__init__ (
self,
addr,
RequestHandlerClass,
channel_mode=ioc.GLOBUS_IO_SECURE_CHANNEL_MODE_GSI_WRAP,
delegation_mode=ioc.GLOBUS_IO_SECURE_DELEGATION_MODE_FULL_PROXY,
tcpAttr=None,
)
|
|
server_close
|
server_close ( self )
NOTE: This doesn't always free up the addr
|
|