Uses of Class
org.miaixz.bus.http.Route
Packages that use Route
-
Uses of Route in org.miaixz.bus.http.accord
Methods in org.miaixz.bus.http.accord that return RouteModifier and TypeMethodDescriptionRouteSelector.Selection.next()Connection.route()RealConnection.route()Methods in org.miaixz.bus.http.accord that return types with arguments of type RouteMethods in org.miaixz.bus.http.accord with parameters of type RouteModifier and TypeMethodDescriptionvoid成功连接到routevoidRealConnectionPool.connectFailed(Route failedRoute, IOException failure) Track a bad route in the route database.void记录连接到route的失败booleanRouteDatabase.shouldPostpone(Route route) 如果route最近失败,应该避免返回trueConstructors 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) 该请求包含满足response中的身份验证挑战的凭据。NetAuthenticator.authenticate(Route route, Response response)