Uses of Interface
org.apache.http.nio.protocol.NHttpResponseTrigger
-
Packages that use NHttpResponseTrigger Package Description org.apache.http.nio.protocol Core HTTP protocol execution framework and HTTP protocol handlers for asynchronous, event driven communication. -
-
Uses of NHttpResponseTrigger in org.apache.http.nio.protocol
Classes in org.apache.http.nio.protocol that implement NHttpResponseTrigger Modifier and Type Class Description private static classAsyncNHttpServiceHandler.ResponseTriggerImplDeprecated.Methods in org.apache.http.nio.protocol with parameters of type NHttpResponseTrigger Modifier and Type Method Description voidNHttpRequestHandler. handle(HttpRequest request, HttpResponse response, NHttpResponseTrigger trigger, HttpContext context)Deprecated.Initiates processing of the request.voidSimpleNHttpRequestHandler. handle(HttpRequest request, HttpResponse response, NHttpResponseTrigger trigger, HttpContext context)Deprecated.
-