Uses of Interface
org.apache.http.nio.protocol.NHttpRequestHandler
Packages that use NHttpRequestHandler
Package
Description
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 NHttpRequestHandlerModifier and TypeClassDescription(package private) static classDeprecated.classDeprecated.Fields in org.apache.http.nio.protocol declared as NHttpRequestHandlerModifier and TypeFieldDescriptionprivate NHttpRequestHandlerAsyncNHttpServiceHandler.ServerConnState.requestHandlerFields in org.apache.http.nio.protocol with type parameters of type NHttpRequestHandlerModifier and TypeFieldDescriptionprivate final UriPatternMatcher<NHttpRequestHandler>NHttpRequestHandlerRegistry.matcherDeprecated.Methods in org.apache.http.nio.protocol that return NHttpRequestHandlerModifier and TypeMethodDescriptionprivate NHttpRequestHandlerAsyncNHttpServiceHandler.getRequestHandler(HttpRequest request) Deprecated.AsyncNHttpServiceHandler.ServerConnState.getRequestHandler()Deprecated.Deprecated.Looks up a handler matching the given request URI.Methods in org.apache.http.nio.protocol that return types with arguments of type NHttpRequestHandlerModifier and TypeMethodDescriptionNHttpRequestHandlerRegistry.getHandlers()Deprecated.Get the handler map.Methods in org.apache.http.nio.protocol with parameters of type NHttpRequestHandlerModifier and TypeMethodDescriptionvoidNHttpRequestHandlerRegistry.register(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 NHttpRequestHandlerModifier and TypeMethodDescriptionvoidNHttpRequestHandlerRegistry.setHandlers(Map<String, NHttpRequestHandler> map) Deprecated.Sets handlers from the given map.
BasicAsyncRequestHandler