|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpAsyncResponseProducer | |
|---|---|
| org.apache.http.nio.protocol | Core HTTP protocol execution framework and HTTP protocol handlers for asynchronous, event driven communication. |
| Uses of HttpAsyncResponseProducer in org.apache.http.nio.protocol |
|---|
| Classes in org.apache.http.nio.protocol that implement HttpAsyncResponseProducer | |
|---|---|
class |
BasicAsyncResponseProducer
Basic implementation of HttpAsyncResponseProducer. |
class |
ErrorResponseProducer
This class changed from package private to public in version 4.4.8. |
| Methods in org.apache.http.nio.protocol that return HttpAsyncResponseProducer | |
|---|---|
protected HttpAsyncResponseProducer |
HttpAsyncService.handleException(Exception ex,
HttpContext context)
|
| Methods in org.apache.http.nio.protocol with parameters of type HttpAsyncResponseProducer | |
|---|---|
protected void |
HttpAsyncService.handleAlreadySubmittedResponse(HttpAsyncResponseProducer responseProducer,
HttpContext context)
This method can be used to handle double response submission. |
void |
HttpAsyncExchange.submitResponse(HttpAsyncResponseProducer responseProducer)
Submits an HTTP response using a custom HttpAsyncResponseProducer. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||