Package org.apache.camel.component.http
Class PreemptiveAuthExecChainHandler
java.lang.Object
org.apache.camel.component.http.PreemptiveAuthExecChainHandler
- All Implemented Interfaces:
org.apache.hc.client5.http.classic.ExecChainHandler
public class PreemptiveAuthExecChainHandler
extends Object
implements org.apache.hc.client5.http.classic.ExecChainHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hc.core5.http.ClassicHttpResponse
execute
(org.apache.hc.core5.http.ClassicHttpRequest request, org.apache.hc.client5.http.classic.ExecChain.Scope scope, org.apache.hc.client5.http.classic.ExecChain chain)
-
Constructor Details
-
PreemptiveAuthExecChainHandler
public PreemptiveAuthExecChainHandler()
-
-
Method Details
-
execute
public org.apache.hc.core5.http.ClassicHttpResponse execute(org.apache.hc.core5.http.ClassicHttpRequest request, org.apache.hc.client5.http.classic.ExecChain.Scope scope, org.apache.hc.client5.http.classic.ExecChain chain) throws IOException, org.apache.hc.core5.http.HttpException - Specified by:
execute
in interfaceorg.apache.hc.client5.http.classic.ExecChainHandler
- Throws:
IOException
org.apache.hc.core5.http.HttpException
-