C# Class Tornado.httpserver.HTTPConnection

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

Méthodes publiques

Свойство Type Description
address System.Net.IPEndPoint
no_keep_alive bool
request_callback RequestHandler>.Func
stream Tornado.iostream.IOStream
xheaders bool

Méthodes publiques

Méthode Description
HTTPConnection ( IOStream stream_, IPEndPoint address_, RequestHandler>.Func request_callback_, bool no_keep_alive_ = false, bool xheaders_ = false ) : System
_finish_request ( ) : void
_on_write_complete ( ) : void
close ( ) : void
finish ( ) : void
write ( byte chunk, System.Action callback = null ) : void

Private Methods

Méthode Description
_on_headers ( byte data_ ) : void
_on_request_body ( byte data ) : void

Method Details

HTTPConnection() public méthode

public HTTPConnection ( IOStream stream_, IPEndPoint address_, RequestHandler>.Func request_callback_, bool no_keep_alive_ = false, bool xheaders_ = false ) : System
stream_ Tornado.iostream.IOStream
address_ System.Net.IPEndPoint
request_callback_ RequestHandler>.Func
no_keep_alive_ bool
xheaders_ bool
Résultat System

_finish_request() public méthode

public _finish_request ( ) : void
Résultat void

_on_write_complete() public méthode

public _on_write_complete ( ) : void
Résultat void

close() public méthode

public close ( ) : void
Résultat void

finish() public méthode

public finish ( ) : void
Résultat void

write() public méthode

public write ( byte chunk, System.Action callback = null ) : void
chunk byte
callback System.Action
Résultat void

Property Details

address public_oe property

public IPEndPoint,System.Net address
Résultat System.Net.IPEndPoint

no_keep_alive public_oe property

public bool no_keep_alive
Résultat bool

request_callback public_oe property

public Func request_callback
Résultat RequestHandler>.Func

stream public_oe property

public IOStream,Tornado.iostream stream
Résultat Tornado.iostream.IOStream

xheaders public_oe property

public bool xheaders
Résultat bool