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.lookupRegistry
private LookupRegistry
<HttpRequestHandler> ServerBootstrap.lookupRegistry
Methods in org.apache.hc.core5.http.impl.bootstrap with parameters of type LookupRegistryModifier and TypeMethodDescriptionfinal AsyncServerBootstrap
AsyncServerBootstrap.setLookupRegistry
(LookupRegistry<Supplier<AsyncServerExchangeHandler>> lookupRegistry) AssignsLookupRegistry
instance.final ServerBootstrap
ServerBootstrap.setLookupRegistry
(LookupRegistry<HttpRequestHandler> lookupRegistry) AssignsLookupRegistry
instance. -
Uses of LookupRegistry in org.apache.hc.core5.http.protocol
Classes in org.apache.hc.core5.http.protocol that implement LookupRegistryModifier and TypeClassDescriptionclass
Maintains a map of objects keyed by a request URI pattern.class
Maintains a map of objects keyed by a request URI pattern.class
Maintains a map of objects keyed by a request URI regular expression.Fields in org.apache.hc.core5.http.protocol declared as LookupRegistryFields in org.apache.hc.core5.http.protocol with type parameters of type LookupRegistryModifier and TypeFieldDescriptionprivate final Supplier
<LookupRegistry<T>> RequestHandlerRegistry.registrySupplier
private final ConcurrentMap
<String, LookupRegistry<T>> RequestHandlerRegistry.virtualMap
Methods in org.apache.hc.core5.http.protocol that return LookupRegistryModifier and TypeMethodDescriptionprivate LookupRegistry
<T> RequestHandlerRegistry.getPatternMatcher
(String hostname) static <T> LookupRegistry
<T> UriPatternType.newMatcher
(UriPatternType type) Constructor parameters in org.apache.hc.core5.http.protocol with type arguments of type LookupRegistryModifierConstructorDescriptionRequestHandlerRegistry
(String canonicalHostName, Supplier<LookupRegistry<T>> registrySupplier) -
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.lookupRegistry
Methods in org.apache.hc.core5.http2.impl.nio.bootstrap with parameters of type LookupRegistryModifier and TypeMethodDescriptionfinal H2ServerBootstrap
H2ServerBootstrap.setLookupRegistry
(LookupRegistry<Supplier<AsyncServerExchangeHandler>> lookupRegistry) AssignsLookupRegistry
instance.