Class ByteResponse

    • Field Detail

      • body

        private final byte[] body
    • Method Detail

      • getBytes

        public static byte[] getBytes​(java.io.InputStream is)
                               throws java.io.IOException
        Throws:
        java.io.IOException
      • isGzipped

        public static boolean isGzipped​(java.lang.String value)
      • getRawBody

        protected java.lang.String getRawBody()
        Specified by:
        getRawBody in class BaseResponse<byte[]>