Declared in module Http
Http.HttpProxyNonTransparent
Http.HttpProxy
Proxy.Proxy
class HttpProxyNonTransparent(HttpProxy): def Http.HttpProxyNonTransparent.config(self) # Config event handler # Inherited from Zorp.ZorpProxy def Zorp.ZorpProxy.__init__(self, name, session_id, client_stream) # Initialize a low level proxy instance. # Inherited from Proxy.Proxy def Proxy.Proxy.__init__(self, name, session) # Initializes a Proxy instance. def Proxy.Proxy.addPolicy(self, klass) # Adds a policy to the proxy. def Proxy.Proxy.connectServer(self, host, port) # Callback method called when a connection established # Inherited from Http.HttpProxy def Http.HttpProxy.__init__(self, session) # Initializes a HttpProxy instance. def Http.HttpProxy.config(self) # Default config event handler. def Http.HttpProxy.connectMethod(self)
This class encapsulates a non-transparent HTTP proxy using the features provided by HttpProxy.
Config event handler
Sets self.transparent_mode to FALSE to indicate non-transparent mode.