Table of contents Index

class AnyPyProxy

Declared in module AnyPy

Inheritance hierarchy:

AnyPy.AnyPyProxy
  Proxy.Proxy

Synopsis

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



AnyPy.AnyPyProxy.__init__(self, session)

None


Copyright © 2000 BalaBit IT Ltd.
Written by: Balázs Scheidler