Uses of Interface
org.apache.http.nio.protocol.HttpAsyncResponseProducer
-
Packages that use HttpAsyncResponseProducer Package Description 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 Modifier and Type Class Description class
BasicAsyncResponseProducer
Basic implementation ofHttpAsyncResponseProducer
.class
ErrorResponseProducer
This class changed from package private to public in version 4.4.8.Fields in org.apache.http.nio.protocol declared as HttpAsyncResponseProducer Modifier and Type Field Description private HttpAsyncResponseProducer
HttpAsyncService.Outgoing. producer
Methods in org.apache.http.nio.protocol that return HttpAsyncResponseProducer Modifier and Type Method Description HttpAsyncResponseProducer
HttpAsyncService.Outgoing. getProducer()
protected HttpAsyncResponseProducer
HttpAsyncService. handleException(java.lang.Exception ex, HttpContext context)
Methods in org.apache.http.nio.protocol with parameters of type HttpAsyncResponseProducer Modifier and Type Method Description 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 customHttpAsyncResponseProducer
.void
HttpAsyncService.HttpAsyncExchangeImpl. submitResponse(HttpAsyncResponseProducer responseProducer)
Constructors in org.apache.http.nio.protocol with parameters of type HttpAsyncResponseProducer Constructor Description Outgoing(HttpRequest request, HttpResponse response, HttpAsyncResponseProducer producer, HttpContext context)
-