Uses of Class
org.apache.hc.core5.http.protocol.UriPatternType
-
Packages that use UriPatternType Package Description org.apache.hc.core5.http.impl.routing 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 UriPatternType in org.apache.hc.core5.http.impl.routing
Fields in org.apache.hc.core5.http.impl.routing declared as UriPatternType Modifier and Type Field Description private UriPatternTypeRequestRouter.Builder. patternTypeMethods in org.apache.hc.core5.http.impl.routing with parameters of type UriPatternType Modifier and Type Method Description static <T> RequestRouter.Builder<T>RequestRouter. builder(UriPatternType patternType)static <T> RequestRouter<T>RequestRouter. create(URIAuthority primaryAuthority, UriPatternType patternType, java.util.List<RequestRouter.Entry<T>> handlerEntries, java.util.function.BiFunction<java.lang.String,URIAuthority,URIAuthority> authorityResolver, HttpRequestMapper<T> downstream)Constructors in org.apache.hc.core5.http.impl.routing with parameters of type UriPatternType Constructor Description Builder(UriPatternType patternType) -
Uses of UriPatternType in org.apache.hc.core5.http.protocol
Methods in org.apache.hc.core5.http.protocol that return UriPatternType Modifier and Type Method Description static UriPatternTypeUriPatternType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UriPatternType[]UriPatternType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.hc.core5.http.protocol with parameters of type UriPatternType Modifier and Type Method Description (package private) static <T> LookupRegistry<T>RequestHandlerRegistry. newMatcher(UriPatternType type)Deprecated.static <T> LookupRegistry<T>UriPatternType. newMatcher(UriPatternType type)Deprecated.Do not use.Constructors in org.apache.hc.core5.http.protocol with parameters of type UriPatternType Constructor Description RequestHandlerRegistry(java.lang.String canonicalHostName, UriPatternType patternType)Deprecated.RequestHandlerRegistry(UriPatternType patternType)Deprecated. -
Uses of UriPatternType in org.apache.hc.core5.http2.impl.nio.bootstrap
Fields in org.apache.hc.core5.http2.impl.nio.bootstrap declared as UriPatternType Modifier and Type Field Description private UriPatternTypeH2MultiplexingRequesterBootstrap. uriPatternTypeprivate UriPatternTypeH2RequesterBootstrap. uriPatternTypeMethods in org.apache.hc.core5.http2.impl.nio.bootstrap with parameters of type UriPatternType Modifier and Type Method Description H2MultiplexingRequesterBootstrapH2MultiplexingRequesterBootstrap. setUriPatternType(UriPatternType uriPatternType)SetsUriPatternTypefor handler registration.H2RequesterBootstrapH2RequesterBootstrap. setUriPatternType(UriPatternType uriPatternType)SetsUriPatternTypefor handler registration.
-