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
Methods 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.Methods in org.apache.hc.core5.http.protocol that return LookupRegistryModifier and TypeMethodDescriptionstatic <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
Methods in org.apache.hc.core5.http2.impl.nio.bootstrap with parameters of type LookupRegistryModifier and TypeMethodDescriptionfinal H2ServerBootstrapH2ServerBootstrap.setLookupRegistry(LookupRegistry<Supplier<AsyncServerExchangeHandler>> lookupRegistry) AssignsLookupRegistryinstance.