Searched refs:tunnelled (Results 1 - 7 of 7) sorted by relevance

/external/apache-http/src/org/apache/http/conn/routing/
H A DHttpRoute.java70 /** Whether the the route is tunnelled through the proxy. */
71 private final TunnelType tunnelled; field in class:HttpRoute
95 * @param tunnelled the tunnel type of this route, or
103 TunnelType tunnelled, LayerType layered) {
108 if ((tunnelled == TunnelType.TUNNELLED) && (proxies == null)) {
110 ("Proxy required if tunnelled.");
113 // tunnelled is already checked above, that is in line with the default
114 if (tunnelled == null)
115 tunnelled = TunnelType.PLAIN;
123 this.tunnelled
100 HttpRoute(InetAddress local, HttpHost target, HttpHost[] proxies, boolean secure, TunnelType tunnelled, LayerType layered) argument
141 HttpRoute(HttpHost target, InetAddress local, HttpHost[] proxies, boolean secure, TunnelType tunnelled, LayerType layered) argument
164 HttpRoute(HttpHost target, InetAddress local, HttpHost proxy, boolean secure, TunnelType tunnelled, LayerType layered) argument
[all...]
H A DRouteTracker.java75 /** Whether the the route is tunnelled end-to-end through proxies. */
76 private TunnelType tunnelled; field in class:RouteTracker
99 this.tunnelled = TunnelType.PLAIN;
164 this.tunnelled = TunnelType.TUNNELLED;
172 * the route as tunnelled. Only end-to-end tunnels are considered there.
174 * @param proxy the proxy tunnelled to
280 return this.tunnelled;
286 return (this.tunnelled == TunnelType.TUNNELLED);
320 this.tunnelled, this.layered);
354 (this.tunnelled
[all...]
/external/robolectric/lib/main/
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Dhttpclient-4.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...
/external/smack/asmack-master/lib/
H A Dhttpclient-4.1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...

Completed in 84 milliseconds