| 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. | 
| org.apache.hc.core5.http2.impl.nio.bootstrap | HTTP/2 capable requester and server bootstrap. | 
| 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  RequestRouterfor
 request routing. | 
| class  | UriPatternOrderedMatcher<T>Deprecated. 
 Use  RequestRouterfor
 request routing. | 
| class  | UriRegexMatcher<T>Deprecated. 
 Use  RequestRouterfor
 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.  | 
| Modifier and Type | Method and Description | 
|---|---|
| H2ServerBootstrap | H2ServerBootstrap. setLookupRegistry(LookupRegistry<Supplier<AsyncServerExchangeHandler>> lookupRegistry)Deprecated. 
 Use  RequestRouter. | 
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.