Uses of Enum Class
org.apache.http.conn.routing.RouteInfo.TunnelType
Packages that use RouteInfo.TunnelType
-
Uses of RouteInfo.TunnelType in org.apache.http.conn.routing
Fields in org.apache.http.conn.routing declared as RouteInfo.TunnelTypeModifier and TypeFieldDescriptionprivate final RouteInfo.TunnelType
HttpRoute.tunnelled
Whether the the route is tunnelled through the proxy.private RouteInfo.TunnelType
RouteTracker.tunnelled
Whether the the route is tunnelled end-to-end through proxies.Methods in org.apache.http.conn.routing that return RouteInfo.TunnelTypeModifier and TypeMethodDescriptionfinal RouteInfo.TunnelType
HttpRoute.getTunnelType()
RouteInfo.getTunnelType()
Obtains the tunnel type of this route.final RouteInfo.TunnelType
RouteTracker.getTunnelType()
static RouteInfo.TunnelType
Returns the enum constant of this class with the specified name.static RouteInfo.TunnelType[]
RouteInfo.TunnelType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.http.conn.routing with parameters of type RouteInfo.TunnelTypeModifierConstructorDescriptionprivate
HttpRoute
(org.apache.http.HttpHost target, InetAddress local, List<org.apache.http.HttpHost> proxies, boolean secure, RouteInfo.TunnelType tunnelled, RouteInfo.LayerType layered) HttpRoute
(org.apache.http.HttpHost target, InetAddress local, org.apache.http.HttpHost[] proxies, boolean secure, RouteInfo.TunnelType tunnelled, RouteInfo.LayerType layered) Creates a new route with all attributes specified explicitly.HttpRoute
(org.apache.http.HttpHost target, InetAddress local, org.apache.http.HttpHost proxy, boolean secure, RouteInfo.TunnelType tunnelled, RouteInfo.LayerType layered) Creates a new route with at most one proxy.