Uses of Interface
org.apache.http.nio.protocol.HttpAsyncRequestHandlerResolver

Packages that use HttpAsyncRequestHandlerResolver
org.apache.http.nio.protocol 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 HttpAsyncRequestHandlerResolver
 class HttpAsyncRequestHandlerRegistry
          Deprecated. (4.3) use UriHttpAsyncRequestHandlerMapper
 

Constructors in org.apache.http.nio.protocol with parameters of type HttpAsyncRequestHandlerResolver
HttpAsyncService(HttpProcessor httpProcessor, ConnectionReuseStrategy connStrategy, HttpAsyncRequestHandlerResolver handlerResolver, HttpParams params)
          Deprecated. (4.3) use HttpAsyncService.HttpAsyncService(HttpProcessor, ConnectionReuseStrategy, HttpResponseFactory, HttpAsyncRequestHandlerMapper, HttpAsyncExpectationVerifier)
HttpAsyncService(HttpProcessor httpProcessor, ConnectionReuseStrategy connStrategy, HttpResponseFactory responseFactory, HttpAsyncRequestHandlerResolver handlerResolver, HttpAsyncExpectationVerifier expectationVerifier, HttpParams params)
          Deprecated. (4.3) use HttpAsyncService.HttpAsyncService(HttpProcessor, ConnectionReuseStrategy, HttpResponseFactory, HttpAsyncRequestHandlerMapper, HttpAsyncExpectationVerifier)
 



Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.