Class ReqRespDebug.ReqRespPair

  • Enclosing class:
    ReqRespDebug

    public static class ReqRespDebug.ReqRespPair
    extends Object
    • Constructor Detail

      • ReqRespPair

        public ReqRespPair()
    • Method Detail

      • getRequest

        public byte[] getRequest()
      • setRequest

        public void setRequest​(byte[] request)
      • getResponse

        public byte[] getResponse()
      • setResponse

        public void setResponse​(byte[] response)