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
Public Methods
Methods inherited
from class
java.lang.Enum
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Enum Values
Public Methods