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.handlerMap
Methods in org.apache.http.impl.bootstrap with parameters of type HttpRequestHandlerModifier and TypeMethodDescriptionfinal ServerBootstrap
ServerBootstrap.registerHandler
(String pattern, HttpRequestHandler handler) Registers the givenHttpRequestHandler
as 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 HttpRequestHandler
BasicAsyncRequestHandler.handler
private final HttpRequestHandler
BufferingHttpServiceHandler.RequestHandlerAdaptor.requestHandler
Constructors 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.matcher
Deprecated.private final UriPatternMatcher
<HttpRequestHandler> UriHttpRequestHandlerMapper.matcher
Methods 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 TypeMethodDescriptionvoid
HttpRequestHandlerRegistry.register
(String pattern, HttpRequestHandler handler) Deprecated.Registers the givenHttpRequestHandler
as a handler for URIs matching the given pattern.void
UriHttpRequestHandlerMapper.register
(String pattern, HttpRequestHandler handler) Registers the givenHttpRequestHandler
as a handler for URIs matching the given pattern.Method parameters in org.apache.http.protocol with type arguments of type HttpRequestHandlerModifier and TypeMethodDescriptionvoid
HttpRequestHandlerRegistry.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