Home
last modified time | relevance | path

Searched refs:TunnelType (Results 1 – 4 of 4) 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/api/
Dapache-http-legacy-current.txt1914 …pache.http.HttpHost[], boolean, org.apache.http.conn.routing.RouteInfo.TunnelType, org.apache.http…
1915 ….apache.http.HttpHost, boolean, org.apache.http.conn.routing.RouteInfo.TunnelType, org.apache.http…
1927 method public final org.apache.http.conn.routing.RouteInfo.TunnelType getTunnelType();
1957 method public abstract org.apache.http.conn.routing.RouteInfo.TunnelType getTunnelType();
1970 public static final class RouteInfo.TunnelType extends java.lang.Enum {
1971 … method public static org.apache.http.conn.routing.RouteInfo.TunnelType valueOf(java.lang.String);
1972 method public static final org.apache.http.conn.routing.RouteInfo.TunnelType[] values();
1973 enum_constant public static final org.apache.http.conn.routing.RouteInfo.TunnelType PLAIN;
1974 enum_constant public static final org.apache.http.conn.routing.RouteInfo.TunnelType TUNNELLED;
1990 method public final org.apache.http.conn.routing.RouteInfo.TunnelType getTunnelType();