Uses of Class
org.apache.flink.runtime.rest.handler.router.Router
-
Packages that use Router Package Description org.apache.flink.runtime.rest.handler.router -
-
Uses of Router in org.apache.flink.runtime.rest.handler.router
Methods in org.apache.flink.runtime.rest.handler.router that return Router Modifier and Type Method Description Router<T>Router. addAny(String path, T target)Router<T>Router. addConnect(String path, T target)Router<T>Router. addDelete(String path, T target)Router<T>Router. addGet(String path, T target)Router<T>Router. addHead(String path, T target)Router<T>Router. addOptions(String path, T target)Router<T>Router. addPatch(String path, T target)Router<T>Router. addPost(String path, T target)Router<T>Router. addPut(String path, T target)Router<T>Router. addRoute(org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpMethod method, String pathPattern, T target)Add route.Router<T>Router. addTrace(String path, T target)Router<T>Router. notFound(T target)Sets the fallback target for use when there's no match atroute(HttpMethod, String).Constructors in org.apache.flink.runtime.rest.handler.router with parameters of type Router Constructor Description RouterHandler(Router router, Map<String,String> responseHeaders)
-