OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:requestInterceptors
(Results
1 - 4
of
4
) sorted by null
/external/apache-http/src/org/apache/http/protocol/
BasicHttpProcessor.java
58
protected List
requestInterceptors
= null;
68
if (this.
requestInterceptors
== null) {
69
this.
requestInterceptors
= new ArrayList();
71
this.
requestInterceptors
.add(itcp);
84
if (this.
requestInterceptors
== null) {
88
this.
requestInterceptors
= new ArrayList();
90
this.
requestInterceptors
.add(index, itcp);
115
if (this.
requestInterceptors
== null) {
118
for (Iterator it = this.
requestInterceptors
.iterator();
160
return (this.
requestInterceptors
== null)
[
all
...]
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/7/
android.jar
/prebuilt/sdk/8/
android.jar
Completed in 16 milliseconds