org.apache.http.nio.protocol |
|
Java Source File Name | Type | Comment |
BufferingHttpClientHandler.java | Class | 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.java | Class | HTTP service handler implementation that buffers the content of HTTP messages
entirely in memory and processes HTTP requests on the main I/O thread. |
EventListener.java | Interface | Event listener used by HTTP protocol layer to report fatal
exceptions and events that may need to be logged. |
HttpRequestExecutionHandler.java | Interface | HTTP request execution handler can be used by client-side protocol handlers
to trigger the submission of a new HTTP request and the processing of an
HTTP response. |
NHttpClientHandlerBase.java | Class | |
NHttpHandlerBase.java | Class | |
NHttpServiceHandlerBase.java | Class | |
TestAllProtocol.java | Class | |
TestNIOHttp.java | Class | HttpCore NIO integration tests. |
TestNIOSSLHttp.java | Class | HttpCore NIO SSL tests. |
ThrottlingHttpClientHandler.java | Class | 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.java | Class | 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. |