Uses of Interface
org.apache.http.nio.protocol.HttpAsyncResponseProducer

Packages that use HttpAsyncResponseProducer
org.apache.http.nio.protocol Asynchronous HTTP protocol handlers based on the non-blocking I/O model. 
 

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.
 

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
 void HttpAsyncExchange.submitResponse(HttpAsyncResponseProducer responseProducer)
          Submits an HTTP response using a custom HttpAsyncResponseProducer.
 



Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.