C# 클래스 Tornado.web.Application

파일 보기 프로젝트 열기: swax/Tornado.Net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_wsgi bool
default_host string
handlers List>.TupleList
named_handlers object>.Dictionary
settings object>.Dictionary
transforms OutputTransform>>.List

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
_get_host_handlers ( HTTPRequest request ) : List

메소드 상세

Application() 공개 메소드

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
리턴 System

Call() 공개 메소드

public Call ( HTTPRequest request ) : RequestHandler
request Tornado.httpserver.HTTPRequest
리턴 RequestHandler

Listen() 공개 메소드

public Listen ( int port, string address = "" ) : void
port int
address string
리턴 void

add_handlers() 공개 메소드

public add_handlers ( string host_pattern, object>.TupleList host_handlers ) : void
host_pattern string
host_handlers object>.TupleList
리턴 void

프로퍼티 상세

_wsgi 공개적으로 프로퍼티

public bool _wsgi
리턴 bool

default_host 공개적으로 프로퍼티

public string default_host
리턴 string

handlers 공개적으로 프로퍼티

public TupleList> handlers
리턴 List>.TupleList

named_handlers 공개적으로 프로퍼티

public Dictionary named_handlers
리턴 object>.Dictionary

settings 공개적으로 프로퍼티

public Dictionary settings
리턴 object>.Dictionary

transforms 공개적으로 프로퍼티

public List> transforms
리턴 OutputTransform>>.List