Uses of Interface
org.apache.http.nio.protocol.HttpAsyncResponseProducer
Packages that use HttpAsyncResponseProducer
Package
Description
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 HttpAsyncResponseProducerModifier and TypeClassDescriptionclassBasic implementation ofHttpAsyncResponseProducer.classThis class changed from package private to public in version 4.4.8.Fields in org.apache.http.nio.protocol declared as HttpAsyncResponseProducerModifier and TypeFieldDescriptionprivate final HttpAsyncResponseProducerHttpAsyncService.Outgoing.producerMethods in org.apache.http.nio.protocol that return HttpAsyncResponseProducerModifier and TypeMethodDescriptionHttpAsyncService.Outgoing.getProducer()protected HttpAsyncResponseProducerHttpAsyncService.handleException(Exception ex, HttpContext context) Methods in org.apache.http.nio.protocol with parameters of type HttpAsyncResponseProducerModifier and TypeMethodDescriptionprotected voidHttpAsyncService.handleAlreadySubmittedResponse(HttpAsyncResponseProducer responseProducer, HttpContext context) This method can be used to handle double response submission.voidHttpAsyncExchange.submitResponse(HttpAsyncResponseProducer responseProducer) Submits an HTTP response using a customHttpAsyncResponseProducer.voidHttpAsyncService.HttpAsyncExchangeImpl.submitResponse(HttpAsyncResponseProducer responseProducer) Constructors in org.apache.http.nio.protocol with parameters of type HttpAsyncResponseProducerModifierConstructorDescription(package private)Outgoing(HttpRequest request, HttpResponse response, HttpAsyncResponseProducer producer, HttpContext context)