| 程序包 | 说明 |
|---|---|
| org.apache.hc.core5.http.impl.bootstrap |
HTTP/1.1 requester and server bootstrap.
|
| 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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ServerBootstrap |
ServerBootstrap.setLookupRegistry(LookupRegistry<HttpRequestHandler> lookupRegistry)
Assigns
LookupRegistry instance. |
AsyncServerBootstrap |
AsyncServerBootstrap.setLookupRegistry(LookupRegistry<Supplier<AsyncServerExchangeHandler>> lookupRegistry)
Assigns
LookupRegistry instance. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
UriPatternMatcher<T>
Maintains a map of objects keyed by a request URI pattern.
|
class |
UriPatternOrderedMatcher<T>
Maintains a map of objects keyed by a request URI pattern.
|
class |
UriRegexMatcher<T>
Maintains a map of objects keyed by a request URI regular expression.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> LookupRegistry<T> |
UriPatternType.newMatcher(UriPatternType type) |
| 构造器和说明 |
|---|
RequestHandlerRegistry(String canonicalHostName,
Supplier<LookupRegistry<T>> registrySupplier) |
| 限定符和类型 | 方法和说明 |
|---|---|
H2ServerBootstrap |
H2ServerBootstrap.setLookupRegistry(LookupRegistry<Supplier<AsyncServerExchangeHandler>> lookupRegistry)
Assigns
LookupRegistry instance. |
Copyright © 2023. All rights reserved.