Uses of Class
org.apache.flink.runtime.rest.handler.router.Router
Packages that use Router
-
Uses of Router in org.apache.flink.runtime.rest.handler.router
Methods in org.apache.flink.runtime.rest.handler.router that return RouterModifier and TypeMethodDescriptionRouter.addConnect(String path, T target) Router.addOptions(String path, T target) Router.addRoute(org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpMethod method, String pathPattern, T target) Add route.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