Class IdentityContentEncoding

  • All Implemented Interfaces:
    ContentEncoding

    public final class IdentityContentEncoding
    extends java.lang.Object
    implements ContentEncoding
    HTTP-1.1 Identity encoding handler.
    • Method Detail

      • open

        public java.io.InputStream open​(java.io.InputStream original)
        Returns the original InputStream.
        Specified by:
        open in interface ContentEncoding
        Parameters:
        original - the InputStream to return.
        Returns:
        the original InputStream.
      • open

        public java.io.OutputStream open​(java.io.OutputStream original)
        Returns the original OutputStream.
        Specified by:
        open in interface ContentEncoding
        Parameters:
        original - the OutputStream to return.
        Returns:
        the original OutputStream.