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. Note: Be sure to use different ports for both!Method Summary | |
---|---|
__init__(self,
addr,
RequestHandlerClass,
channel_mode,
delegation_mode,
tcpAttr)
| |
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.1 on Tue Apr 4 14:32:56 2006 | http://epydoc.sf.net |