Uses of Interface
org.apache.http.nio.protocol.HttpAsyncRequestHandlerResolver
Packages that use HttpAsyncRequestHandlerResolver
Package
Description
Core HTTP protocol execution framework and HTTP protocol handlers
for asynchronous, event driven communication.
-
Uses of HttpAsyncRequestHandlerResolver in org.apache.http.nio.protocol
Classes in org.apache.http.nio.protocol that implement HttpAsyncRequestHandlerResolverConstructors in org.apache.http.nio.protocol with parameters of type HttpAsyncRequestHandlerResolverModifierConstructorDescriptionHttpAsyncService
(org.apache.http.protocol.HttpProcessor httpProcessor, org.apache.http.ConnectionReuseStrategy connStrategy, org.apache.http.HttpResponseFactory responseFactory, HttpAsyncRequestHandlerResolver handlerResolver, HttpAsyncExpectationVerifier expectationVerifier, org.apache.http.params.HttpParams params) HttpAsyncService
(org.apache.http.protocol.HttpProcessor httpProcessor, org.apache.http.ConnectionReuseStrategy connStrategy, HttpAsyncRequestHandlerResolver handlerResolver, org.apache.http.params.HttpParams params)
UriHttpAsyncRequestHandlerMapper