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 HttpRequestHandlerResolver.lookup(String requestURI)
          Looks up a handler matching the given request URI.
 HttpRequestHandler HttpRequestHandlerRegistry.lookup(String requestURI)
           
 

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-2009 Apache Software Foundation. All Rights Reserved.