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

Packages that use HttpRequestHandler
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 HttpRequestHandler in org.apache.http.nio.protocol
 

Constructors in org.apache.http.nio.protocol with parameters of type HttpRequestHandler
BasicAsyncRequestHandler(HttpRequestHandler handler)
           
 

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 that return types with arguments of type HttpRequestHandler
 Map<String,HttpRequestHandler> HttpRequestHandlerRegistry.getHandlers()
          Get the handler map.
 

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.
 

Method parameters in org.apache.http.protocol with type arguments of type HttpRequestHandler
 void HttpRequestHandlerRegistry.setHandlers(Map<String,HttpRequestHandler> map)
          Sets handlers from the given map.
 



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