| 程序包 | 说明 |
|---|---|
| com.firefly.server.http2.router | |
| com.firefly.server.http2.router.impl |
| 限定符和类型 | 方法和说明 |
|---|---|
Matcher.MatchType |
Matcher.getMatchType() |
Matcher.MatchType |
Matcher.MatchResult.getMatchType() |
static Matcher.MatchType |
Matcher.MatchType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static Matcher.MatchType[] |
Matcher.MatchType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
Set<Matcher.MatchType> |
RouterManager.RouterMatchResult.getMatchTypes() |
Set<Matcher.MatchType> |
Router.getMatchTypes() |
| 构造器和说明 |
|---|
MatchResult(Set<Router> routers,
Map<Router,Map<String,String>> parameters,
Matcher.MatchType matchType) |
| 构造器和说明 |
|---|
RouterMatchResult(Router router,
Map<String,String> parameters,
Set<Matcher.MatchType> matchTypes) |
| 限定符和类型 | 方法和说明 |
|---|---|
Matcher.MatchType |
RegexPathMatcher.getMatchType() |
Matcher.MatchType |
PrecisePathMatcher.getMatchType() |
Matcher.MatchType |
PatternPathMatcher.getMatchType() |
Matcher.MatchType |
ParameterPathMatcher.getMatchType() |
Matcher.MatchType |
HTTPMethodMatcher.getMatchType() |
Matcher.MatchType |
ContentTypePreciseMatcher.getMatchType() |
Matcher.MatchType |
ContentTypePatternMatcher.getMatchType() |
Matcher.MatchType |
AcceptHeaderMatcher.getMatchType() |
| 限定符和类型 | 方法和说明 |
|---|---|
Set<Matcher.MatchType> |
RouterImpl.getMatchTypes() |
Copyright © 2017. All rights reserved.