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