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(java.lang.String requestURI)
           
 HttpRequestHandler HttpRequestHandlerRegistry.lookup(java.lang.String requestURI)
           
 

Methods in org.apache.http.protocol with parameters of type HttpRequestHandler
 void HttpRequestHandlerRegistry.register(java.lang.String pattern, HttpRequestHandler handler)
           
 



Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.