Home
last modified time | relevance | path

Searched refs:TunnelType (Results 1 – 5 of 5) sorted by relevance

/external/apache-http/src/org/apache/http/conn/routing/
DHttpRoute.java71 private final TunnelType tunnelled;
103 TunnelType tunnelled, LayerType layered) { in HttpRoute()
108 if ((tunnelled == TunnelType.TUNNELLED) && (proxies == null)) { in HttpRoute()
115 tunnelled = TunnelType.PLAIN; in HttpRoute()
142 boolean secure, TunnelType tunnelled, LayerType layered) { in HttpRoute()
165 boolean secure, TunnelType tunnelled, LayerType layered) { in HttpRoute()
181 this(local, target, null, secure, TunnelType.PLAIN, LayerType.PLAIN); in HttpRoute()
191 this(null, target, null, false, TunnelType.PLAIN, LayerType.PLAIN); in HttpRoute()
211 secure ? TunnelType.TUNNELLED : TunnelType.PLAIN, in HttpRoute()
308 public final TunnelType getTunnelType() { in getTunnelType()
[all …]
DRouteTracker.java76 private TunnelType tunnelled;
99 this.tunnelled = TunnelType.PLAIN; in RouteTracker()
164 this.tunnelled = TunnelType.TUNNELLED; in tunnelTarget()
279 public final TunnelType getTunnelType() { in getTunnelType()
286 return (this.tunnelled == TunnelType.TUNNELLED); in isTunnelled()
417 if (this.tunnelled == TunnelType.TUNNELLED) in toString()
DRouteInfo.java65 public enum TunnelType { PLAIN, TUNNELLED } enum
150 TunnelType getTunnelType() in getTunnelType()
/external/robolectric/lib/main/
Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...