Searched refs:TunnelType (Results 1 – 5 of 5) sorted by relevance
/external/apache-http/src/org/apache/http/conn/routing/ |
D | HttpRoute.java | 71 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 …]
|
D | RouteTracker.java | 76 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()
|
D | RouteInfo.java | 65 public enum TunnelType { PLAIN, TUNNELLED } enum 150 TunnelType getTunnelType() in getTunnelType()
|
/external/robolectric/lib/main/ |
D | httpclient-4.0.3.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |