Uses of Class
org.apache.http.protocol.UriPatternMatcher
-
Packages that use UriPatternMatcher Package Description org.apache.http.nio.protocol Core HTTP protocol execution framework and HTTP protocol handlers for asynchronous, event driven communication.org.apache.http.protocol Core HTTP protocol execution framework and HTTP protocol handlers for synchronous, blocking communication. -
-
Uses of UriPatternMatcher in org.apache.http.nio.protocol
Methods in org.apache.http.nio.protocol that return UriPatternMatcher Modifier and Type Method Description UriPatternMatcher<HttpAsyncRequestHandler<?>>
UriHttpAsyncRequestHandlerMapper. getUriPatternMatcher()
Gets the pattern matcher.Constructors in org.apache.http.nio.protocol with parameters of type UriPatternMatcher Constructor Description UriHttpAsyncRequestHandlerMapper(UriPatternMatcher<HttpAsyncRequestHandler<?>> matcher)
-
Uses of UriPatternMatcher in org.apache.http.protocol
Constructors in org.apache.http.protocol with parameters of type UriPatternMatcher Constructor Description UriHttpRequestHandlerMapper(UriPatternMatcher<HttpRequestHandler> matcher)
-