Table of contents Index

class SinkProxy - Wrapper class for the datagram oriented sink proxy

Declared in module Sink

Inheritance hierarchy:

Sink.SinkProxy
  Proxy.DatagramProxy

Synopsis

class SinkProxy(DatagramProxy):
    def Sink.SinkProxy.__init__(self, session) # Initializes a SinkProxy instance.

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

    # Inherited from Proxy.DatagramProxy
    def Proxy.DatagramProxy.__init__(self, name, session) # Initializes a DatagramProxy instance.

Description

Sink is a one-way UDP relay, making it possible to send and receive UDP datagrams.



Sink.SinkProxy.__init__(self, session)

Initializes a SinkProxy instance.

self
this instance session -- Session we belong to

Initializes attributes based on arguments.


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