Class ExecChainElement
java.lang.Object
org.apache.hc.client5.http.impl.classic.ExecChainElement
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hc.core5.http.ClassicHttpResponse
execute
(org.apache.hc.core5.http.ClassicHttpRequest request, ExecChain.Scope scope) toString()
-
Field Details
-
handler
-
next
-
-
Constructor Details
-
ExecChainElement
ExecChainElement(ExecChainHandler handler, ExecChainElement next)
-
-
Method Details
-
execute
public org.apache.hc.core5.http.ClassicHttpResponse execute(org.apache.hc.core5.http.ClassicHttpRequest request, ExecChain.Scope scope) throws IOException, org.apache.hc.core5.http.HttpException - Throws:
IOException
org.apache.hc.core5.http.HttpException
-
toString
-