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/apache-http/api/ |
D | apache-http-legacy-current.txt | 1881 …pache.http.HttpHost[], boolean, org.apache.http.conn.routing.RouteInfo.TunnelType, org.apache.http… 1882 ….apache.http.HttpHost, boolean, org.apache.http.conn.routing.RouteInfo.TunnelType, org.apache.http… 1893 method public org.apache.http.conn.routing.RouteInfo.TunnelType getTunnelType(); 1921 method public abstract org.apache.http.conn.routing.RouteInfo.TunnelType getTunnelType(); 1934 public static final class RouteInfo.TunnelType extends java.lang.Enum { 1935 … method public static org.apache.http.conn.routing.RouteInfo.TunnelType valueOf(java.lang.String); 1936 method public static final org.apache.http.conn.routing.RouteInfo.TunnelType[] values(); 1937 enum_constant public static final org.apache.http.conn.routing.RouteInfo.TunnelType PLAIN; 1938 enum_constant public static final org.apache.http.conn.routing.RouteInfo.TunnelType TUNNELLED; 1953 method public org.apache.http.conn.routing.RouteInfo.TunnelType getTunnelType();
|
/external/apache-http/art-profile/ |
D | org.apache.http.legacy.boot.prof.txt | 175 …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;
|