org.apache.http.nio.protocol
Interface HttpAsyncClientExchangeHandler<T>

All Superinterfaces:
Cancellable, Closeable, HttpAsyncRequestProducer, HttpAsyncResponseConsumer<T>

public interface HttpAsyncClientExchangeHandler<T>
extends HttpAsyncRequestProducer, HttpAsyncResponseConsumer<T>

Since:
4.2

Method Summary
 ConnectionReuseStrategy getConnectionReuseStrategy()
           
 HttpContext getContext()
           
 
Methods inherited from interface org.apache.http.nio.protocol.HttpAsyncRequestProducer
generateRequest, getTarget, isRepeatable, produceContent, requestCompleted, resetRequest
 
Methods inherited from interface org.apache.http.nio.protocol.HttpAsyncResponseConsumer
consumeContent, failed, getException, getResult, isDone, responseCompleted, responseReceived
 
Methods inherited from interface java.io.Closeable
close
 
Methods inherited from interface org.apache.http.concurrent.Cancellable
cancel
 

Method Detail

getContext

HttpContext getContext()

getConnectionReuseStrategy

ConnectionReuseStrategy getConnectionReuseStrategy()


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