Declared in module Proxy
Proxy.DatagramProxy
Zorp.ZorpProxy
class DatagramProxy(ZorpProxy): def Proxy.DatagramProxy.__init__(self, name, session) # Initializes a DatagramProxy instance. # Inherited from Zorp.ZorpProxy def Zorp.ZorpProxy.__init__(self, name, session_id, client_stream) # Initialize a low level proxy instance. None session = None
This class is similar to Proxy with the exception that it's used for datagram based protocols.
Initializes a DatagramProxy instance.
Sets attributes based on arguments.