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. lookupRegistry
private LookupRegistry<HttpRequestHandler>
ServerBootstrap. lookupRegistry
Methods in org.apache.hc.core5.http.impl.bootstrap with parameters of type LookupRegistry Modifier and Type Method Description AsyncServerBootstrap
AsyncServerBootstrap. setLookupRegistry(LookupRegistry<Supplier<AsyncServerExchangeHandler>> lookupRegistry)
AssignsLookupRegistry
instance.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 LookupRegistry Modifier and Type Class Description class
UriPatternMatcher<T>
Maintains a map of objects keyed by a request URI pattern.class
UriPatternOrderedMatcher<T>
Maintains a map of objects keyed by a request URI pattern.class
UriRegexMatcher<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. primary
Fields in org.apache.hc.core5.http.protocol with type parameters of type LookupRegistry Modifier and Type Field Description private Supplier<LookupRegistry<T>>
RequestHandlerRegistry. registrySupplier
private java.util.concurrent.ConcurrentMap<java.lang.String,LookupRegistry<T>>
RequestHandlerRegistry. virtualMap
Methods 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. lookupRegistry
Methods in org.apache.hc.core5.http2.impl.nio.bootstrap with parameters of type LookupRegistry Modifier and Type Method Description H2ServerBootstrap
H2ServerBootstrap. setLookupRegistry(LookupRegistry<Supplier<AsyncServerExchangeHandler>> lookupRegistry)
AssignsLookupRegistry
instance.
-