Uses of Enum
org.apache.hc.client5.http.RouteInfo.LayerType
Packages that use RouteInfo.LayerType
Package
Description
Client component APIs common to all client transports
such as connection route information and resolution
as well as common HTTP method definitions and
exception classes.
-
Uses of RouteInfo.LayerType in org.apache.hc.client5.http
Subclasses with type arguments of type RouteInfo.LayerType in org.apache.hc.client5.httpFields in org.apache.hc.client5.http declared as RouteInfo.LayerTypeModifier and TypeFieldDescriptionprivate final RouteInfo.LayerTypeHttpRoute.layeredWhether the route is layered.private RouteInfo.LayerTypeRouteTracker.layeredWhether the route is layered over a tunnel.Methods in org.apache.hc.client5.http 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.hc.client5.http with parameters of type RouteInfo.LayerTypeModifierConstructorDescriptionprivateHttpRoute(org.apache.hc.core5.http.HttpHost targetHost, InetAddress local, List<org.apache.hc.core5.http.HttpHost> proxies, boolean secure, RouteInfo.TunnelType tunnelled, RouteInfo.LayerType layered) HttpRoute(org.apache.hc.core5.http.HttpHost target, InetAddress local, org.apache.hc.core5.http.HttpHost[] proxies, boolean secure, RouteInfo.TunnelType tunnelled, RouteInfo.LayerType layered) Creates a new route with all attributes specified explicitly.HttpRoute(org.apache.hc.core5.http.HttpHost target, InetAddress local, org.apache.hc.core5.http.HttpHost proxy, boolean secure, RouteInfo.TunnelType tunnelled, RouteInfo.LayerType layered) Creates a new route with at most one proxy.