Interface Route
- All Known Subinterfaces:
RouteWritable
public interface Route
Route 路由只保存状态不做行为处理
- Version:
- 0.0.1
- Author:
- scx567888
-
Method Details
-
of
-
path
String path() -
methods
Set<HttpMethod> methods() -
typeMatcher
TypeMatcher typeMatcher() -
pathMatcher
PathMatcher pathMatcher() -
methodMatcher
MethodMatcher methodMatcher() -
order
int order() -
handler
Consumer<RoutingContext> handler()
-