Package pyGlobus :: Module io :: Class GSIHTTP
[show private | hide private]
[frames | no frames]

Class GSIHTTP

HTTP --+
       |
      GSIHTTP


Method Summary
  __init__(self, host, port, tcpAttr, channel_mode, delegation_mode)
    Inherited from HTTP
  close(self)
  connect(self, host, port)
Accept arguments to set the host/port, since the superclass doesn't.
  getfile(self)
Provide a getfile, since the superclass' does not use this concept.
  getreply(self)
Compat definition since superclass does not define it.
  putheader(self, header, *values)
The superclass allows only one value argument.
  _setup(self, conn)

Class Variable Summary
    Inherited from HTTP
int debuglevel = 0                                                                     
int _http_vsn = 10                                                                    
str _http_vsn_str = 'HTTP/1.0'

Method Details

__init__(self, host='', port=None, tcpAttr=None, channel_mode=1, delegation_mode=2)
(Constructor)

Parameters:
host - A python string of the host name to connect to
tcpAttr - A TCPIOAttr object which determines the properties of your connection
channel_mode - The data will be transported in the clear, encrypted using GSI or encrypted using SSL
delegation_mode - if channel_mode is GSI then this determines the type of delegation to do. Delegation can be NONE, LIMITED, FULL
Overrides:
httplib.HTTP.__init__

Generated by Epydoc 2.1 on Tue Apr 4 14:32:53 2006 http://epydoc.sf.net