public class RequestLoggingInterceptor extends Object implements org.apache.http.HttpRequestInterceptor
| Constructor and Description |
|---|
RequestLoggingInterceptor(ScenarioContext context) |
| Modifier and Type | Method and Description |
|---|---|
AtomicInteger |
getCounter() |
long |
getStartTime() |
void |
process(org.apache.http.HttpRequest request,
org.apache.http.protocol.HttpContext httpContext) |
public RequestLoggingInterceptor(ScenarioContext context)
public AtomicInteger getCounter()
public long getStartTime()
public void process(org.apache.http.HttpRequest request,
org.apache.http.protocol.HttpContext httpContext)
throws org.apache.http.HttpException,
IOException
process in interface org.apache.http.HttpRequestInterceptororg.apache.http.HttpExceptionIOExceptionCopyright © 2018. All rights reserved.