public class RawRequestLogTool extends Object
Modifier and Type | Field and Description |
---|---|
(package private) String |
baseUrl |
(package private) Map<String,javax.ws.rs.client.Invocation.Builder> |
builders |
(package private) int |
countRequests |
(package private) int |
jsonIndex |
(package private) int |
urlIndex |
Constructor and Description |
---|
RawRequestLogTool() |
Modifier and Type | Method and Description |
---|---|
private String |
clearString(String str,
String removedStr) |
int |
reuseRawRequestLog(String rawRequestLogPath,
int countThreads) |
private void |
sendAdxRequest(String json) |
private void |
sendPabmaticRequest(String json) |
private void |
sendRequest(String requestType,
String json) |
int urlIndex
int jsonIndex
String baseUrl
int countRequests
public int reuseRawRequestLog(String rawRequestLogPath, int countThreads) throws InterruptedException
InterruptedException
private void sendPabmaticRequest(String json)
private void sendAdxRequest(String json)