Tornado
稳定版
用户指南
Web 框架
HTTP 服务器和客户端
异步网络
协程和并发
与其他服务的集成
实用工具
常见问题解答
发行说明
Tornado
索引
在 GitHub 上编辑
索引
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
J
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
W
|
X
_
_oauth_consumer_token() (tornado.auth.OAuthMixin 方法)
_oauth_get_user_future() (tornado.auth.OAuthMixin 方法)
A
acquire() (tornado.locks.BoundedSemaphore 方法)
(tornado.locks.Lock 方法)
(tornado.locks.Semaphore 方法)
add() (tornado.httputil.HTTPHeaders 方法)
add_accept_handler() (在模块 tornado.netutil 中)
add_callback() (tornado.ioloop.IOLoop 方法)
add_callback_from_signal() (tornado.ioloop.IOLoop 方法)
add_future() (tornado.ioloop.IOLoop 方法)
add_handler() (tornado.ioloop.IOLoop 方法)
add_handlers() (tornado.web.Application 方法)
add_header() (tornado.web.RequestHandler 方法)
add_parse_callback() (在模块 tornado.options 中)
(tornado.options.OptionParser 方法)
add_reload_hook() (在模块 tornado.autoreload 中)
add_rules() (tornado.routing.RuleRouter 方法)
add_socket() (tornado.tcpserver.TCPServer 方法)
add_sockets() (tornado.tcpserver.TCPServer 方法)
add_timeout() (tornado.ioloop.IOLoop 方法)
addslash() (在模块 tornado.web 中)
AddThreadSelectorEventLoop (tornado.platform.asyncio 中的类)
AnyMatches (tornado.routing 中的类)
AnyThreadEventLoopPolicy (tornado.platform.asyncio 中的类)
Application (tornado.web 中的类)
application (tornado.web.RequestHandler 属性)
ArgReplacer (tornado.util 中的类)
arguments (tornado.httputil.HTTPServerRequest 属性)
as_dict() (tornado.options.OptionParser 方法)
AsyncHTTPClient (tornado.httpclient 中的类)
AsyncHTTPSTestCase (tornado.testing 中的类)
AsyncHTTPTestCase (tornado.testing 中的类)
AsyncIOLoop (tornado.platform.asyncio 中的类)
AsyncIOMainLoop (tornado.platform.asyncio 中的类)
AsyncTestCase (tornado.testing 中的类)
authenticate_redirect() (tornado.auth.OpenIdMixin 方法)
(tornado.auth.TwitterMixin 方法)
authenticated() (在模块 tornado.web 中)
authorize_redirect() (tornado.auth.OAuth2Mixin 方法)
(tornado.auth.OAuthMixin 方法)
B
BaseIOStream (tornado.iostream 中的类)
BaseLoader (tornado.template 中的类)
bind() (tornado.tcpserver.TCPServer 方法)
bind_sockets() (在模块 tornado.netutil 中)
bind_unix_socket() (在模块 tornado.netutil 中)
bind_unused_port() (在模块 tornado.testing 中)
BlockingResolver (tornado.netutil 中的类)
body (tornado.httputil.HTTPServerRequest 属性)
body_arguments (tornado.httputil.HTTPServerRequest 属性)
BoundedSemaphore (tornado.locks 中的类)
C
call_at() (tornado.ioloop.IOLoop 方法)
call_later() (tornado.ioloop.IOLoop 方法)
CalledProcessError
CaresResolver (tornado.platform.caresresolver 中的类)
chain_future() (在模块 tornado.concurrent 中)
check_etag_header() (tornado.web.RequestHandler 方法)
check_origin() (tornado.websocket.WebSocketHandler 方法)
check_xsrf_cookie() (tornado.web.RequestHandler 方法)
clear() (tornado.locks.Event 方法)
(tornado.web.RequestHandler 方法)
clear_all_cookies() (tornado.web.RequestHandler 方法)
clear_cookie() (tornado.web.RequestHandler 方法)
clear_current() (tornado.ioloop.IOLoop 静态方法)
clear_header() (tornado.web.RequestHandler 方法)
clear_instance() (tornado.ioloop.IOLoop 静态方法)
close() (tornado.http1connection.HTTP1ServerConnection 方法)
(tornado.httpclient.AsyncHTTPClient 方法)
(tornado.httpclient.HTTPClient 方法)
(tornado.ioloop.IOLoop 方法)
(tornado.iostream.BaseIOStream 方法)
(tornado.netutil.Resolver 方法)
(tornado.websocket.WebSocketClientConnection 方法)
(tornado.websocket.WebSocketHandler 方法)
close_all_connections() (tornado.httpserver.HTTPServer 方法)
close_fd() (tornado.iostream.BaseIOStream 方法)
closed() (tornado.iostream.BaseIOStream 方法)
code (tornado.httputil.ResponseStartLine 属性)
compute_etag() (tornado.web.RequestHandler 方法)
(tornado.web.StaticFileHandler 方法)
Condition (tornado.locks 中的类)
Configurable (tornado.util 中的类)
configurable_base() (tornado.util.Configurable 类方法)
configurable_default() (tornado.util.Configurable 类方法)
configure() (tornado.httpclient.AsyncHTTPClient 类方法)
(tornado.util.Configurable 类方法)
configured_class() (tornado.util.Configurable 类方法)
connect() (tornado.iostream.IOStream 方法)
(tornado.tcpclient.TCPClient 方法)
connection (tornado.httputil.HTTPServerRequest 属性)
convert_yielded() (在模块 tornado.gen 中)
cookies (tornado.httputil.HTTPServerRequest 属性)
(tornado.web.RequestHandler 属性)
coroutine() (在模块 tornado.gen 中)
cpu_count() (在模块 tornado.process 中)
create_signed_value() (tornado.web.RequestHandler 方法)
create_template_loader() (tornado.web.RequestHandler 方法)
css_files() (tornado.web.UIModule 方法)
CSVLocale (tornado.locale 中的类)
CurlAsyncHTTPClient (tornado.curl_httpclient 中的类)
current() (tornado.ioloop.IOLoop 静态方法)
current_user (tornado.web.RequestHandler 属性)
D
data_received() (tornado.httputil.HTTPMessageDelegate 方法)
(tornado.web.RequestHandler 方法)
decode_argument() (tornado.web.RequestHandler 方法)
decompress() (tornado.util.GzipDecompressor 方法)
DEFAULT_SIGNED_VALUE_MIN_VERSION (在模块 tornado.web 中)
DEFAULT_SIGNED_VALUE_VERSION (在模块 tornado.web 中)
DefaultExecutorResolver (tornado.netutil 中的类)
DefaultHostMatches (tornado.routing 中的类)
DefaultLoopResolver (tornado.netutil 中的类)
define() (在模块 tornado.options 中)
(tornado.options.OptionParser 方法)
define_logging_options() (在模块 tornado.log 中)
delete() (tornado.web.RequestHandler 方法)
detach() (tornado.http1connection.HTTP1Connection 方法)
(tornado.web.RequestHandler 方法)
DictLoader (tornado.template 中的类)
done() (tornado.gen.WaitIterator 方法)
E
embedded_css() (tornado.web.UIModule 方法)
embedded_javascript() (tornado.web.UIModule 方法)
enable_pretty_logging() (在模块 tornado.log 中)
encode_username_password() (在模块 tornado.httputil 中)
environ() (tornado.wsgi.WSGIContainer 方法)
errno_from_exception() (在模块 tornado.util 中)
错误
ErrorHandler (tornado.web 中的类)
Event (tornado.locks 中的类)
ExecutorResolver (tornado.netutil 中的类)
ExpectLog (tornado.testing 中的类)
F
facebook_request() (tornado.auth.FacebookGraphMixin 方法)
FacebookGraphMixin (tornado.auth 中的类)
FallbackHandler (tornado.web 中的类)
fetch() (tornado.httpclient.AsyncHTTPClient 方法)
(tornado.httpclient.HTTPClient 方法)
(tornado.testing.AsyncHTTPTestCase 方法)
fileno() (tornado.iostream.BaseIOStream 方法)
files (tornado.httputil.HTTPServerRequest 属性)
filter_whitespace() (在模块 tornado.template 中)
find_handler() (tornado.routing.Router 方法)
完成
finish() (tornado.http1connection.HTTP1Connection 方法)
(tornado.httputil.HTTPConnection 方法)
(tornado.httputil.HTTPMessageDelegate 方法)
(tornado.web.RequestHandler 方法)
flush() (tornado.util.GzipDecompressor 方法)
(tornado.web.RequestHandler 方法)
fork_processes() (在模块 tornado.process 中)
format_date() (tornado.locale.Locale 方法)
format_day() (tornado.locale.Locale 方法)
format_timestamp() (在模块 tornado.httputil 中)
friendly_number() (tornado.locale.Locale 方法)
full_url() (tornado.httputil.HTTPServerRequest 方法)
Future (tornado.concurrent 中的类)
future_add_done_callback() (在模块 tornado.concurrent 中)
future_set_exc_info() (在模块 tornado.concurrent 中)
future_set_exception_unless_cancelled() (在模块 tornado.concurrent 中)
future_set_result_unless_cancelled() (在模块 tornado.concurrent 中)
G
gen_test() (在模块 tornado.testing 中)
generate() (tornado.template.Template 方法)
get() (在模块 tornado.locale 中)
(tornado.locale.Locale 类方法)
(tornado.queues.Queue 方法)
(tornado.web.RequestHandler 方法)
get_absolute_path() (tornado.web.StaticFileHandler 类方法)
get_all() (tornado.httputil.HTTPHeaders 方法)
get_app() (tornado.testing.AsyncHTTPTestCase 方法)
get_argument() (tornado.web.RequestHandler 方法)
get_arguments() (tornado.web.RequestHandler 方法)
get_async_test_timeout() (在模块 tornado.testing 中)
get_auth_http_client() (tornado.auth.OAuth2Mixin 方法)
(tornado.auth.OAuthMixin 方法)
(tornado.auth.OpenIdMixin 方法)
get_authenticated_user() (tornado.auth.FacebookGraphMixin 方法)
(tornado.auth.GoogleOAuth2Mixin 方法)
(tornado.auth.OAuthMixin 方法)
(tornado.auth.OpenIdMixin 方法)
get_body_argument() (tornado.web.RequestHandler 方法)
get_body_arguments() (tornado.web.RequestHandler 方法)
get_browser_locale() (tornado.web.RequestHandler 方法)
get_cache_time() (tornado.web.StaticFileHandler 方法)
get_closest() (tornado.locale.Locale 类方法)
get_compression_options() (tornado.websocket.WebSocketHandler 方法)
get_content() (tornado.web.StaticFileHandler 类方法)
get_content_size() (tornado.web.StaticFileHandler 方法)
get_content_type() (tornado.web.StaticFileHandler 方法)
get_content_version() (tornado.web.StaticFileHandler 类方法)
get_cookie() (tornado.web.RequestHandler 方法)
get_current_user() (tornado.web.RequestHandler 方法)
get_fd_error() (tornado.iostream.BaseIOStream 方法)
get_google_oauth_settings() (tornado.auth.GoogleOAuth2Mixin 方法)
get_handler_delegate() (tornado.web.Application 方法)
get_http_port() (tornado.testing.AsyncHTTPTestCase 方法)
get_httpserver_options() (tornado.testing.AsyncHTTPTestCase 方法)
get_list() (tornado.httputil.HTTPHeaders 方法)
get_login_url() (tornado.web.RequestHandler 方法)
get_modified_time() (tornado.web.StaticFileHandler 方法)
get_new_ioloop() (tornado.testing.AsyncTestCase 方法)
get_nowait() (tornado.queues.Queue 方法)
get_old_value() (tornado.util.ArgReplacer 方法)
get_query_argument() (tornado.web.RequestHandler 方法)
get_query_arguments() (tornado.web.RequestHandler 方法)
get_secure_cookie() (tornado.web.RequestHandler 方法)
get_secure_cookie_key_version() (tornado.web.RequestHandler 方法)
get_signed_cookie() (tornado.web.RequestHandler 方法)
get_signed_cookie_key_version() (tornado.web.RequestHandler 方法)
get_ssl_certificate() (tornado.httputil.HTTPServerRequest 方法)
get_ssl_options() (tornado.testing.AsyncHTTPSTestCase 方法)
get_status() (tornado.web.RequestHandler 方法)
get_supported_locales() (在模块 tornado.locale 中)
get_target_delegate() (tornado.routing.RuleRouter 方法)
get_template_namespace() (tornado.web.RequestHandler 方法)
get_template_path() (tornado.web.RequestHandler 方法)
get_url() (tornado.testing.AsyncHTTPTestCase 方法)
get_user_locale() (tornado.web.RequestHandler 方法)
get_version() (tornado.web.StaticFileHandler 类方法)
GettextLocale (tornado.locale 中的类)
GoogleOAuth2Mixin (tornado.auth 中的类)
group_dict() (tornado.options.OptionParser 方法)
groups() (tornado.options.OptionParser 方法)
GzipDecompressor (tornado.util 中的类)
H
handle_stream() (tornado.tcpserver.TCPServer 方法)
head() (tornado.web.RequestHandler 方法)
headers (tornado.httputil.HTTPServerRequest 属性)
headers_received() (tornado.httputil.HTTPMessageDelegate 方法)
host (tornado.httputil.HTTPServerRequest 属性)
HostMatches (tornado.routing 中的类)
html_body() (tornado.web.UIModule 方法)
html_head() (tornado.web.UIModule 方法)
HTTP1Connection (tornado.http1connection 中的类)
HTTP1ConnectionParameters (tornado.http1connection 中的类)
HTTP1ServerConnection (tornado.http1connection 中的类)
HTTPClient (tornado.httpclient 中的类)
HTTPClientError
HTTPConnection (tornado.httputil 中的类)
HTTPError
,
[1]
HTTPFile (tornado.httputil 中的类)
HTTPHeaders (tornado.httputil 中的类)
HTTPInputError
HTTPMessageDelegate (tornado.httputil 中的类)
HTTPOutputError
HTTPRequest (tornado.httpclient 中的类)
HTTPResponse (tornado.httpclient 中的类)
HTTPServer (tornado.httpserver 中的类)
HTTPServerConnectionDelegate (tornado.httputil 中的类)
HTTPServerRequest (tornado.httputil 中的类)
I
import_object() (在模块 tornado.util 中)
initialize() (tornado.process.Subprocess 类方法)
(tornado.util.Configurable 方法)
(tornado.web.RequestHandler 方法)
install() (在模块 tornado.platform.twisted 中)
(tornado.ioloop.IOLoop 方法)
instance() (tornado.ioloop.IOLoop 静态方法)
IOLoop (tornado.ioloop 中的类)
IOStream (tornado.iostream 类)
is_coroutine_function() (tornado.gen 模块)
is_running() (tornado.ioloop.PeriodicCallback 方法)
is_set() (tornado.locks.Event 方法)
is_transfer_encoding_chunked() (tornado.http1connection 模块)
is_valid_ip() (tornado.netutil 模块)
items() (tornado.options.OptionParser 方法)
J
javascript_files() (tornado.web.UIModule 方法)
join() (tornado.queues.Queue 方法)
json_decode() (tornado.escape 模块)
json_encode() (tornado.escape 模块)
L
LifoQueue (tornado.queues 类)
linkify() (tornado.escape 模块)
list() (tornado.locale.Locale 方法)
listen() (tornado.tcpserver.TCPServer 方法)
(tornado.web.Application 方法)
load() (tornado.template.BaseLoader 方法)
load_gettext_translations() (tornado.locale 模块)
load_translations() (tornado.locale 模块)
Loader (tornado.template 类)
Locale (tornado.locale 类)
locale (tornado.web.RequestHandler 属性)
Lock (tornado.locks 类)
log_exception() (tornado.web.RequestHandler 方法)
log_request() (tornado.web.Application 方法)
LogFormatter (tornado.log 类)
M
main() (tornado.autoreload 模块)
(tornado.testing 模块)
make_current() (tornado.ioloop.IOLoop 方法)
make_static_url() (tornado.web.StaticFileHandler 类方法)
match() (tornado.routing.Matcher 方法)
Matcher (tornado.routing 类)
MAX_SUPPORTED_SIGNED_VALUE_VERSION (tornado.web 模块)
maxsize (tornado.queues.Queue 属性)
maybe_future() (tornado.gen 模块)
method (tornado.httputil.HTTPServerRequest 属性)
(tornado.httputil.RequestStartLine 属性)
MIN_SUPPORTED_SIGNED_VALUE_VERSION (tornado.web 模块)
MissingArgumentError
mockable() (tornado.options.OptionParser 方法)
模块
tornado.auth
tornado.autoreload
tornado.concurrent
tornado.curl_httpclient
tornado.escape
tornado.gen
tornado.http1connection
tornado.httpclient
tornado.httpserver
tornado.httputil
tornado.ioloop
tornado.iostream
tornado.locale
tornado.locks
tornado.log
tornado.netutil
tornado.options
tornado.platform.asyncio
tornado.platform.caresresolver
tornado.platform.twisted
tornado.process
tornado.queues
tornado.routing
tornado.simple_httpclient
tornado.tcpclient
tornado.tcpserver
tornado.template
tornado.testing
tornado.util
tornado.web
tornado.websocket
tornado.wsgi
moment (tornado.gen 模块)
multi() (tornado.gen 模块)
multi_future() (tornado.gen 模块)
N
native_str() (tornado.escape 模块)
next() (tornado.gen.WaitIterator 方法)
notify() (tornado.locks.Condition 方法)
notify_all() (tornado.locks.Condition 方法)
O
oauth2_request() (tornado.auth.OAuth2Mixin 方法)
OAuth2Mixin (tornado.auth 类)
OAuthMixin (tornado.auth 类)
ObjectDict (tornado.util 类)
on_close() (tornado.httputil.HTTPServerConnectionDelegate 方法)
(tornado.websocket.WebSocketHandler 方法)
on_connection_close() (tornado.httputil.HTTPMessageDelegate 方法)
(tornado.web.RequestHandler 方法)
on_finish() (tornado.web.RequestHandler 方法)
on_message() (tornado.websocket.WebSocketHandler 方法)
on_ping() (tornado.websocket.WebSocketHandler 方法)
on_pong() (tornado.websocket.WebSocketHandler 方法)
open() (tornado.websocket.WebSocketHandler 方法)
OpenIdMixin (tornado.auth 类)
OptionParser (tornado.options 类)
options (tornado.options 模块)
options() (tornado.web.RequestHandler 方法)
OverrideResolver (tornado.netutil 类)
P
parse() (tornado.httputil.HTTPHeaders 类方法)
parse_body_arguments() (tornado.httputil 模块)
parse_command_line() (tornado.options 模块)
(tornado.options.OptionParser 方法)
parse_config_file() (tornado.options 模块)
(tornado.options.OptionParser 方法)
parse_cookie() (tornado.httputil 模块)
parse_hex_int() (tornado.http1connection 模块)
parse_int() (tornado.http1connection 模块)
parse_line() (tornado.httputil.HTTPHeaders 方法)
parse_multipart_form_data() (tornado.httputil 模块)
parse_request_start_line() (tornado.httputil 模块)
parse_response_start_line() (tornado.httputil 模块)
parse_url_path() (tornado.web.StaticFileHandler 方法)
ParseError
patch() (tornado.web.RequestHandler 方法)
path (tornado.httputil.HTTPServerRequest 属性)
(tornado.httputil.RequestStartLine 属性)
path_args (tornado.web.RequestHandler 属性)
path_kwargs (tornado.web.RequestHandler 属性)
PathMatches (tornado.routing 类)
PeriodicCallback (tornado.ioloop 类)
pgettext() (tornado.locale.GettextLocale 方法)
ping() (tornado.websocket.WebSocketClientConnection 方法)
(tornado.websocket.WebSocketHandler 方法)
PipeIOStream (tornado.iostream 类)
post() (tornado.web.RequestHandler 方法)
prepare() (tornado.web.RequestHandler 方法)
print_help() (tornado.options 模块)
(tornado.options.OptionParser 方法)
PriorityQueue (tornado.queues 类)
process_rule() (tornado.routing.RuleRouter 方法)
protocol (tornado.httputil.HTTPServerRequest 属性)
put() (tornado.queues.Queue 方法)
(tornado.web.RequestHandler 方法)
put_nowait() (tornado.queues.Queue 方法)
Q
qs_to_qsl() (tornado.httputil 模块)
qsize() (tornado.queues.Queue 方法)
query (tornado.httputil.HTTPServerRequest 属性)
query_arguments (tornado.httputil.HTTPServerRequest 属性)
Queue (tornado.queues 类)
QueueEmpty
QueueFull
R
re_unescape() (tornado.util 模块)
read_bytes() (tornado.iostream.BaseIOStream 方法)
read_from_fd() (tornado.iostream.BaseIOStream 方法)
read_into() (tornado.iostream.BaseIOStream 方法)
read_message() (tornado.websocket.WebSocketClientConnection 方法)
read_response() (tornado.http1connection.HTTP1Connection 方法)
read_until() (tornado.iostream.BaseIOStream 方法)
read_until_close() (tornado.iostream.BaseIOStream 方法)
read_until_regex() (tornado.iostream.BaseIOStream 方法)
reading() (tornado.iostream.BaseIOStream 方法)
reason (tornado.httputil.ResponseStartLine 属性)
recursive_unicode() (tornado.escape 模块)
redirect() (tornado.web.RequestHandler 方法)
RedirectHandler (tornado.web 类)
release() (tornado.locks.BoundedSemaphore 方法)
(tornado.locks.Lock 方法)
(tornado.locks.Semaphore 方法)
remote_ip (tornado.httputil.HTTPServerRequest 属性)
remove_handler() (tornado.ioloop.IOLoop 方法)
remove_timeout() (tornado.ioloop.IOLoop 方法)
removeslash() (tornado.web 模块)
render() (tornado.web.RequestHandler 方法)
(tornado.web.UIModule 方法)
render_embed_css() (tornado.web.RequestHandler 方法)
render_embed_js() (tornado.web.RequestHandler 方法)
render_linked_css() (tornado.web.RequestHandler 方法)
render_linked_js() (tornado.web.RequestHandler 方法)
render_string() (tornado.web.RequestHandler 方法)
(tornado.web.UIModule 方法)
replace() (tornado.util.ArgReplacer 方法)
request (tornado.web.RequestHandler 属性)
request_time() (tornado.httputil.HTTPServerRequest 方法)
RequestHandler (tornado.web 类)
RequestStartLine (tornado.httputil 类)
require_setting() (tornado.web.RequestHandler 方法)
reset() (tornado.template.BaseLoader 方法)
resolve() (tornado.netutil.Resolver 方法)
resolve_path() (tornado.template.BaseLoader 方法)
Resolver (tornado.netutil 类)
ResponseStartLine (tornado.httputil 类)
rethrow() (tornado.httpclient.HTTPResponse 方法)
返回
reverse() (tornado.routing.Matcher 方法)
reverse_url() (tornado.routing.ReversibleRouter 方法)
(tornado.web.Application 方法)
(tornado.web.RequestHandler 方法)
ReversibleRouter (tornado.routing 类)
ReversibleRuleRouter (tornado.routing 类)
Router (tornado.routing 类)
Rule (tornado.routing 类)
RuleRouter (tornado.routing 类)
run_in_executor() (tornado.ioloop.IOLoop 方法)
run_on_executor() (tornado.concurrent 模块)
run_sync() (tornado.ioloop.IOLoop 方法)
S
select_subprotocol() (tornado.websocket.WebSocketHandler 方法)
selected_subprotocol (tornado.websocket.WebSocketClientConnection 属性)
(tornado.websocket.WebSocketHandler 属性)
SelectorThread (tornado.platform.asyncio 类)
Semaphore (tornado.locks 类)
send_error() (tornado.web.RequestHandler 方法)
set() (tornado.locks.Event 方法)
set_body_timeout() (tornado.http1connection.HTTP1Connection 方法)
set_close_callback() (tornado.http1connection.HTTP1Connection 方法)
(tornado.iostream.BaseIOStream 方法)
set_cookie() (tornado.web.RequestHandler 方法)
set_default_executor() (tornado.ioloop.IOLoop 方法)
set_default_headers() (tornado.web.RequestHandler 方法)
set_default_locale() (tornado.locale 模块)
set_etag_header() (tornado.web.RequestHandler 方法)
set_exit_callback() (tornado.process.Subprocess 方法)
set_extra_headers() (tornado.web.StaticFileHandler 方法)
set_header() (tornado.web.RequestHandler 方法)
set_headers() (tornado.web.StaticFileHandler 方法)
set_max_body_size() (tornado.http1connection.HTTP1Connection 方法)
set_nodelay() (tornado.iostream.BaseIOStream 方法)
(tornado.websocket.WebSocketHandler 方法)
set_secure_cookie() (tornado.web.RequestHandler 方法)
set_signed_cookie() (tornado.web.RequestHandler 方法)
set_status() (tornado.web.RequestHandler 方法)
settings (tornado.web.Application 属性)
(tornado.web.RequestHandler 属性)
should_return_304() (tornado.web.StaticFileHandler 方法)
SimpleAsyncHTTPClient (tornado.simple_httpclient 类)
sleep() (tornado.gen 模块)
spawn_callback() (tornado.ioloop.IOLoop 方法)
split_host_and_port() (tornado.httputil 模块)
squeeze() (tornado.escape 模块)
ssl_options_to_context() (tornado.netutil 模块)
ssl_wrap_socket() (tornado.netutil 模块)
SSLIOStream (tornado.iostream 类)
start() (tornado.autoreload 模块)
(tornado.ioloop.IOLoop 方法)
(tornado.ioloop.PeriodicCallback 方法)
(tornado.tcpserver.TCPServer 方法)
start_request() (tornado.httputil.HTTPServerConnectionDelegate 方法)
start_serving() (tornado.http1connection.HTTP1ServerConnection 方法)
start_tls() (tornado.iostream.IOStream 方法)
static_url() (tornado.web.RequestHandler 方法)
StaticFileHandler (tornado.web 类)
stop() (tornado.ioloop.IOLoop 方法)
(tornado.ioloop.PeriodicCallback 方法)
(tornado.tcpserver.TCPServer 方法)
(tornado.testing.AsyncTestCase 方法)
stream_request_body() (tornado.web 模块)
StreamBufferFullError
StreamClosedError
Subprocess (tornado.process 类)
T
task_done() (tornado.queues.Queue 方法)
task_id() (tornado.process 模块)
TCPClient (tornado.tcpclient 类)
TCPServer (tornado.tcpserver 类)
Template (tornado.template 类)
ThreadedResolver (tornado.netutil 类)
time() (tornado.ioloop.IOLoop 方法)
timedelta_to_seconds() (tornado.util 模块)
TimeoutError (tornado.util 类)
to_asyncio_future() (tornado.platform.asyncio 模块)
to_basestring() (tornado.escape 模块)
to_tornado_future() (tornado.platform.asyncio 模块)
to_unicode() (tornado.escape 模块)
tornado.auth
模块
tornado.autoreload
模块
tornado.concurrent
模块
tornado.curl_httpclient
模块
tornado.escape
模块
tornado.gen
模块
tornado.http1connection
模块
tornado.httpclient
模块
tornado.httpserver
模块
tornado.httputil
模块
tornado.ioloop
模块
tornado.iostream
模块
tornado.locale
模块
tornado.locks
模块
tornado.log
模块
tornado.netutil
模块
tornado.options
模块
tornado.platform.asyncio
模块
tornado.platform.caresresolver
模块
tornado.platform.twisted
模块
tornado.process
模块
tornado.queues
模块
tornado.routing
模块
tornado.simple_httpclient
模块
tornado.tcpclient
模块
tornado.tcpserver
模块
tornado.template
模块
tornado.testing
模块
tornado.util
模块
tornado.web
模块
tornado.websocket
模块
tornado.wsgi
模块
translate() (tornado.locale.Locale 方法)
TwistedResolver (tornado.platform.twisted 类)
twitter_request() (tornado.auth.TwitterMixin 方法)
TwitterMixin (tornado.auth 类)
U
UIModule (tornado.web 类)
unconsumed_tail (tornado.util.GzipDecompressor 属性)
uninitialize() (tornado.process.Subprocess 类方法)
UnsatisfiableReadError
update_handler() (tornado.ioloop.IOLoop 方法)
uri (tornado.httputil.HTTPServerRequest 属性)
url_concat() (tornado.httputil 模块)
url_escape() (tornado.escape 模块)
url_unescape() (tornado.escape 模块)
URLSpec (tornado.routing 类)
(tornado.web 类)
utf8() (tornado.escape 模块)
V
validate_absolute_path() (tornado.web.StaticFileHandler 方法)
version (tornado.httputil.HTTPServerRequest 属性)
(tornado.httputil.RequestStartLine 属性)
(tornado.httputil.ResponseStartLine 属性)
W
wait() (tornado.autoreload 模块)
(tornado.locks.Condition 方法)
(tornado.locks.Event 方法)
(tornado.testing.AsyncTestCase 方法)
wait_for_exit() (tornado.process.Subprocess 方法)
wait_for_handshake() (tornado.iostream.SSLIOStream 方法)
WaitIterator (tornado.gen 类)
watch() (tornado.autoreload 模块)
websocket_connect() (tornado.websocket 模块)
WebSocketClientConnection (tornado.websocket 类)
WebSocketClosedError
WebSocketHandler (tornado.websocket 类)
with_timeout() (tornado.gen 模块)
write() (tornado.http1connection.HTTP1Connection 方法)
(tornado.httputil.HTTPConnection 方法)
(tornado.iostream.BaseIOStream 方法)
(tornado.web.RequestHandler 方法)
write_error() (tornado.web.RequestHandler 方法)
write_headers() (tornado.http1connection.HTTP1Connection 方法)
(tornado.httputil.HTTPConnection 方法)
write_message() (tornado.websocket.WebSocketClientConnection 方法)
(tornado.websocket.WebSocketHandler 方法)
write_to_fd() (tornado.iostream.BaseIOStream 方法)
writing() (tornado.iostream.BaseIOStream 方法)
WSGIContainer (tornado.wsgi 类)
X
xhtml_escape() (tornado.escape 模块)
xhtml_unescape() (tornado.escape 模块)
xsrf_form_html() (tornado.web.RequestHandler 方法)
xsrf_token (tornado.web.RequestHandler 属性)