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
Fields in org.apache.http.nio.protocol declared as UriPatternMatcher Modifier and Type Field Description private UriPatternMatcher<HttpAsyncRequestHandler<?>>
HttpAsyncRequestHandlerRegistry. matcher
Deprecated.private UriPatternMatcher<NHttpRequestHandler>
NHttpRequestHandlerRegistry. matcher
Deprecated.private UriPatternMatcher<HttpAsyncRequestHandler<?>>
UriHttpAsyncRequestHandlerMapper. matcher
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
Fields in org.apache.http.protocol declared as UriPatternMatcher Modifier and Type Field Description private UriPatternMatcher<HttpRequestHandler>
HttpRequestHandlerRegistry. matcher
Deprecated.private UriPatternMatcher<HttpRequestHandler>
UriHttpRequestHandlerMapper. matcher
Constructors in org.apache.http.protocol with parameters of type UriPatternMatcher Constructor Description UriHttpRequestHandlerMapper(UriPatternMatcher<HttpRequestHandler> matcher)
-