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

Class GSIHTTPConnection

HTTPConnection --+
                 |
                GSIHTTPConnection


This class allows communication via SSL.
Method Summary
  __init__(self, host, port, tcpAttr, **x509)
  close(self)
Close the connection to the HTTP server.
  connect(self)
Connect to the host and port specified in __init__.
    Inherited from HTTPConnection
  endheaders(self)
Indicate that the last header line has been sent to the server.
  getresponse(self)
Get the response from the server.
  putheader(self, header, value)
Send a request header line to the server.
  putrequest(self, method, url, skip_host)
Send a request to the server.
  request(self, method, url, body, headers)
Send a complete request to the server.
  send(self, str)
Send `str' to the server.
  set_debuglevel(self, level)
  _send_request(self, method, url, body, headers)
  _set_hostport(self, host, port)

Class Variable Summary
    Inherited from HTTPConnection
int auto_open = 1                                                                     
int debuglevel = 0                                                                     
int default_port = 80                                                                    
int _http_vsn = 11                                                                    
str _http_vsn_str = 'HTTP/1.1'

Method Details

close(self)

Close the connection to the HTTP server.
Overrides:
httplib.HTTPConnection.close (inherited documentation)

connect(self)

Connect to the host and port specified in __init__.
Overrides:
httplib.HTTPConnection.connect (inherited documentation)

Generated by Epydoc 2.0 on Mon Oct 13 13:47:18 2003 http://epydoc.sf.net