| 限定符和类型 | 字段和说明 |
|---|---|
protected PathHandler<T> |
handler |
protected Chain.IntMap<Chain.Node> |
matchJump
节点匹配跳转
匹配结果code
RouteHandler.match(Context) -> 节点链 |
protected Chain.Node |
next
尾节点为空
|
protected Chain.Node |
pre
头节点为空
|
| 限定符 | 构造器和说明 |
|---|---|
protected |
Node(Chain.Node pre,
PathHandler<T> handler,
Chain.Node next) |
protected final PathHandler<T extends Context> handler
protected Chain.Node pre
protected Chain.Node next
protected Chain.IntMap<Chain.Node> matchJump
RouteHandler.match(Context) -> 节点链protected Node(Chain.Node pre, PathHandler<T> handler, Chain.Node next)
Copyright © 2024. All rights reserved.