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

Packages that use NHttpRequestHandler
org.apache.http.nio.protocol Non-blocking HTTP protocol execution framework. 
 

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

Classes in org.apache.http.nio.protocol that implement NHttpRequestHandler
 class SimpleNHttpRequestHandler
          Deprecated. use BufferingAsyncRequestHandler
 

Methods in org.apache.http.nio.protocol that return NHttpRequestHandler
 NHttpRequestHandler AsyncNHttpServiceHandler.ServerConnState.getRequestHandler()
           
 NHttpRequestHandler NHttpRequestHandlerResolver.lookup(String requestURI)
          Deprecated. Looks up a handler matching the given request URI.
 NHttpRequestHandler NHttpRequestHandlerRegistry.lookup(String requestURI)
          Deprecated.  
 

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

Methods in org.apache.http.nio.protocol with parameters of type NHttpRequestHandler
 void NHttpRequestHandlerRegistry.register(String pattern, NHttpRequestHandler handler)
          Deprecated. Registers the given NHttpRequestHandler as a handler for URIs matching the given pattern.
 void AsyncNHttpServiceHandler.ServerConnState.setRequestHandler(NHttpRequestHandler requestHandler)
           
 

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



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