Package pyamf :: Package remoting :: Package gateway :: Module twisted :: Class AMF0RequestProcessor
[hide private]
[frames] | no frames]

Class AMF0RequestProcessor

source code


A Twisted friendly implementation of amf0.RequestProcessor

Instance Methods [hide private]
twisted.internet.defer.Deferred
__call__(self, request, *args, **kwargs)
Calls the underlying service method.
source code

Inherited from amf0.RequestProcessor: __init__, authenticateRequest, buildErrorResponse

Inherited from amf0.RequestProcessor (private): _getBody

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__call__(self, request, *args, **kwargs)
(Call operator)

source code 

Calls the underlying service method.

Parameters:
  • request - The request to be processed.
Returns: twisted.internet.defer.Deferred
A Deferred that will contain the AMF Response.
Overrides: amf0.RequestProcessor.__call__