Uses of Enum
org.apache.hc.core5.http.protocol.UriPatternType
Packages that use UriPatternType
Package
Description
Core HTTP protocol interceptors.
HTTP/2 capable requester and server bootstrap.
-
Uses of UriPatternType in org.apache.hc.core5.http.protocol
Methods in org.apache.hc.core5.http.protocol that return UriPatternTypeModifier and TypeMethodDescriptionstatic UriPatternType
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 UriPatternTypeModifier and TypeMethodDescriptionstatic <T> LookupRegistry
<T> UriPatternType.newMatcher
(UriPatternType type) Constructors in org.apache.hc.core5.http.protocol with parameters of type UriPatternTypeModifierConstructorDescriptionRequestHandlerRegistry
(String canonicalHostName, UriPatternType patternType) RequestHandlerRegistry
(UriPatternType patternType) -
Uses of UriPatternType in org.apache.hc.core5.http2.impl.nio.bootstrap
Fields in org.apache.hc.core5.http2.impl.nio.bootstrap declared as UriPatternTypeModifier and TypeFieldDescriptionprivate UriPatternType
H2MultiplexingRequesterBootstrap.uriPatternType
private UriPatternType
H2RequesterBootstrap.uriPatternType
Methods in org.apache.hc.core5.http2.impl.nio.bootstrap with parameters of type UriPatternTypeModifier and TypeMethodDescriptionH2MultiplexingRequesterBootstrap.setUriPatternType
(UriPatternType uriPatternType) AssignsUriPatternType
for handler registration.final H2RequesterBootstrap
H2RequesterBootstrap.setUriPatternType
(UriPatternType uriPatternType) AssignsUriPatternType
for handler registration.