Uses of Enum Class
org.apache.http.conn.routing.RouteInfo.LayerType
Packages that use RouteInfo.LayerType
-
Uses of RouteInfo.LayerType in org.apache.http.conn.routing
Fields in org.apache.http.conn.routing declared as RouteInfo.LayerTypeModifier and TypeFieldDescriptionprivate final RouteInfo.LayerType
HttpRoute.layered
Whether the route is layered.private RouteInfo.LayerType
RouteTracker.layered
Whether the route is layered over a tunnel.Methods in org.apache.http.conn.routing that return RouteInfo.LayerTypeModifier and TypeMethodDescriptionfinal RouteInfo.LayerType
HttpRoute.getLayerType()
RouteInfo.getLayerType()
Obtains the layering type of this route.final RouteInfo.LayerType
RouteTracker.getLayerType()
static RouteInfo.LayerType
Returns the enum constant of this class with the specified name.static RouteInfo.LayerType[]
RouteInfo.LayerType.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.LayerTypeModifierConstructorDescriptionprivate
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.