public class DebugInterceptor
extends java.lang.Object
implements org.apache.hc.core5.http.HttpRequestInterceptor, org.apache.hc.core5.http.HttpResponseInterceptor
| Constructor and Description |
|---|
DebugInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
process(org.apache.hc.core5.http.HttpRequest request,
org.apache.hc.core5.http.EntityDetails entity,
org.apache.hc.core5.http.protocol.HttpContext context) |
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 void process(org.apache.hc.core5.http.HttpRequest request,
org.apache.hc.core5.http.EntityDetails entity,
org.apache.hc.core5.http.protocol.HttpContext context)
process in interface org.apache.hc.core5.http.HttpRequestInterceptorpublic 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