public class TraceInterceptor extends Object implements HttpRequestResponseInterceptor
| Modifier and Type | Class and Description |
|---|---|
static class |
TraceInterceptor.WrappedEntity |
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
TraceInterceptor(org.slf4j.Logger logger) |
| Modifier and Type | Method and Description |
|---|---|
void |
process(org.apache.http.HttpRequest httpRequest,
org.apache.http.protocol.HttpContext httpContext) |
void |
process(org.apache.http.HttpResponse httpResponse,
org.apache.http.protocol.HttpContext httpContext) |
public void process(org.apache.http.HttpRequest httpRequest,
org.apache.http.protocol.HttpContext httpContext)
process in interface org.apache.http.HttpRequestInterceptorpublic void process(org.apache.http.HttpResponse httpResponse,
org.apache.http.protocol.HttpContext httpContext)
process in interface org.apache.http.HttpResponseInterceptorCopyright © 2014–2024 MuleSoft, Inc.. All rights reserved.