Package org.xipki.util
Class ReqRespDebug
- java.lang.Object
-
- org.xipki.util.ReqRespDebug
-
public class ReqRespDebug extends Object
Helper class for debug.- Since:
- 2.0.0
- Author:
- Lijun Liao (xipki)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReqRespDebug.ReqRespPair
-
Constructor Summary
Constructors Constructor Description ReqRespDebug(boolean saveRequest, boolean saveResponse)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(ReqRespDebug.ReqRespPair pair)ReqRespDebug.ReqRespPairget(int index)ReqRespDebug.ReqRespPairremove(int index)booleanremove(ReqRespDebug.ReqRespPair pair)booleansaveRequest()booleansaveResponse()intsize()
-
-
-
Method Detail
-
saveRequest
public boolean saveRequest()
-
saveResponse
public boolean saveResponse()
-
add
public void add(ReqRespDebug.ReqRespPair pair)
-
size
public int size()
-
get
public ReqRespDebug.ReqRespPair get(int index)
-
remove
public boolean remove(ReqRespDebug.ReqRespPair pair)
-
remove
public ReqRespDebug.ReqRespPair remove(int index)
-
-