@Contract(threading=STATELESS) @Internal public class H2AsyncMainClientExec extends Object implements AsyncExecChainHandler
| 限定符和类型 | 方法和说明 |
|---|---|
void |
execute(HttpRequest request,
AsyncEntityProducer entityProducer,
AsyncExecChain.Scope scope,
AsyncExecChain chain,
AsyncExecCallback asyncExecCallback)
Executes the actual HTTP request.
|
public void execute(HttpRequest request, AsyncEntityProducer entityProducer, AsyncExecChain.Scope scope, AsyncExecChain chain, AsyncExecCallback asyncExecCallback) throws HttpException, IOException
AsyncExecChainHandlerexecute 在接口中 AsyncExecChainHandlerrequest - the actual request.entityProducer - the request entity producer or null if the request
does not enclose an entity.scope - the execution scope .chain - the next element in the request execution chain.asyncExecCallback - the execution callback.HttpExceptionIOExceptionCopyright © 2023. All rights reserved.