Home | Trees | Index | Help |
---|
Package pyGlobus :: Module io :: Class GSIHTTPConnection |
|
HTTPConnection
--+
|
GSIHTTPConnection
Method Summary | |
---|---|
| |
Close the given connection | |
Open the GSITCPSocket connection. | |
Inherited from HTTPConnection | |
Indicate that the last header line has been sent to the server. | |
Get the response from the server. | |
Send a request header line to the server. | |
Send a request to the server. | |
Send a complete request to the server. | |
Send `str' to the server. | |
|
Class Variable Summary | |
---|---|
Inherited from HTTPConnection | |
int |
auto_open = 1 |
int |
debuglevel = 0 |
int |
default_port = 80 |
int |
strict = 0 |
Method Details |
---|
__init__(self,
host,
port=None,
tcpAttr=None,
channel_mode=1,
delegation_mode=2)
|
close(self)Close the given connection
|
connect(self)Open the GSITCPSocket connection.
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Thu Dec 23 16:44:59 2004 | http://epydoc.sf.net |