Uses of Interface
org.apache.http.nio.client.HttpAsyncRequestProducer

Packages that use HttpAsyncRequestProducer
org.apache.http.impl.nio.client   
org.apache.http.nio.client   
org.apache.http.nio.client.methods   
 

Uses of HttpAsyncRequestProducer in org.apache.http.impl.nio.client
 

Methods in org.apache.http.impl.nio.client with parameters of type HttpAsyncRequestProducer
<T> Future<T>
AbstractHttpAsyncClient.execute(HttpAsyncRequestProducer requestProducer, HttpAsyncResponseConsumer<T> responseConsumer, FutureCallback<T> callback)
           
<T> Future<T>
AbstractHttpAsyncClient.execute(HttpAsyncRequestProducer requestProducer, HttpAsyncResponseConsumer<T> responseConsumer, HttpContext context, FutureCallback<T> callback)
           
 

Uses of HttpAsyncRequestProducer in org.apache.http.nio.client
 

Subinterfaces of HttpAsyncRequestProducer in org.apache.http.nio.client
 interface HttpAsyncExchangeHandler<T>
           
 

Methods in org.apache.http.nio.client with parameters of type HttpAsyncRequestProducer
<T> Future<T>
HttpAsyncClient.execute(HttpAsyncRequestProducer requestProducer, HttpAsyncResponseConsumer<T> responseConsumer, FutureCallback<T> callback)
           
<T> Future<T>
HttpAsyncClient.execute(HttpAsyncRequestProducer requestProducer, HttpAsyncResponseConsumer<T> responseConsumer, HttpContext context, FutureCallback<T> callback)
           
 

Uses of HttpAsyncRequestProducer in org.apache.http.nio.client.methods
 

Classes in org.apache.http.nio.client.methods that implement HttpAsyncRequestProducer
 class HttpAsyncDelete
           
 class HttpAsyncGet
           
 class HttpAsyncHead
           
 class HttpAsyncOptions
           
 class HttpAsyncPost
           
 class HttpAsyncPut
           
 class HttpAsyncTrace
           
 class ZeroCopyPost
           
 class ZeroCopyPut
           
 



Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.