Deprecated API


Contents
Deprecated Classes
org.apache.http.nio.client.methods.HttpAsyncDelete
          use HttpAsyncMethods.createDelete(URI) 
org.apache.http.nio.client.methods.HttpAsyncGet
          use HttpAsyncMethods.createGet(URI) 
org.apache.http.nio.client.methods.HttpAsyncHead
          use HttpAsyncMethods.createHead(URI) 
org.apache.http.nio.client.methods.HttpAsyncOptions
          use HttpAsyncMethods.createOptions(URI) 
org.apache.http.nio.client.methods.HttpAsyncPost
          use HttpAsyncMethods.createPost(URI, String, ContentType) or HttpAsyncMethods.createPost(URI, byte[], ContentType) 
org.apache.http.nio.client.methods.HttpAsyncPut
          use HttpAsyncMethods.createPut(URI, String, ContentType) or HttpAsyncMethods.createPut(URI, byte[], ContentType) 
org.apache.http.nio.client.methods.HttpAsyncTrace
          use HttpAsyncMethods.createTrace(URI) 
 

Deprecated Methods
org.apache.http.impl.nio.conn.PoolingAsyncClientConnectionManager.setDefaultMaxPerHost(int)
           
org.apache.http.impl.nio.conn.PoolingAsyncClientConnectionManager.setMaxPerHost(HttpRoute, int)
           
org.apache.http.impl.nio.conn.PoolingAsyncClientConnectionManager.setTotalMax(int)
           
 



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