Package conary :: Package repository :: Module transport
[hide private]
[frames] | no frames]

Module transport

source code

XMLRPC transport class that uses urllib to allow for proxies Unfortunately, urllib needs some touching up to allow XMLRPC commands to be sent, hence the XMLOpener class

Classes [hide private]
  InfoURL
  DecompressFileObj
implements a wrapper file object that decompress()s data on the fly
  URLOpener
Replacement class for urllib.FancyURLopener
  ConaryURLOpener
An opener aware of the conary:// protocol
  XMLOpener
  Transport
  AbortError
  TransportError
Functions [hide private]
 
getIPAddress(hostAndPort) source code
 
clearIPCache() source code
 
getrealhost(host)
Slice off username/passwd and portnum
source code
Variables [hide private]
  LocalHosts = set(['127.0.0.1', 'conary-commits.dmz-rdu.rpath.c...
  _ipCache = {}
Variables Details [hide private]

LocalHosts

Value:
set(['127.0.0.1',
     'conary-commits.dmz-rdu.rpath.com',
     'localhost',
     'localhost.localdomain'])