App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Public Attributes | List of all members
google.appengine.ext.remote_api.throttle.ThrottledHttpRpcServer Class Reference
Inheritance diagram for google.appengine.ext.remote_api.throttle.ThrottledHttpRpcServer:

Public Member Functions

def __init__
 

Public Attributes

 throttle
 

Detailed Description

Provides a simplified RPC-style interface for HTTP requests.

This RPC server uses a Throttle to prevent exceeding quotas.

Constructor & Destructor Documentation

def google.appengine.ext.remote_api.throttle.ThrottledHttpRpcServer.__init__ (   self,
  throttle,
  args,
  kwargs 
)
Initialize a ThrottledHttpRpcServer.

Also sets request_manager.rpc_server to the ThrottledHttpRpcServer instance.

Args:
  throttle: A Throttles instance.
  args: Positional arguments to pass through to
appengine_rpc.HttpRpcServer.__init__
  kwargs: Keyword arguments to pass through to
appengine_rpc.HttpRpcServer.__init__

The documentation for this class was generated from the following file: