Uses of Class
org.apache.flink.runtime.rest.handler.router.RouteResult
Packages that use RouteResult
-
Uses of RouteResult in org.apache.flink.runtime.rest.handler.router
Methods in org.apache.flink.runtime.rest.handler.router that return RouteResultModifier and TypeMethodDescriptionRoutedRequest.getRouteResult()Router.route(org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpMethod method, String path) If there's no match, returns the result withnotFoundas the target if it is set, otherwise returnsnull.Router.route(org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpMethod method, String path, Map<String, List<String>> queryParameters) Constructors in org.apache.flink.runtime.rest.handler.router with parameters of type RouteResultModifierConstructorDescriptionRoutedRequest(RouteResult<T> result, org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpRequest request)