| 程序包 | 说明 |
|---|---|
| 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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
AsyncRequestConsumer<T> |
AsyncServerRequestHandler.prepare(HttpRequest request,
EntityDetails entityDetails,
HttpContext context)
Triggered to signal new incoming request.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractAsyncRequesterConsumer<T,E>
Abstract asynchronous request consumer that makes use of
AsyncEntityConsumer
to process request message content. |
class |
BasicRequestConsumer<T>
Basic implementation of
AsyncRequestConsumer that represents the request message as
a Message and relies on a AsyncEntityConsumer to process request entity stream. |
| 限定符和类型 | 方法和说明 |
|---|---|
protected AsyncRequestConsumer<T> |
BasicServerExchangeHandler.supplyConsumer(HttpRequest request,
EntityDetails entityDetails,
HttpContext context) |
protected abstract AsyncRequestConsumer<T> |
AbstractServerExchangeHandler.supplyConsumer(HttpRequest request,
EntityDetails entityDetails,
HttpContext context)
Triggered to supply a request consumer to process the incoming request.
|
Copyright © 2023. All rights reserved.