public interface

HttpRequestHandlerResolver

org.apache.http.protocol.HttpRequestHandlerResolver
Known Indirect Subclasses

Class Overview

HttpRequestHandlerResolver can be used to resolve an instance of HttpRequestHandler matching a particular request URI. Usually the resolved request handler will be used to process the request with the specified request URI.

Summary

Public Methods
abstract HttpRequestHandler lookup(String requestURI)
Looks up a handler matching the given request URI.

Public Methods

public abstract HttpRequestHandler lookup (String requestURI)

Looks up a handler matching the given request URI.

Parameters
requestURI the request URI
Returns
  • HTTP request handler or null if no match is found.