| Package | Description | 
|---|---|
| org.apache.hc.core5.http.nio | Core HTTP transport APIs based on the asynchronous, event driven I/O model. | 
| org.apache.hc.core5.http.nio.support | Support classes for the asynchronous I/O model. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AsyncServerRequestHandler. handle(T requestObject,
      AsyncServerRequestHandler.ResponseTrigger responseTrigger,
      HttpContext context)Triggered to handles the request object produced by the  AsyncRequestConsumerreturned
 from theAsyncServerRequestHandler.prepare(HttpRequest, EntityDetails, HttpContext)method. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract void | AbstractServerExchangeHandler. handle(T requestMessage,
      AsyncServerRequestHandler.ResponseTrigger responseTrigger,
      HttpContext context)Triggered to handles the request object produced by the  AsyncRequestConsumerreturned
 from theAbstractServerExchangeHandler.supplyConsumer(HttpRequest, EntityDetails, HttpContext)method. | 
| protected void | BasicServerExchangeHandler. handle(T requestMessage,
      AsyncServerRequestHandler.ResponseTrigger responseTrigger,
      HttpContext context) | 
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.