Uses of Interface
org.apache.http.nio.protocol.HttpAsyncExchange
Packages that use HttpAsyncExchange
Package
Description
Core HTTP protocol execution framework and HTTP protocol handlers
for asynchronous, event driven communication.
-
Uses of HttpAsyncExchange in org.apache.http.nio.protocol
Classes in org.apache.http.nio.protocol that implement HttpAsyncExchangeMethods in org.apache.http.nio.protocol with parameters of type HttpAsyncExchangeModifier and TypeMethodDescriptionvoidBasicAsyncRequestHandler.handle(HttpRequest request, HttpAsyncExchange httpexchange, HttpContext context) voidHttpAsyncRequestHandler.handle(T data, HttpAsyncExchange httpExchange, HttpContext context) Triggered to complete request processing and to initiate the process of generating a response.voidNullRequestHandler.handle(Object obj, HttpAsyncExchange httpexchange, HttpContext context) voidHttpAsyncExpectationVerifier.verify(HttpAsyncExchange httpExchange, HttpContext context)