Class AsyncProtocolExec

java.lang.Object
org.apache.hc.client5.http.impl.async.AsyncProtocolExec
All Implemented Interfaces:
AsyncExecChainHandler

@Contract(threading=STATELESS) @Internal public final class AsyncProtocolExec extends Object implements AsyncExecChainHandler
Request execution handler in the asynchronous request execution chain that is responsible for implementation of HTTP specification requirements.

Further responsibilities such as communication with the opposite endpoint is delegated to the next executor in the request execution chain.

Since:
5.0