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
Methods in org.apache.http.impl.nio.bootstrap with parameters of type HttpAsyncRequestHandlerModifier and TypeMethodDescriptionfinal ServerBootstrapServerBootstrap.registerHandler(String pattern, HttpAsyncRequestHandler<?> handler) Registers the givenHttpAsyncRequestHandleras 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 TypeClassDescriptionclassBasic implementation ofHttpAsyncRequestHandlerthat delegates the process of request handling to aHttpRequestHandler.Methods in org.apache.http.nio.protocol that return HttpAsyncRequestHandlerModifier and TypeMethodDescriptionHttpAsyncRequestHandlerMapper.lookup(org.apache.http.HttpRequest request) Looks up a handler matching the given request.Deprecated.Deprecated.Looks up a handler matching the given request URI.UriHttpAsyncRequestHandlerMapper.lookup(org.apache.http.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.org.apache.http.protocol.UriPatternMatcher<HttpAsyncRequestHandler<?>> UriHttpAsyncRequestHandlerMapper.getUriPatternMatcher()Gets the pattern matcher.Methods in org.apache.http.nio.protocol with parameters of type HttpAsyncRequestHandlerModifier and TypeMethodDescriptionvoidHttpAsyncRequestHandlerRegistry.register(String pattern, HttpAsyncRequestHandler<?> handler) Deprecated.Registers the givenHttpAsyncRequestHandleras a handler for URIs matching the given pattern.voidUriHttpAsyncRequestHandlerMapper.register(String pattern, HttpAsyncRequestHandler<?> handler) Registers the givenHttpAsyncRequestHandleras a handler for URIs matching the given pattern.Method parameters in org.apache.http.nio.protocol with type arguments of type HttpAsyncRequestHandlerModifier and TypeMethodDescriptionvoidHttpAsyncRequestHandlerRegistry.setHandlers(Map<String, HttpAsyncRequestHandler<?>> map) Deprecated.Sets handlers from the given map.Constructor parameters in org.apache.http.nio.protocol with type arguments of type HttpAsyncRequestHandlerModifierConstructorDescriptionprotectedUriHttpAsyncRequestHandlerMapper(org.apache.http.protocol.UriPatternMatcher<HttpAsyncRequestHandler<?>> matcher)