OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:httpproc
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/tests/CoreTests/android/core/
TestHttpClient.java
63
private final BasicHttpProcessor
httpproc
;
field in class:TestHttpClient
77
this.
httpproc
= new BasicHttpProcessor();
79
this.
httpproc
.addInterceptor(new RequestContent());
80
this.
httpproc
.addInterceptor(new RequestTargetHost());
82
this.
httpproc
.addInterceptor(new RequestConnControl());
83
this.
httpproc
.addInterceptor(new RequestUserAgent());
84
this.
httpproc
.addInterceptor(new RequestExpectContinue());
104
this.httpexecutor.preProcess(request, this.
httpproc
, this.context);
108
this.httpexecutor.postProcess(response, this.
httpproc
, this.context);
/external/apache-http/src/org/apache/http/impl/client/
DefaultHttpClient.java
272
BasicHttpProcessor
httpproc
= new BasicHttpProcessor();
local
273
httpproc
.addInterceptor(new RequestDefaultHeaders());
275
httpproc
.addInterceptor(new RequestContent());
276
httpproc
.addInterceptor(new RequestTargetHost());
278
httpproc
.addInterceptor(new RequestConnControl());
279
httpproc
.addInterceptor(new RequestUserAgent());
280
httpproc
.addInterceptor(new RequestExpectContinue());
282
httpproc
.addInterceptor(new RequestAddCookies());
283
httpproc
.addInterceptor(new ResponseProcessCookies());
285
httpproc
.addInterceptor(new RequestTargetAuthentication())
[
all
...]
/prebuilt/common/http-client/
httpclient-4.1.1.jar
Completed in 38 milliseconds