Table of contents Index

class ZorpProxy - Builtin interface for proxies implemented in C.

Declared in module Zorp

Synopsis

class ZorpProxy:
    def Zorp.ZorpProxy.__init__(self, name, session_id, client_stream) # Initialize a low level proxy instance.

Description

Builtin class for proxies implemented as an ExtensionClass in C

This class should not be used directly, derive classes from Proxy.Proxy.



Zorp.ZorpProxy.__init__(self, name, session_id, client_stream)

Initialize a low level proxy instance.

self
this instance
name
proxy module name (`http', `plug' etc.)
session_id
session id to use in log messages
client_stream
client stream

This function is implemented in C, and is responsible of loading the needed proxy module from a shared object if it has not yet been loaded, and starting a new instance with parameters passed here.


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