com.koushikdutta.async.http.callback
Interface RequestCallback<T>

All Superinterfaces:
ResultCallback<AsyncHttpResponse,T>
All Known Implementing Classes:
AsyncHttpClient.DownloadCallback, AsyncHttpClient.FileCallback, AsyncHttpClient.JSONObjectCallback, AsyncHttpClient.RequestCallbackBase, AsyncHttpClient.StringCallback

public interface RequestCallback<T>
extends ResultCallback<AsyncHttpResponse,T>


Method Summary
 void onConnect(AsyncHttpResponse response)
           
 void onProgress(AsyncHttpResponse response, int downloaded, int total)
           
 
Methods inherited from interface com.koushikdutta.async.callback.ResultCallback
onCompleted
 

Method Detail

onConnect

void onConnect(AsyncHttpResponse response)

onProgress

void onProgress(AsyncHttpResponse response,
                int downloaded,
                int total)