Package AccessGrid :: Package Security :: Module CRSClient
[show private | hide private]
[frames | no frames]

Module AccessGrid.Security.CRSClient

Sample code using a proxy.

from xmlrpc_urllib_transport import UrllibTransport import os os.environ['HTTP_PROXY']= 'http://localhost:3128'

transport = UrllibTransport() url = "http://www.mcs.anl.gov/fl/research/accessgrid/ca/agdev/server.cgi" proxy = xmlrpclib.ServerProxy(url, transport = transport, verbose=1)
Classes
CRSClient  
UrllibTransport Handles an HTTP transaction to an XML-RPC server via urllib (urllib includes proxy-server support) jjk 07/02/99

Exceptions
CRSClientConnectionFailed  
CRSClientInvalidURL  

Variable Summary
str __revision__ = '$Id: CRSClient.py,v 1.8 2004/09/10 03:58...
Logger log = <logging.Logger instance at 0x01332E68>

Variable Details

__revision__

Type:
str
Value:
'$Id: CRSClient.py,v 1.8 2004/09/10 03:58:53 judson Exp $'             

log

Type:
Logger
Value:
<logging.Logger instance at 0x01332E68>                                

Generated by Epydoc 2.1 on Thu Apr 14 16:39:26 2005 http://epydoc.sf.net