Deprecated API


Contents
Deprecated Methods
com.koushikdutta.async.http.AsyncHttpClient.execute(AsyncHttpRequest, AsyncHttpClient.JSONObjectCallback)
           
com.koushikdutta.async.http.AsyncHttpClient.execute(AsyncHttpRequest, AsyncHttpClient.StringCallback)
           
com.koushikdutta.async.http.AsyncHttpClient.execute(AsyncHttpRequest, String, AsyncHttpClient.FileCallback)
           
com.koushikdutta.async.http.AsyncHttpClient.get(String, AsyncHttpClient.DownloadCallback)
           
com.koushikdutta.async.http.AsyncHttpClient.get(String, AsyncHttpClient.JSONObjectCallback)
           
com.koushikdutta.async.http.AsyncHttpClient.get(String, AsyncHttpClient.StringCallback)
           
com.koushikdutta.async.http.AsyncHttpClient.get(String, String, AsyncHttpClient.FileCallback)
           
com.koushikdutta.async.http.AsyncHttpRequest.getHandler()
           
com.koushikdutta.async.http.AsyncHttpRequest.setHandler(Handler)