C# Class Tornado.httpserver.HTTPServer

Inheritance: Tornado.netutil.TcpServer
Exibir arquivo Open project: swax/Tornado.Net Class Usage Examples

Public Properties

Property Type Description
no_keep_alive bool
request_callback RequestHandler>.Func
xheaders bool

Public Methods

Method Description
HTTPServer ( RequestHandler>.Func request_callback_, bool no_keep_alive_ = false, IOLoop io_loop_ = null, bool xheaders_ = false, object ssl_options_ = null ) : System
handle_stream ( IOStream stream, IPEndPoint address ) : void

Method Details

HTTPServer() public method

public HTTPServer ( RequestHandler>.Func request_callback_, bool no_keep_alive_ = false, IOLoop io_loop_ = null, bool xheaders_ = false, object ssl_options_ = null ) : System
request_callback_ RequestHandler>.Func
no_keep_alive_ bool
io_loop_ Tornado.ioloop.IOLoop
xheaders_ bool
ssl_options_ object
return System

handle_stream() public method

public handle_stream ( IOStream stream, IPEndPoint address ) : void
stream Tornado.iostream.IOStream
address System.Net.IPEndPoint
return void

Property Details

no_keep_alive public_oe property

public bool no_keep_alive
return bool

request_callback public_oe property

public Func request_callback
return RequestHandler>.Func

xheaders public_oe property

public bool xheaders
return bool