Uses of Interface
org.apache.http.protocol.HttpRequestHandler
Packages that use HttpRequestHandler
Package
Description
Embedded server and server bootstrap.
Core HTTP protocol execution framework and HTTP protocol handlers
for asynchronous, event driven communication.
Core HTTP protocol execution framework and HTTP protocol handlers
for synchronous, blocking communication.
-
Uses of HttpRequestHandler in org.apache.http.impl.bootstrap
Fields in org.apache.http.impl.bootstrap with type parameters of type HttpRequestHandlerModifier and TypeFieldDescriptionprivate Map<String, HttpRequestHandler> ServerBootstrap.handlerMapMethods in org.apache.http.impl.bootstrap with parameters of type HttpRequestHandlerModifier and TypeMethodDescriptionfinal ServerBootstrapServerBootstrap.registerHandler(String pattern, HttpRequestHandler handler) Registers the givenHttpRequestHandleras a handler for URIs matching the given pattern. -
Uses of HttpRequestHandler in org.apache.http.nio.protocol
Fields in org.apache.http.nio.protocol declared as HttpRequestHandlerModifier and TypeFieldDescriptionprivate final HttpRequestHandlerBasicAsyncRequestHandler.handlerprivate final HttpRequestHandlerBufferingHttpServiceHandler.RequestHandlerAdaptor.requestHandlerConstructors in org.apache.http.nio.protocol with parameters of type HttpRequestHandler -
Uses of HttpRequestHandler in org.apache.http.protocol
Fields in org.apache.http.protocol with type parameters of type HttpRequestHandlerModifier and TypeFieldDescriptionprivate final UriPatternMatcher<HttpRequestHandler> HttpRequestHandlerRegistry.matcherDeprecated.private final UriPatternMatcher<HttpRequestHandler> UriHttpRequestHandlerMapper.matcherMethods in org.apache.http.protocol that return HttpRequestHandlerModifier and TypeMethodDescriptionHttpRequestHandlerMapper.lookup(HttpRequest request) Looks up a handler matching the given request.Deprecated.Deprecated.Looks up a handler matching the given request URI.HttpService.HttpRequestHandlerResolverAdapter.lookup(HttpRequest request) Deprecated.UriHttpRequestHandlerMapper.lookup(HttpRequest request) Looks up a handler matching the given request URI.Methods in org.apache.http.protocol that return types with arguments of type HttpRequestHandlerModifier and TypeMethodDescriptionHttpRequestHandlerRegistry.getHandlers()Deprecated.Get the handler map.Methods in org.apache.http.protocol with parameters of type HttpRequestHandlerModifier and TypeMethodDescriptionvoidHttpRequestHandlerRegistry.register(String pattern, HttpRequestHandler handler) Deprecated.Registers the givenHttpRequestHandleras a handler for URIs matching the given pattern.voidUriHttpRequestHandlerMapper.register(String pattern, HttpRequestHandler handler) Registers the givenHttpRequestHandleras a handler for URIs matching the given pattern.Method parameters in org.apache.http.protocol with type arguments of type HttpRequestHandlerModifier and TypeMethodDescriptionvoidHttpRequestHandlerRegistry.setHandlers(Map<String, HttpRequestHandler> map) Deprecated.Sets handlers from the given map.Constructor parameters in org.apache.http.protocol with type arguments of type HttpRequestHandlerModifierConstructorDescriptionprotected