Package | Description |
---|---|
org.apache.hc.core5.http.impl.bootstrap |
HTTP/1.1 requester and server bootstrap.
|
org.apache.hc.core5.http.protocol |
Core HTTP protocol interceptors.
|
Modifier and Type | Method and Description |
---|---|
ServerBootstrap |
ServerBootstrap.setLookupRegistry(LookupRegistry<HttpRequestHandler> lookupRegistry)
Deprecated.
Use
RequestRouter . |
AsyncServerBootstrap |
AsyncServerBootstrap.setLookupRegistry(LookupRegistry<Supplier<AsyncServerExchangeHandler>> lookupRegistry)
Deprecated.
Use
RequestRouter . |
Modifier and Type | Class and Description |
---|---|
class |
UriPatternMatcher<T>
Deprecated.
Use
RequestRouter for
request routing. |
class |
UriPatternOrderedMatcher<T>
Deprecated.
Use
RequestRouter for
request routing. |
class |
UriRegexMatcher<T>
Deprecated.
Use
RequestRouter for
request routing. |
Modifier and Type | Method and Description |
---|---|
static <T> LookupRegistry<T> |
UriPatternType.newMatcher(UriPatternType type)
Deprecated.
Do not use.
|
Constructor and Description |
---|
RequestHandlerRegistry(String canonicalHostName,
Supplier<LookupRegistry<T>> registrySupplier)
Deprecated.
|
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.