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/apache-http/
Dart-profile175 …st;[Lorg/apache/http/HttpHost;ZLorg/apache/http/conn/routing/RouteInfo$TunnelType;Lorg/apache/http…
178 …ss;[Lorg/apache/http/HttpHost;ZLorg/apache/http/conn/routing/RouteInfo$TunnelType;Lorg/apache/http…
190 HPLorg/apache/http/conn/routing/RouteInfo$TunnelType;-><init>(Ljava/lang/String;I)V
886 …he/http/conn/routing/RouteInfo;->getTunnelType()Lorg/apache/http/conn/routing/RouteInfo$TunnelType;
/external/apache-http/api/
Dcurrent.txt1825 …pache.http.HttpHost[], boolean, org.apache.http.conn.routing.RouteInfo.TunnelType, org.apache.http…
1826 ….apache.http.HttpHost, boolean, org.apache.http.conn.routing.RouteInfo.TunnelType, org.apache.http…
1837 method @Deprecated public org.apache.http.conn.routing.RouteInfo.TunnelType getTunnelType();
1865 method @Deprecated public org.apache.http.conn.routing.RouteInfo.TunnelType getTunnelType();
1876 @Deprecated public enum RouteInfo.TunnelType {
1877 …enum_constant @Deprecated public static final org.apache.http.conn.routing.RouteInfo.TunnelType PL…
1878 …enum_constant @Deprecated public static final org.apache.http.conn.routing.RouteInfo.TunnelType TU…
1893 method @Deprecated public org.apache.http.conn.routing.RouteInfo.TunnelType getTunnelType();