Class ProtocolExec

java.lang.Object
org.apache.hc.client5.http.impl.classic.ProtocolExec
All Implemented Interfaces:
ExecChainHandler

@Contract(threading=STATELESS) @Internal public final class ProtocolExec extends Object implements ExecChainHandler
Request execution handler in the classic 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:
4.3