Uses of Enum
org.apache.http.conn.routing.RouteInfo.LayerType
Packages that use RouteInfo.LayerType
-
Uses of RouteInfo.LayerType in org.apache.http.conn.routing
Subclasses with type arguments of type RouteInfo.LayerType in org.apache.http.conn.routingMethods in org.apache.http.conn.routing that return RouteInfo.LayerTypeModifier and TypeMethodDescriptionHttpRoute.getLayerType()RouteInfo.getLayerType()Obtains the layering type of this route.RouteTracker.getLayerType()static RouteInfo.LayerTypeReturns 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.LayerTypeModifierConstructorDescriptionHttpRoute(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.