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 class
AsyncNHttpServiceHandler.ResponseTriggerImpl
Deprecated.Methods in org.apache.http.nio.protocol with parameters of type NHttpResponseTrigger Modifier and Type Method Description void
NHttpRequestHandler. handle(HttpRequest request, HttpResponse response, NHttpResponseTrigger trigger, HttpContext context)
Deprecated.Initiates processing of the request.void
SimpleNHttpRequestHandler. handle(HttpRequest request, HttpResponse response, NHttpResponseTrigger trigger, HttpContext context)
Deprecated.
-