File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
src/com/loopj/android/http Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ public class AsyncHttpClient {
48
48
private DefaultHttpClient httpClient ;
49
49
private HttpContext httpContext ;
50
50
private ExecutorService threadPool ;
51
- private PrefetchCache prefetchCache ;
52
51
53
52
public AsyncHttpClient (String userAgent ) {
54
53
BasicHttpParams httpParams = new BasicHttpParams ();
@@ -99,10 +98,6 @@ public void setCookieStore(CookieStore cookieStore) {
99
98
httpContext .setAttribute (ClientContext .COOKIE_STORE , cookieStore );
100
99
}
101
100
102
- public void setPrefetchCache (PrefetchCache cache ) {
103
- prefetchCache = cache ;
104
- }
105
-
106
101
public void get (String url , AsyncHttpResponseHandler responseHandler ) {
107
102
get (url , null , responseHandler );
108
103
}
You can’t perform that action at this time.
0 commit comments