Class UriHttpAsyncRequestHandlerMapper

java.lang.Object
org.apache.http.nio.protocol.UriHttpAsyncRequestHandlerMapper
All Implemented Interfaces:
HttpAsyncRequestHandlerMapper

@Contract(threading=SAFE) public class UriHttpAsyncRequestHandlerMapper extends Object implements HttpAsyncRequestHandlerMapper
Maintains a map of HTTP request handlers keyed by a request URI pattern.
Patterns may have three formats:
  • *
  • *<uri>
  • <uri>*

This class can be used to map an instance of HttpAsyncRequestHandler matching a particular request URI. Usually the mapped request handler will be used to process the request with the specified request URI.
Since:
4.3