Uses of Interface
org.apache.hc.core5.http.protocol.LookupRegistry
-
Packages that use LookupRegistry 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. -
-
Uses of LookupRegistry in org.apache.hc.core5.http.impl.bootstrap
Fields in org.apache.hc.core5.http.impl.bootstrap declared as LookupRegistry Modifier and Type Field Description private LookupRegistry<Supplier<AsyncServerExchangeHandler>>AsyncServerBootstrap. lookupRegistryprivate LookupRegistry<HttpRequestHandler>ServerBootstrap. lookupRegistryMethods in org.apache.hc.core5.http.impl.bootstrap with parameters of type LookupRegistry Modifier and Type Method Description AsyncServerBootstrapAsyncServerBootstrap. setLookupRegistry(LookupRegistry<Supplier<AsyncServerExchangeHandler>> lookupRegistry)AssignsLookupRegistryinstance.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 LookupRegistry Modifier and Type Class Description classUriPatternMatcher<T>Maintains a map of objects keyed by a request URI pattern.classUriPatternOrderedMatcher<T>Maintains a map of objects keyed by a request URI pattern.classUriRegexMatcher<T>Maintains a map of objects keyed by a request URI regular expression.Fields in org.apache.hc.core5.http.protocol declared as LookupRegistry Modifier and Type Field Description private LookupRegistry<T>RequestHandlerRegistry. primaryFields in org.apache.hc.core5.http.protocol with type parameters of type LookupRegistry Modifier and Type Field Description private Supplier<LookupRegistry<T>>RequestHandlerRegistry. registrySupplierprivate java.util.concurrent.ConcurrentMap<java.lang.String,LookupRegistry<T>>RequestHandlerRegistry. virtualMapMethods in org.apache.hc.core5.http.protocol that return LookupRegistry Modifier and Type Method Description private LookupRegistry<T>RequestHandlerRegistry. getPatternMatcher(java.lang.String hostname)static <T> LookupRegistry<T>UriPatternType. newMatcher(UriPatternType type)Constructor parameters in org.apache.hc.core5.http.protocol with type arguments of type LookupRegistry Constructor Description RequestHandlerRegistry(java.lang.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 LookupRegistry Modifier and Type Field Description private LookupRegistry<Supplier<AsyncServerExchangeHandler>>H2ServerBootstrap. lookupRegistryMethods in org.apache.hc.core5.http2.impl.nio.bootstrap with parameters of type LookupRegistry Modifier and Type Method Description H2ServerBootstrapH2ServerBootstrap. setLookupRegistry(LookupRegistry<Supplier<AsyncServerExchangeHandler>> lookupRegistry)AssignsLookupRegistryinstance.
-