| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

DybPython::Catalog::proxy::ProxiedHTTPConnection Class Reference

List of all members.

Public Member Functions

def __init__

Detailed Description

Definition at line 2 of file proxy.py.


Member Function Documentation

def DybPython::Catalog::proxy::ProxiedHTTPConnection::__init__ (   self,
  host,
  port = None,
  strict = None 
)

Definition at line 3 of file proxy.py.

00003                                                  :
00004         hp = os.environ['http_proxy']
00005         url = urlparse.urlparse(hp)
00006         host,port = url[1].split(':')       # 192.168.1.130:3128
00007         httplib.HTTPConnection.__init__(self,host,port,strict)
00008         return
00009     pass
    


The documentation for this class was generated from the following file:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:13:02 2011 for DybPython by doxygen 1.4.7