This module defines the class Receive, the main entry point for UDP based protocols.
import Service
Module defining service related classes.
import Session
Module defining session related classes and functions.
import Zorp
Module defining global constants, and interface entry points to the Zorp core.
from Zorp import *
Module defining global constants, and interface entry points to the Zorp core.
Wrapper for the ZorpReceiver class implemented in C.
Table 4-92. Attributes for class Receive
listen | the low-level receiver object |
service | the service to start |
session | the session data |
Initializes a Receive instance.
__init__ ( self, bindto, service, ) |
Initialize a Receive instance.
Table 4-93. Arguments for Receive.__init__()
bindto | the address to bind to |
service | the service to start for incoming datagrams |
ServiceException
Destroys the receiver
destroy ( self ) |
This function calls the destroy method of the low-level object.
Table 4-94. Arguments for Receive.destroy()
self | this instance |