| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.rest.handler.router |
| 限定符和类型 | 方法和说明 |
|---|---|
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 at
route(HttpMethod, String). |
| 构造器和说明 |
|---|
RouterHandler(Router router,
Map<String,String> responseHeaders) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.