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

Packages that use NHttpRequestHandler
org.apache.http.nio.protocol Core HTTP protocol execution framework and HTTP protocol handlers for asynchronous, event driven communication. 
 

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

Classes in org.apache.http.nio.protocol that implement NHttpRequestHandler
 class SimpleNHttpRequestHandler
          Deprecated. (4.2) use BasicAsyncRequestHandler
 

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

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–2021 The Apache Software Foundation. All rights reserved.