App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | List of all members
google.appengine.tools.devappserver2.admin.admin_server.AdminServer Class Reference
Inheritance diagram for google.appengine.tools.devappserver2.admin.admin_server.AdminServer:
google.appengine.tools.devappserver2.wsgi_server.WsgiServer

Public Member Functions

def __init__
 
def start
 
def quit
 
- Public Member Functions inherited from google.appengine.tools.devappserver2.wsgi_server.WsgiServer
def __init__
 
def start
 
def quit
 
def host
 
def port
 
def set_app
 
def set_error
 
def ready
 

Additional Inherited Members

- Public Attributes inherited from google.appengine.tools.devappserver2.wsgi_server.WsgiServer
 bind_addr
 

Detailed Description

Serves an administrative UI for the application over HTTP.

Constructor & Destructor Documentation

def google.appengine.tools.devappserver2.admin.admin_server.AdminServer.__init__ (   self,
  host,
  port,
  dispatch,
  configuration,
  xsrf_token_path 
)
Initializer for AdminServer.

Args:
  host: A string containing the name of the host that the server should bind
  to e.g. "localhost".
  port: An int containing the port that the server should bind to e.g. 80.
  dispatch: A dispatcher.Dispatcher instance used to route requests and
  provide state about running servers.
  configuration: An application_configuration.ApplicationConfiguration
  instance containing the configuration for the application.
  xsrf_token_path: A string containing the path to a file that contains the
  XSRF configuration for the admin UI.

Member Function Documentation

def google.appengine.tools.devappserver2.admin.admin_server.AdminServer.quit (   self)
Quits the AdminServer.
def google.appengine.tools.devappserver2.admin.admin_server.AdminServer.start (   self)
Start the AdminServer.

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