OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NO_HOST
(Results
1 - 4
of
4
) sorted by null
/external/apache-http/src/org/apache/http/conn/params/
ConnRouteParams.java
60
public static final HttpHost
NO_HOST
=
65
* This is a route with {@link #
NO_HOST
} as the target.
67
public static final HttpRoute NO_ROUTE = new HttpRoute(
NO_HOST
);
79
* {@link #
NO_HOST
} will be mapped to <code>null</code>,
93
if ((proxy != null) &&
NO_HOST
.equals(proxy)) {
107
* Note that {@link #
NO_HOST
} will be mapped to
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/7/
android.jar
/prebuilt/sdk/8/
android.jar
Completed in 24 milliseconds