Uses of Class
org.apache.flink.runtime.rest.handler.router.RouteResult
-
Packages that use RouteResult Package Description org.apache.flink.runtime.rest.handler.router -
-
Uses of RouteResult in org.apache.flink.runtime.rest.handler.router
Methods in org.apache.flink.runtime.rest.handler.router that return RouteResult Modifier and Type Method Description RouteResult<T>RoutedRequest. getRouteResult()RouteResult<T>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.RouteResult<T>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 RouteResult Constructor Description RoutedRequest(RouteResult<T> result, org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpRequest request)
-