public class ReqRespDebug extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ReqRespDebug.ReqRespPair |
| Constructor and Description |
|---|
ReqRespDebug(boolean saveRequest,
boolean saveResponse) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(ReqRespDebug.ReqRespPair pair) |
ReqRespDebug.ReqRespPair |
get(int index) |
ReqRespDebug.ReqRespPair |
remove(int index) |
boolean |
remove(ReqRespDebug.ReqRespPair pair) |
boolean |
saveRequest() |
boolean |
saveResponse() |
int |
size() |
public boolean saveRequest()
public boolean saveResponse()
public void add(ReqRespDebug.ReqRespPair pair)
public int size()
public ReqRespDebug.ReqRespPair get(int index)
public boolean remove(ReqRespDebug.ReqRespPair pair)
public ReqRespDebug.ReqRespPair remove(int index)
Copyright © 2019. All rights reserved.