__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__
|