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

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

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

Classes in org.apache.http.nio.protocol that implement HttpAsyncRequestHandler
 class BasicAsyncRequestHandler
          Basic implementation of HttpAsyncRequestHandler that delegates the process of request handling to a HttpRequestHandler.
 

Methods in org.apache.http.nio.protocol that return HttpAsyncRequestHandler
 HttpAsyncRequestHandler<?> HttpAsyncRequestHandlerResolver.lookup(String requestURI)
          Looks up a handler matching the given request URI.
 HttpAsyncRequestHandler<?> HttpAsyncRequestHandlerRegistry.lookup(String requestURI)
           
 

Methods in org.apache.http.nio.protocol that return types with arguments of type HttpAsyncRequestHandler
 Map<String,HttpAsyncRequestHandler<?>> HttpAsyncRequestHandlerRegistry.getHandlers()
          Get the handler map.
 

Methods in org.apache.http.nio.protocol with parameters of type HttpAsyncRequestHandler
 void HttpAsyncRequestHandlerRegistry.register(String pattern, HttpAsyncRequestHandler<?> handler)
          Registers the given NHttpRequestHandler as a handler for URIs matching the given pattern.
 

Method parameters in org.apache.http.nio.protocol with type arguments of type HttpAsyncRequestHandler
 void HttpAsyncRequestHandlerRegistry.setHandlers(Map<String,HttpAsyncRequestHandler<?>> map)
          Sets handlers from the given map.
 



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