Class RequestWrapper

    • Method Detail

      • getReader

        public java.io.BufferedReader getReader()
                                         throws java.io.IOException
        The default behavior of this method is to return getReader() on the wrapped request object.
        Specified by:
        getReader in interface ServletRequest
        Overrides:
        getReader in class ServletRequestWrapper
        Throws:
        java.io.IOException
      • getBytes

        public byte[] getBytes()
                        throws java.io.IOException
        Returns the bytes taken from the original request getInputStream
        Throws:
        java.io.IOException