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

Packages that use HttpAsyncRequestHandlerResolver
org.apache.http.nio.protocol Asynchronous HTTP protocol handlers based on the non-blocking I/O model. 
 

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

Classes in org.apache.http.nio.protocol that implement HttpAsyncRequestHandlerResolver
 class HttpAsyncRequestHandlerRegistry
          Maintains a map of HTTP request handlers keyed by a request URI pattern.
 

Constructors in org.apache.http.nio.protocol with parameters of type HttpAsyncRequestHandlerResolver
HttpAsyncService(HttpProcessor httpProcessor, ConnectionReuseStrategy connStrategy, HttpAsyncRequestHandlerResolver handlerResolver, HttpParams params)
          Creates an instance of HttpAsyncServerProtocolHandler.
HttpAsyncService(HttpProcessor httpProcessor, ConnectionReuseStrategy connStrategy, HttpResponseFactory responseFactory, HttpAsyncRequestHandlerResolver handlerResolver, HttpAsyncExpectationVerifier expectationVerifier, HttpParams params)
          Creates an instance of HttpAsyncServerProtocolHandler.
 



Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.