Declared in module AnyPy
AnyPy.AnyPyProxy
Proxy.Proxy
class AnyPyProxy(Proxy): def AnyPy.AnyPyProxy.__init__(self, session) # 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
None