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
          A simple implementation of NHttpRequestHandler that abstracts away the need to use NHttpResponseTrigger.
 

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

Methods in org.apache.http.nio.protocol with parameters of type NHttpRequestHandler
 void NHttpRequestHandlerRegistry.register(String pattern, NHttpRequestHandler handler)
          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,? extends NHttpRequestHandler> map)
          Sets handlers from the given map.
 



Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.