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 synchronous, blocking communication.
-
Uses of HttpRequestHandler in org.apache.http.impl.bootstrap
Methods 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.protocol
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.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