Android
org.apache.http.conn.routing
public static final enum

org.apache.http.conn.routing.RouteInfo.TunnelType

java.lang.Object
java.lang.Enum<E extends java.lang.Enum<E>> Serializable Comparable<T>
org.apache.http.conn.routing.RouteInfo.TunnelType

The tunnelling type of a route. Plain routes are established by connecting to the target or the first proxy. Tunnelled routes are established by connecting to the first proxy and tunnelling through all proxies to the target. Routes without a proxy cannot be tunnelled.

Summary

Enum Values

RouteInfo.TunnelType  PLAIN   
RouteInfo.TunnelType  TUNNELLED   

Public Methods

      static    RouteInfo.TunnelType  valueOf(String name)
    final  static    TunnelType[]  values()
Methods inherited from class java.lang.Enum
Methods inherited from class java.lang.Object
Methods inherited from interface java.lang.Comparable

Details

Enum Values

public static final RouteInfo.TunnelType PLAIN

public static final RouteInfo.TunnelType TUNNELLED

Public Methods

public static RouteInfo.TunnelType valueOf(String name)

public static final TunnelType[] values()

Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56