| 程序包 | 说明 |
|---|---|
| org.apache.hc.core5.http.protocol |
Core HTTP protocol interceptors.
|
| org.apache.hc.core5.http2.impl.nio.bootstrap |
HTTP/2 capable requester and server bootstrap.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static UriPatternType |
UriPatternType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static UriPatternType[] |
UriPatternType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> LookupRegistry<T> |
UriPatternType.newMatcher(UriPatternType type) |
| 构造器和说明 |
|---|
RequestHandlerRegistry(String canonicalHostName,
UriPatternType patternType) |
RequestHandlerRegistry(UriPatternType patternType) |
| 限定符和类型 | 方法和说明 |
|---|---|
H2MultiplexingRequesterBootstrap |
H2MultiplexingRequesterBootstrap.setUriPatternType(UriPatternType uriPatternType)
Assigns
UriPatternType for handler registration. |
H2RequesterBootstrap |
H2RequesterBootstrap.setUriPatternType(UriPatternType uriPatternType)
Assigns
UriPatternType for handler registration. |
Copyright © 2023. All rights reserved.