Searched refs:HttpRequestHandler (Results 1 – 6 of 6) sorted by relevance
64 public void register(final String pattern, final HttpRequestHandler handler) { in register()76 public HttpRequestHandler lookup(final String requestURI) { in lookup()77 return (HttpRequestHandler) matcher.lookup(requestURI); in lookup()
49 HttpRequestHandler lookup(String requestURI); in lookup()
53 public interface HttpRequestHandler { interface
242 HttpRequestHandler handler = null; in doService()
993 HSPLorg/apache/http/protocol/HttpRequestHandler;->handle(Lorg/apache/http/HttpRequest;Lorg/apache/h…995 …RequestHandlerRegistry;->register(Ljava/lang/String;Lorg/apache/http/protocol/HttpRequestHandler;)V996 …ttpRequestHandlerResolver;->lookup(Ljava/lang/String;)Lorg/apache/http/protocol/HttpRequestHandler;
3935 @Deprecated public interface HttpRequestHandler {3941 method @Deprecated public org.apache.http.protocol.HttpRequestHandler lookup(String);3943 method @Deprecated public void register(String, org.apache.http.protocol.HttpRequestHandler);3949 method @Deprecated public org.apache.http.protocol.HttpRequestHandler lookup(String);