HomeSort by relevance Sort by last modified time
    Searched refs:TUNNELLED (Results 1 - 6 of 6) sorted by null

  /external/apache-http/src/org/apache/http/conn/routing/
RouteInfo.java 56 * Tunnelled routes are established by connecting to the first proxy
58 * Routes without a proxy cannot be tunnelled.
60 public enum TunnelType { PLAIN, TUNNELLED }
150 * Checks whether this route is tunnelled through a proxy.
153 * @return <code>true</code> if tunnelled end-to-end through at least
HttpRoute.java 65 /** Whether the the route is tunnelled through the proxy. */
66 private final TunnelType tunnelled; field in class:HttpRoute
90 * @param tunnelled the tunnel type of this route, or
98 TunnelType tunnelled, LayerType layered) {
103 if ((tunnelled == TunnelType.TUNNELLED) && (proxies == null)) {
105 ("Proxy required if tunnelled.");
108 // tunnelled is already checked above, that is in line with the default
109 if (tunnelled == null)
110 tunnelled = TunnelType.PLAIN
    [all...]
RouteTracker.java 70 /** Whether the the route is tunnelled end-to-end through proxies. */
71 private TunnelType tunnelled; field in class:RouteTracker
94 this.tunnelled = TunnelType.PLAIN;
159 this.tunnelled = TunnelType.TUNNELLED;
167 * the route as tunnelled. Only end-to-end tunnels are considered there.
169 * @param proxy the proxy tunnelled to
275 return this.tunnelled;
281 return (this.tunnelled == TunnelType.TUNNELLED);
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 25 milliseconds