Uses of Class
org.apache.http.conn.routing.RouteInfo.LayerType
| Package | Description |
|---|---|
| org.apache.http.conn.routing |
The client-side route representation and tracking API, part of HttpConn.
|
-
Uses of RouteInfo.LayerType in org.apache.http.conn.routing
Methods in org.apache.http.conn.routing that return RouteInfo.LayerType Modifier and Type Method Description RouteInfo.LayerTypeHttpRoute. getLayerType()RouteInfo.LayerTypeRouteInfo. getLayerType()Obtains the layering type of this route.RouteInfo.LayerTypeRouteTracker. getLayerType()static RouteInfo.LayerTypeRouteInfo.LayerType. valueOf(String name)Returns the enum constant of this type with the specified name.static RouteInfo.LayerType[]RouteInfo.LayerType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.http.conn.routing with parameters of type RouteInfo.LayerType Constructor Description HttpRoute(HttpHost target, InetAddress local, HttpHost[] proxies, boolean secure, RouteInfo.TunnelType tunnelled, RouteInfo.LayerType layered)Creates a new route with all attributes specified explicitly.HttpRoute(HttpHost target, InetAddress local, HttpHost proxy, boolean secure, RouteInfo.TunnelType tunnelled, RouteInfo.LayerType layered)Creates a new route with at most one proxy.