Package org.apache.http.nio.client.methods

Class Summary
AsyncByteConsumer<T>  
AsyncCharConsumer<T>  
HttpAsyncDelete Deprecated. use HttpAsyncMethods.createDelete(URI)
HttpAsyncGet Deprecated. use HttpAsyncMethods.createGet(URI)
HttpAsyncHead Deprecated. use HttpAsyncMethods.createHead(URI)
HttpAsyncMethods  
HttpAsyncOptions Deprecated. use HttpAsyncMethods.createOptions(URI)
HttpAsyncPost Deprecated. use HttpAsyncMethods.createPost(URI, String, ContentType) or HttpAsyncMethods.createPost(URI, byte[], ContentType)
HttpAsyncPut Deprecated. use HttpAsyncMethods.createPut(URI, String, ContentType) or HttpAsyncMethods.createPut(URI, byte[], ContentType)
HttpAsyncTrace Deprecated. use HttpAsyncMethods.createTrace(URI)
ZeroCopyConsumer<T>  
ZeroCopyPost  
ZeroCopyPut  
 



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