Package rhn :: Module rpclib
[hide private]
[frames] | no frames]

Module rpclib

source code


Version: 2.10.72.10.7-1.el71.el7

Classes [hide private]
  MalformedURIError
  Server
uri [,options] -> a logical connection to an XML-RPC server
  GETServer
  RangeError
  InvalidRedirectionError
  _Method
some magic to bind an XML-RPC method to an RPC server.
  SlicingMethod
A "slicing method" allows for byte range requests
Functions [hide private]
 
check_ipv6(n)
Returns true if n is IPv6 address, false otherwise.
source code
 
split_host(hoststring)
Function used to split host information in an URL per RFC 2396 handle full hostname like user:passwd@host:port
source code
 
get_proxy_info(proxy) source code
 
getHeaderValues(headers, name) source code
 
reportError(headers)
Reports the error from the headers.
source code
Variables [hide private]
  MAX_REDIRECTIONS = 5
  __package__ = 'rhn'