C# Class Tornado.web.Application

Afficher le fichier Open project: swax/Tornado.Net Class Usage Examples

Méthodes publiques

Свойство Type Description
_wsgi bool
default_host string
handlers List>.TupleList
named_handlers object>.Dictionary
settings object>.Dictionary
transforms OutputTransform>>.List

Méthodes publiques

Méthode Description
Application ( object>.TupleList handlers_ = null, string default_host_ = "", OutputTransform>.List transforms_ = null, bool wsgi = false, object>.Dictionary settings_ = null ) : System
Call ( HTTPRequest request ) : RequestHandler
Listen ( int port, string address = "" ) : void
add_handlers ( string host_pattern, object>.TupleList host_handlers ) : void

Private Methods

Méthode Description
_get_host_handlers ( HTTPRequest request ) : List

Method Details

Application() public méthode

public Application ( object>.TupleList handlers_ = null, string default_host_ = "", OutputTransform>.List transforms_ = null, bool wsgi = false, object>.Dictionary settings_ = null ) : System
handlers_ object>.TupleList
default_host_ string
transforms_ OutputTransform>.List
wsgi bool
settings_ object>.Dictionary
Résultat System

Call() public méthode

public Call ( HTTPRequest request ) : RequestHandler
request Tornado.httpserver.HTTPRequest
Résultat RequestHandler

Listen() public méthode

public Listen ( int port, string address = "" ) : void
port int
address string
Résultat void

add_handlers() public méthode

public add_handlers ( string host_pattern, object>.TupleList host_handlers ) : void
host_pattern string
host_handlers object>.TupleList
Résultat void

Property Details

_wsgi public_oe property

public bool _wsgi
Résultat bool

default_host public_oe property

public string default_host
Résultat string

handlers public_oe property

public TupleList> handlers
Résultat List>.TupleList

named_handlers public_oe property

public Dictionary named_handlers
Résultat object>.Dictionary

settings public_oe property

public Dictionary settings
Résultat object>.Dictionary

transforms public_oe property

public List> transforms
Résultat OutputTransform>>.List