Uses of Class
org.miaixz.bus.http.Route
Packages that use Route
Package
Description
Provides internal implementation details for the HTTP client, including connection management, streams, and routing.
Provides classes for managing security-related aspects of HTTP, including TLS/SSL configuration, authentication, and
certificate pinning.
-
Uses of Route in org.miaixz.bus.http.accord
Methods in org.miaixz.bus.http.accord that return RouteModifier and TypeMethodDescriptionRouteSelector.Selection.next()Returns the next route to attempt.Connection.route()Returns the route that this connection follows.RealConnection.route()Methods in org.miaixz.bus.http.accord that return types with arguments of type RouteModifier and TypeMethodDescriptionRouteSelector.Selection.getAll()Returns a list of all routes in this selection.Methods in org.miaixz.bus.http.accord with parameters of type RouteModifier and TypeMethodDescriptionvoidRecords a successful connection toroute.voidRealConnectionPool.connectFailed(Route failedRoute, IOException failure) Track a bad route in the route database.voidRecords a failure connecting toroute.booleanRouteDatabase.shouldPostpone(Route route) Returns true ifroutehas recently failed and should be avoided.Constructors in org.miaixz.bus.http.accord with parameters of type Route -
Uses of Route in org.miaixz.bus.http.secure
Methods in org.miaixz.bus.http.secure with parameters of type RouteModifier and TypeMethodDescriptionAuthenticator.authenticate(Route route, Response response) Returns a request that includes a credential to satisfy an authentication challenge inresponse.NetAuthenticator.authenticate(Route route, Response response)