public class DebugInterceptor
extends java.lang.Object
implements org.apache.hc.client5.http.classic.ExecChainHandler, org.apache.hc.core5.http.HttpResponseInterceptor
| Constructor and Description |
|---|
DebugInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
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) |
void |
process(org.apache.hc.core5.http.HttpResponse response,
org.apache.hc.core5.http.EntityDetails entity,
org.apache.hc.core5.http.protocol.HttpContext context) |
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 java.io.IOException,
org.apache.hc.core5.http.HttpException
execute in interface org.apache.hc.client5.http.classic.ExecChainHandlerjava.io.IOExceptionorg.apache.hc.core5.http.HttpExceptionpublic void process(org.apache.hc.core5.http.HttpResponse response,
org.apache.hc.core5.http.EntityDetails entity,
org.apache.hc.core5.http.protocol.HttpContext context)
process in interface org.apache.hc.core5.http.HttpResponseInterceptor