Name |
Description |
Connection |
|
DateHeaderValueManager |
Manages the generation of the date header value. |
Frame |
|
FrameContext |
|
FrameRequestHeaders |
|
FrameRequestHeaders.Enumerator |
|
FrameRequestStream |
|
FrameResponseHeaders |
|
FrameResponseHeaders.Enumerator |
|
FrameResponseStream |
|
Listener |
Base class for listeners in Kestrel. Listens for incoming connections |
ListenerContext |
|
ListenerPrimary |
A primary listener waits for incoming connections on a specified socket. Incoming connections may be passed to a secondary listener to handle. |
ListenerSecondary |
A secondary listener is delegated requests from a primary listener via a named pipe or UNIX domain socket. |
MemoryPoolTextWriter |
|
MessageBody |
|
MessageBody.ForChunkedEncoding |
http://tools.ietf.org/html/rfc2616#section-3.6.1 |
MessageBody.ForContentLength |
|
MessageBody.ForRemainingData |
|
PipeListener |
Implementation of Listener that uses UNIX domain sockets as its transport. |
PipeListenerPrimary |
An implementation of ListenerPrimary using UNIX sockets. |
ReasonPhrases |
|
SocketInput |
|
SocketInput.IncomingBuffer |
|
SocketInputExtensions |
|
SocketOutput |
|
SocketOutput.CallbackContext |
|
SocketOutput.WriteContext |
|
TcpListener |
Implementation of Listener that uses TCP sockets as its transport. |
TcpListenerPrimary |
An implementation of ListenerPrimary using TCP sockets. |