Uses of Interface
org.apache.hc.core5.http.protocol.LookupRegistry
Packages that use LookupRegistry
Package
Description
HTTP/1.1 requester and server bootstrap.
Core HTTP protocol interceptors.
HTTP/2 capable requester and server bootstrap.
-
Uses of LookupRegistry in org.apache.hc.core5.http.impl.bootstrap
Fields in org.apache.hc.core5.http.impl.bootstrap declared as LookupRegistryModifier and TypeFieldDescriptionprivate LookupRegistry<Supplier<AsyncServerExchangeHandler>> AsyncServerBootstrap.lookupRegistryprivate LookupRegistry<HttpRequestHandler> ServerBootstrap.lookupRegistryMethods in org.apache.hc.core5.http.impl.bootstrap with parameters of type LookupRegistryModifier and TypeMethodDescriptionfinal AsyncServerBootstrapAsyncServerBootstrap.setLookupRegistry(LookupRegistry<Supplier<AsyncServerExchangeHandler>> lookupRegistry) Deprecated.final ServerBootstrapServerBootstrap.setLookupRegistry(LookupRegistry<HttpRequestHandler> lookupRegistry) Deprecated.UseRequestRouter. -
Uses of LookupRegistry in org.apache.hc.core5.http.protocol
Classes in org.apache.hc.core5.http.protocol that implement LookupRegistryModifier and TypeClassDescriptionclassDeprecated.UseRequestRouterfor request routing.classDeprecated.UseRequestRouterfor request routing.classDeprecated.UseRequestRouterfor request routing.Fields in org.apache.hc.core5.http.protocol declared as LookupRegistryModifier and TypeFieldDescriptionprivate final LookupRegistry<T> RequestHandlerRegistry.primaryDeprecated.Fields in org.apache.hc.core5.http.protocol with type parameters of type LookupRegistryModifier and TypeFieldDescriptionprivate final Supplier<LookupRegistry<T>> RequestHandlerRegistry.registrySupplierDeprecated.private final ConcurrentMap<String, LookupRegistry<T>> RequestHandlerRegistry.virtualMapDeprecated.Methods in org.apache.hc.core5.http.protocol that return LookupRegistryModifier and TypeMethodDescriptionprivate LookupRegistry<T> RequestHandlerRegistry.getPatternMatcher(String hostname) Deprecated.(package private) static <T> LookupRegistry<T> RequestHandlerRegistry.newMatcher(UriPatternType type) Deprecated.static <T> LookupRegistry<T> UriPatternType.newMatcher(UriPatternType type) Deprecated.Do not use.Constructor parameters in org.apache.hc.core5.http.protocol with type arguments of type LookupRegistryModifierConstructorDescriptionRequestHandlerRegistry(String canonicalHostName, Supplier<LookupRegistry<T>> registrySupplier) Deprecated. -
Uses of LookupRegistry in org.apache.hc.core5.http2.impl.nio.bootstrap
Fields in org.apache.hc.core5.http2.impl.nio.bootstrap declared as LookupRegistryModifier and TypeFieldDescriptionprivate LookupRegistry<Supplier<AsyncServerExchangeHandler>> H2ServerBootstrap.lookupRegistryMethods in org.apache.hc.core5.http2.impl.nio.bootstrap with parameters of type LookupRegistryModifier and TypeMethodDescriptionfinal H2ServerBootstrapH2ServerBootstrap.setLookupRegistry(LookupRegistry<Supplier<AsyncServerExchangeHandler>> lookupRegistry) Deprecated.UseRequestRouter.
RequestRouter.