Uses of Class
org.apache.http.protocol.UriPatternMatcher

Packages that use UriPatternMatcher
org.apache.http.nio.protocol Asynchronous HTTP protocol handlers based on the non-blocking I/O model. 
org.apache.http.protocol HTTP protocol execution framework and synchronous HTTP protocol handlers based on the blocking I/O model. 
 

Uses of UriPatternMatcher in org.apache.http.nio.protocol
 

Constructors in org.apache.http.nio.protocol with parameters of type UriPatternMatcher
UriHttpAsyncRequestHandlerMapper(UriPatternMatcher<HttpAsyncRequestHandler<?>> matcher)
           
 

Uses of UriPatternMatcher in org.apache.http.protocol
 

Constructors in org.apache.http.protocol with parameters of type UriPatternMatcher
UriHttpRequestHandlerMapper(UriPatternMatcher<HttpRequestHandler> matcher)
           
 



Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.