Package org.zalando.logbook.httpclient5
Class LogbookHttpExecHandler
java.lang.Object
org.zalando.logbook.httpclient5.LogbookHttpExecHandler
- All Implemented Interfaces:
org.apache.hc.client5.http.classic.ExecChainHandler
public class LogbookHttpExecHandler
extends Object
implements org.apache.hc.client5.http.classic.ExecChainHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hc.core5.http.ClassicHttpResponseexecute(org.apache.hc.core5.http.ClassicHttpRequest request, org.apache.hc.client5.http.classic.ExecChain.Scope scope, org.apache.hc.client5.http.classic.ExecChain execChain)
-
Constructor Details
-
LogbookHttpExecHandler
-
-
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 execChain) throws IOException, org.apache.hc.core5.http.HttpException - Specified by:
executein interfaceorg.apache.hc.client5.http.classic.ExecChainHandler- Throws:
IOExceptionorg.apache.hc.core5.http.HttpException
-