public class BenchmarkInterceptor extends Object implements HttpRequestResponseInterceptor
| Constructor and Description |
|---|
BenchmarkInterceptor(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)
throws org.apache.http.HttpException,
IOException
process in interface org.apache.http.HttpRequestInterceptororg.apache.http.HttpExceptionIOExceptionpublic void process(org.apache.http.HttpResponse httpResponse,
org.apache.http.protocol.HttpContext httpContext)
throws org.apache.http.HttpException,
IOException
process in interface org.apache.http.HttpResponseInterceptororg.apache.http.HttpExceptionIOExceptionCopyright © 2014–2022 MuleSoft, Inc.. All rights reserved.