Class Summary |
BufferingHttpClientHandler |
HTTP client handler implementation that buffers the content of HTTP messages
entirely in memory and executes HTTP requests on the main I/O thread. |
BufferingHttpServiceHandler |
HTTP service handler implementation that buffers the content of HTTP messages
entirely in memory and processes HTTP requests on the main I/O thread. |
NHttpClientHandlerBase |
|
NHttpHandlerBase |
|
NHttpServiceHandlerBase |
|
ThrottlingHttpClientHandler |
HTTP client handler implementation that allocates content buffers of limited
size upon initialization and is capable of controlling the frequency of I/O
events in order to guarantee those content buffers do not ever get overflown. |
ThrottlingHttpServiceHandler |
HTTP service handler implementation that allocates content buffers of limited
size upon initialization and is capable of controlling the frequency of I/O
events in order to guarantee those content buffers do not ever get overflown. |