Package diffpy :: Package pdfgui :: Package control :: Module connection :: Class _WrapTunnel
[hide private]
[frames] | no frames]

Class _WrapTunnel

source code

xmlrpclib.Transport --+
                      |
                     _WrapTunnel

A overload class of xmlrpclib.Transport. It changes make_connection() 
method to use a paramiko channel instead of real socket



Instance Methods [hide private]
 
__init__(self, conn)
initialize...
source code
 
make_connection(self, address)
make a HTTPConnection to remote host.
source code

Inherited from xmlrpclib.Transport: get_host_info, getparser, parse_response, request, send_content, send_host, send_request, send_user_agent

Inherited from xmlrpclib.Transport (private): _parse_response

Class Variables [hide private]

Inherited from xmlrpclib.Transport: user_agent

Method Details [hide private]

__init__(self, conn)
(Constructor)

source code 
initialize

conn -- Connection object

Overrides: xmlrpclib.Transport.__init__

make_connection(self, address)

source code 
make a HTTPConnection to remote host. 

address -- hostname:port

Overrides: xmlrpclib.Transport.make_connection