Uses of Interface
org.apache.http.nio.protocol.HttpAsyncRequestHandlerMapper
Packages that use HttpAsyncRequestHandlerMapper
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 HttpAsyncRequestHandlerMapper in org.apache.http.impl.nio.bootstrap
Fields in org.apache.http.impl.nio.bootstrap declared as HttpAsyncRequestHandlerMapperModifier and TypeFieldDescriptionprivate HttpAsyncRequestHandlerMapper
ServerBootstrap.handlerMapper
Methods in org.apache.http.impl.nio.bootstrap with parameters of type HttpAsyncRequestHandlerMapperModifier and TypeMethodDescriptionfinal ServerBootstrap
ServerBootstrap.setHandlerMapper
(HttpAsyncRequestHandlerMapper handlerMapper) AssignsHttpAsyncRequestHandlerMapper
instance. -
Uses of HttpAsyncRequestHandlerMapper in org.apache.http.nio.protocol
Classes in org.apache.http.nio.protocol that implement HttpAsyncRequestHandlerMapperModifier and TypeClassDescriptionprivate static class
Deprecated.Do not use.class
Maintains a map of HTTP request handlers keyed by a request URI pattern.Fields in org.apache.http.nio.protocol declared as HttpAsyncRequestHandlerMapperModifier and TypeFieldDescriptionprivate final HttpAsyncRequestHandlerMapper
HttpAsyncService.handlerMapper
Methods in org.apache.http.nio.protocol that return HttpAsyncRequestHandlerMapperModifier and TypeMethodDescriptionHttpAsyncService.getHandlerMapper()
Gets the HttpAsyncRequestHandlerMapper for this service.Constructors in org.apache.http.nio.protocol with parameters of type HttpAsyncRequestHandlerMapperModifierConstructorDescriptionHttpAsyncService
(HttpProcessor httpProcessor, ConnectionReuseStrategy connStrategy, HttpResponseFactory responseFactory, HttpAsyncRequestHandlerMapper handlerMapper, HttpAsyncExpectationVerifier expectationVerifier) Creates new instance ofHttpAsyncServerProtocolHandler
.HttpAsyncService
(HttpProcessor httpProcessor, ConnectionReuseStrategy connStrategy, HttpResponseFactory responseFactory, HttpAsyncRequestHandlerMapper handlerMapper, HttpAsyncExpectationVerifier expectationVerifier, ExceptionLogger exceptionLogger) Creates new instance ofHttpAsyncServerProtocolHandler
.HttpAsyncService
(HttpProcessor httpProcessor, HttpAsyncRequestHandlerMapper handlerMapper) Creates new instance ofHttpAsyncServerProtocolHandler
.HttpAsyncService
(HttpProcessor httpProcessor, HttpAsyncRequestHandlerMapper handlerMapper, ExceptionLogger exceptionLogger) Creates new instance ofHttpAsyncServerProtocolHandler
.