C# Class Microsoft.AspNet.Server.Kestrel.Http.Connection

Inheritance: Microsoft.AspNet.Server.Kestrel.Http.ConnectionContext, IConnectionControl
显示文件 Open project: Starcounter/KestrelHttpServer Class Usage Examples

Public Methods

Method Description
Connection ( ListenerContext context, UvStreamHandle socket ) : System
Start ( ) : void

Private Methods

Method Description
AllocCallback ( UvStreamHandle handle, int suggestedSize, object state ) : Libuv.uv_buf_t
ApplyConnectionFilter ( ) : void
IConnectionControl ( ) : void
IConnectionControl ( ProduceEndType endType ) : void
OnAlloc ( UvStreamHandle handle, int suggestedSize ) : Libuv.uv_buf_t
OnRead ( UvStreamHandle handle, int status ) : void
ReadCallback ( UvStreamHandle handle, int status, object state ) : void

Method Details

Connection() public method

public Connection ( ListenerContext context, UvStreamHandle socket ) : System
context ListenerContext
socket Microsoft.AspNet.Server.Kestrel.Networking.UvStreamHandle
return System

Start() public method

public Start ( ) : void
return void