Uses of Interface
org.apache.http.nio.protocol.HttpAsyncRequestHandlerMapper
-
Packages that use HttpAsyncRequestHandlerMapper Package Description org.apache.http.impl.nio.bootstrap Embedded non-blocking server and server bootstrap.org.apache.http.nio.protocol 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 HttpAsyncRequestHandlerMapper Modifier and Type Field Description private HttpAsyncRequestHandlerMapper
ServerBootstrap. handlerMapper
Methods in org.apache.http.impl.nio.bootstrap with parameters of type HttpAsyncRequestHandlerMapper Modifier and Type Method Description 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 HttpAsyncRequestHandlerMapper Modifier and Type Class Description private static class
HttpAsyncService.HttpAsyncRequestHandlerResolverAdapter
Deprecated.Do not use.class
UriHttpAsyncRequestHandlerMapper
Maintains a map of HTTP request handlers keyed by a request URI pattern.Fields in org.apache.http.nio.protocol declared as HttpAsyncRequestHandlerMapper Modifier and Type Field Description private HttpAsyncRequestHandlerMapper
HttpAsyncService. handlerMapper
Methods in org.apache.http.nio.protocol that return HttpAsyncRequestHandlerMapper Modifier and Type Method Description HttpAsyncRequestHandlerMapper
HttpAsyncService. getHandlerMapper()
Gets the HttpAsyncRequestHandlerMapper for this service.Constructors in org.apache.http.nio.protocol with parameters of type HttpAsyncRequestHandlerMapper Constructor Description HttpAsyncService(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
.
-