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) AssignsLookupRegistryinstance.final ServerBootstrapServerBootstrap.setLookupRegistry(LookupRegistry<HttpRequestHandler> lookupRegistry) AssignsLookupRegistryinstance. -
Uses of LookupRegistry in org.apache.hc.core5.http.protocol
Classes in org.apache.hc.core5.http.protocol that implement LookupRegistryModifier and TypeClassDescriptionclassMaintains a map of objects keyed by a request URI pattern.classMaintains a map of objects keyed by a request URI pattern.classMaintains 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.registrySupplierprivate final ConcurrentMap<String, LookupRegistry<T>> RequestHandlerRegistry.virtualMapMethods 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.lookupRegistryMethods in org.apache.hc.core5.http2.impl.nio.bootstrap with parameters of type LookupRegistryModifier and TypeMethodDescriptionfinal H2ServerBootstrapH2ServerBootstrap.setLookupRegistry(LookupRegistry<Supplier<AsyncServerExchangeHandler>> lookupRegistry) AssignsLookupRegistryinstance.