|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpAsyncResponseConsumer | |
---|---|
org.apache.http.impl.nio.client | |
org.apache.http.nio.client | |
org.apache.http.nio.client.methods |
Uses of HttpAsyncResponseConsumer in org.apache.http.impl.nio.client |
---|
Methods in org.apache.http.impl.nio.client with parameters of type HttpAsyncResponseConsumer | ||
---|---|---|
|
AbstractHttpAsyncClient.execute(HttpAsyncRequestProducer requestProducer,
HttpAsyncResponseConsumer<T> responseConsumer,
FutureCallback<T> callback)
|
|
|
AbstractHttpAsyncClient.execute(HttpAsyncRequestProducer requestProducer,
HttpAsyncResponseConsumer<T> responseConsumer,
HttpContext context,
FutureCallback<T> callback)
|
Uses of HttpAsyncResponseConsumer in org.apache.http.nio.client |
---|
Subinterfaces of HttpAsyncResponseConsumer in org.apache.http.nio.client | |
---|---|
interface |
HttpAsyncExchangeHandler<T>
|
Methods in org.apache.http.nio.client with parameters of type HttpAsyncResponseConsumer | ||
---|---|---|
|
HttpAsyncClient.execute(HttpAsyncRequestProducer requestProducer,
HttpAsyncResponseConsumer<T> responseConsumer,
FutureCallback<T> callback)
|
|
|
HttpAsyncClient.execute(HttpAsyncRequestProducer requestProducer,
HttpAsyncResponseConsumer<T> responseConsumer,
HttpContext context,
FutureCallback<T> callback)
|
Uses of HttpAsyncResponseConsumer in org.apache.http.nio.client.methods |
---|
Classes in org.apache.http.nio.client.methods that implement HttpAsyncResponseConsumer | |
---|---|
class |
AbstractHttpAsyncResponseConsumer<T>
|
class |
AsyncByteConsumer<T>
|
class |
AsyncCharConsumer<T>
|
class |
ZeroCopyConsumer<T>
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |