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
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 class
UriHttpAsyncRequestHandlerMapper
Maintains a map of HTTP request handlers keyed by a request URI pattern.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(org.apache.http.protocol.HttpProcessor httpProcessor, org.apache.http.ConnectionReuseStrategy connStrategy, org.apache.http.HttpResponseFactory responseFactory, HttpAsyncRequestHandlerMapper handlerMapper, HttpAsyncExpectationVerifier expectationVerifier)
Creates new instance ofHttpAsyncServerProtocolHandler
.HttpAsyncService(org.apache.http.protocol.HttpProcessor httpProcessor, org.apache.http.ConnectionReuseStrategy connStrategy, org.apache.http.HttpResponseFactory responseFactory, HttpAsyncRequestHandlerMapper handlerMapper, HttpAsyncExpectationVerifier expectationVerifier, org.apache.http.ExceptionLogger exceptionLogger)
Creates new instance ofHttpAsyncServerProtocolHandler
.HttpAsyncService(org.apache.http.protocol.HttpProcessor httpProcessor, HttpAsyncRequestHandlerMapper handlerMapper)
Creates new instance ofHttpAsyncServerProtocolHandler
.HttpAsyncService(org.apache.http.protocol.HttpProcessor httpProcessor, HttpAsyncRequestHandlerMapper handlerMapper, org.apache.http.ExceptionLogger exceptionLogger)
Creates new instance ofHttpAsyncServerProtocolHandler
.
-