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 NHttpRequestHandlerMethods in org.apache.http.nio.protocol that return NHttpRequestHandlerModifier and TypeMethodDescriptionAsyncNHttpServiceHandler.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