Class ExecChainElement
- java.lang.Object
-
- org.apache.hc.client5.http.impl.classic.ExecChainElement
-
class ExecChainElement extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private ExecChainHandler
handler
private ExecChainElement
next
-
Constructor Summary
Constructors Constructor Description ExecChainElement(ExecChainHandler handler, ExecChainElement next)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.hc.core5.http.ClassicHttpResponse
execute(org.apache.hc.core5.http.ClassicHttpRequest request, ExecChain.Scope scope)
java.lang.String
toString()
-
-
-
Field Detail
-
handler
private final ExecChainHandler handler
-
next
private final ExecChainElement next
-
-
Constructor Detail
-
ExecChainElement
ExecChainElement(ExecChainHandler handler, ExecChainElement next)
-
-
Method Detail
-
execute
public org.apache.hc.core5.http.ClassicHttpResponse execute(org.apache.hc.core5.http.ClassicHttpRequest request, ExecChain.Scope scope) throws java.io.IOException, org.apache.hc.core5.http.HttpException
- Throws:
java.io.IOException
org.apache.hc.core5.http.HttpException
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-