OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:responseInterceptors
(Results
1 - 4
of
4
) sorted by null
/external/apache-http/src/org/apache/http/protocol/
BasicHttpProcessor.java
59
protected List
responseInterceptors
= null;
103
if (this.
responseInterceptors
== null) {
107
this.
responseInterceptors
= new ArrayList();
109
this.
responseInterceptors
.add(index, itcp);
129
if (this.
responseInterceptors
== null) {
132
for (Iterator it = this.
responseInterceptors
.iterator();
188
if (this.
responseInterceptors
== null) {
189
this.
responseInterceptors
= new ArrayList();
191
this.
responseInterceptors
.add(itcp);
213
return (this.
responseInterceptors
== null)
[
all
...]
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/7/
android.jar
/prebuilt/sdk/8/
android.jar
Completed in 25 milliseconds