Uses of Interface
org.apache.http.nio.protocol.HttpAsyncRequestHandler
Packages that use HttpAsyncRequestHandler
Package
Description
Embedded non-blocking server and server bootstrap.
Core HTTP protocol execution framework and HTTP protocol handlers
for asynchronous, event driven communication.
-
Uses of HttpAsyncRequestHandler in org.apache.http.impl.nio.bootstrap
Fields in org.apache.http.impl.nio.bootstrap with type parameters of type HttpAsyncRequestHandlerModifier and TypeFieldDescriptionprivate Map
<String, HttpAsyncRequestHandler<?>> ServerBootstrap.handlerMap
Methods in org.apache.http.impl.nio.bootstrap with parameters of type HttpAsyncRequestHandlerModifier and TypeMethodDescriptionfinal ServerBootstrap
ServerBootstrap.registerHandler
(String pattern, HttpAsyncRequestHandler<?> handler) Registers the givenHttpAsyncRequestHandler
as a handler for URIs matching the given pattern. -
Uses of HttpAsyncRequestHandler in org.apache.http.nio.protocol
Classes in org.apache.http.nio.protocol that implement HttpAsyncRequestHandlerModifier and TypeClassDescriptionclass
Basic implementation ofHttpAsyncRequestHandler
that delegates the process of request handling to aHttpRequestHandler
.(package private) class
Fields in org.apache.http.nio.protocol declared as HttpAsyncRequestHandlerModifier and TypeFieldDescriptionprivate final HttpAsyncRequestHandler
<Object> HttpAsyncService.Incoming.handler
private final HttpAsyncRequestHandler
<Object> HttpAsyncService.PipelineEntry.handler
Fields in org.apache.http.nio.protocol with type parameters of type HttpAsyncRequestHandlerModifier and TypeFieldDescriptionprivate final UriPatternMatcher
<HttpAsyncRequestHandler<?>> HttpAsyncRequestHandlerRegistry.matcher
Deprecated.private final UriPatternMatcher
<HttpAsyncRequestHandler<?>> UriHttpAsyncRequestHandlerMapper.matcher
Methods in org.apache.http.nio.protocol that return HttpAsyncRequestHandlerModifier and TypeMethodDescriptionHttpAsyncService.Incoming.getHandler()
HttpAsyncService.PipelineEntry.getHandler()
private HttpAsyncRequestHandler
<Object> HttpAsyncService.getRequestHandler
(HttpRequest request) HttpAsyncRequestHandlerMapper.lookup
(HttpRequest request) Looks up a handler matching the given request.Deprecated.Deprecated.Looks up a handler matching the given request URI.HttpAsyncService.HttpAsyncRequestHandlerResolverAdapter.lookup
(HttpRequest request) Deprecated.UriHttpAsyncRequestHandlerMapper.lookup
(HttpRequest request) Looks up a handler matching the given request URI.Methods in org.apache.http.nio.protocol that return types with arguments of type HttpAsyncRequestHandlerModifier and TypeMethodDescriptionHttpAsyncRequestHandlerRegistry.getHandlers()
Deprecated.Get the handler map.UriHttpAsyncRequestHandlerMapper.getUriPatternMatcher()
Gets the pattern matcher.Methods in org.apache.http.nio.protocol with parameters of type HttpAsyncRequestHandlerModifier and TypeMethodDescriptionvoid
HttpAsyncRequestHandlerRegistry.register
(String pattern, HttpAsyncRequestHandler<?> handler) Deprecated.Registers the givenHttpAsyncRequestHandler
as a handler for URIs matching the given pattern.void
UriHttpAsyncRequestHandlerMapper.register
(String pattern, HttpAsyncRequestHandler<?> handler) Registers the givenHttpAsyncRequestHandler
as a handler for URIs matching the given pattern.Method parameters in org.apache.http.nio.protocol with type arguments of type HttpAsyncRequestHandlerModifier and TypeMethodDescriptionvoid
HttpAsyncRequestHandlerRegistry.setHandlers
(Map<String, HttpAsyncRequestHandler<?>> map) Deprecated.Sets handlers from the given map.Constructors in org.apache.http.nio.protocol with parameters of type HttpAsyncRequestHandlerModifierConstructorDescription(package private)
Incoming
(HttpRequest request, HttpAsyncRequestHandler<Object> handler, HttpAsyncRequestConsumer<Object> consumer, HttpContext context) (package private)
PipelineEntry
(HttpRequest request, Object result, Exception exception, HttpAsyncRequestHandler<Object> handler, HttpContext context) Constructor parameters in org.apache.http.nio.protocol with type arguments of type HttpAsyncRequestHandlerModifierConstructorDescriptionprotected