qb :: backend :: pythonChildHandler :: PFXRequestHandler :: Class PFXRequestHandler
[hide private]
[frames] | no frames]

Class PFXRequestHandler

source code


Instance Methods [hide private]
 
__init__(self, request, client_address, server) source code
 
handle(self)
Each request is expected to have the payload size packed by xdrlib.Packer encoded in the first 4 bytes, optionally followed by a message.
source code

Inherited from SocketServer.BaseRequestHandler: finish, setup

Method Details [hide private]

__init__(self, request, client_address, server)
(Constructor)

source code 
Overrides: SocketServer.BaseRequestHandler.__init__

handle(self)

source code 

Each request is expected to have the payload size packed by xdrlib.Packer encoded in the first 4 bytes, optionally followed by a message.

Overrides: SocketServer.BaseRequestHandler.handle