Uses of Interface
org.apache.http.protocol.HttpRequestHandler

Packages that use HttpRequestHandler
org.apache.http.protocol HTTP protocol execution framework. 
 

Uses of HttpRequestHandler in org.apache.http.protocol
 

Methods in org.apache.http.protocol that return HttpRequestHandler
 HttpRequestHandler HttpRequestHandlerRegistry.lookup(String requestURI)
           
 HttpRequestHandler HttpRequestHandlerResolver.lookup(String requestURI)
          Looks up a handler matching the given request URI.
 

Methods in org.apache.http.protocol with parameters of type HttpRequestHandler
 void HttpRequestHandlerRegistry.register(String pattern, HttpRequestHandler handler)
          Registers the given HttpRequestHandler as a handler for URIs matching the given pattern.
 



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