| 限定符和类型 | 类和说明 |
|---|---|
class |
FilterHandler<T extends Context>
对应
Filter |
class |
PathHandler<T extends Context>
路径处理器
|
class |
RouteHandler<T extends Context>
路由处理器
Route
|
| 限定符和类型 | 方法和说明 |
|---|---|
Chain<T> |
Chain.route(String protocol,
String path,
Matchable<T> matcher,
Handler<T> handler)
指定路径和协议处理器
|
Copyright © 2023. All rights reserved.