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 class
Deprecated.class
Deprecated.Fields in org.apache.http.nio.protocol declared as NHttpRequestHandlerModifier and TypeFieldDescriptionprivate NHttpRequestHandler
AsyncNHttpServiceHandler.ServerConnState.requestHandler
Fields in org.apache.http.nio.protocol with type parameters of type NHttpRequestHandlerModifier and TypeFieldDescriptionprivate final UriPatternMatcher
<NHttpRequestHandler> NHttpRequestHandlerRegistry.matcher
Deprecated.Methods in org.apache.http.nio.protocol that return NHttpRequestHandlerModifier and TypeMethodDescriptionprivate NHttpRequestHandler
AsyncNHttpServiceHandler.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 TypeMethodDescriptionvoid
NHttpRequestHandlerRegistry.register
(String pattern, NHttpRequestHandler handler) Deprecated.Registers the givenNHttpRequestHandler
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 NHttpRequestHandlerModifier and TypeMethodDescriptionvoid
NHttpRequestHandlerRegistry.setHandlers
(Map<String, NHttpRequestHandler> map) Deprecated.Sets handlers from the given map.
BasicAsyncRequestHandler