__init__ (
self,
opts,
listenAttr=None,
requestAttr=None,
)
Constructs an instance.
Activates the underlying module and constructs a server with the
given options.
Arguments:
opts The bitwise or of the module options defined above.
listenAttr A gassTransfer.ListenerAttr object.
requestAttr A gassTransfer.TransferReqAttr object.
Raises:
A GassServerEZExceptions is thrown if unable to initialize the
module or start the server.
|