Uses of Interface
org.apache.http.nio.protocol.NHttpRequestHandler
-
Packages that use NHttpRequestHandler Package Description 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 Modifier and Type Class Description (package private) static classBufferingHttpServiceHandler.RequestHandlerAdaptorDeprecated.classSimpleNHttpRequestHandlerDeprecated.(4.2) useBasicAsyncRequestHandlerFields in org.apache.http.nio.protocol declared as NHttpRequestHandler Modifier and Type Field Description private NHttpRequestHandlerAsyncNHttpServiceHandler.ServerConnState. requestHandlerFields in org.apache.http.nio.protocol with type parameters of type NHttpRequestHandler Modifier and Type Field Description private UriPatternMatcher<NHttpRequestHandler>NHttpRequestHandlerRegistry. matcherDeprecated.Methods in org.apache.http.nio.protocol that return NHttpRequestHandler Modifier and Type Method Description private NHttpRequestHandlerAsyncNHttpServiceHandler. getRequestHandler(HttpRequest request)Deprecated.NHttpRequestHandlerAsyncNHttpServiceHandler.ServerConnState. getRequestHandler()NHttpRequestHandlerBufferingHttpServiceHandler.RequestHandlerResolverAdaptor. lookup(java.lang.String requestURI)NHttpRequestHandlerNHttpRequestHandlerRegistry. lookup(java.lang.String requestURI)Deprecated.NHttpRequestHandlerNHttpRequestHandlerResolver. lookup(java.lang.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 Modifier and Type Method Description java.util.Map<java.lang.String,NHttpRequestHandler>NHttpRequestHandlerRegistry. getHandlers()Deprecated.Get the handler map.Methods in org.apache.http.nio.protocol with parameters of type NHttpRequestHandler Modifier and Type Method Description voidNHttpRequestHandlerRegistry. register(java.lang.String pattern, NHttpRequestHandler handler)Deprecated.Registers the givenNHttpRequestHandleras a handler for URIs matching the given pattern.voidAsyncNHttpServiceHandler.ServerConnState. setRequestHandler(NHttpRequestHandler requestHandler)Method parameters in org.apache.http.nio.protocol with type arguments of type NHttpRequestHandler Modifier and Type Method Description voidNHttpRequestHandlerRegistry. setHandlers(java.util.Map<java.lang.String,NHttpRequestHandler> map)Deprecated.Sets handlers from the given map.
-