Class HttpInput.Content

    • Constructor Detail

      • Content

        public Content​(ByteBuffer content)
        Deprecated.
    • Method Detail

      • getByteBuffer

        public ByteBuffer getByteBuffer()
        Deprecated.
      • get

        public int get​(byte[] buffer,
                       int offset,
                       int length)
        Deprecated.
      • skip

        public int skip​(int length)
        Deprecated.
      • hasContent

        public boolean hasContent()
        Deprecated.
      • remaining

        public int remaining()
        Deprecated.
      • isEmpty

        public boolean isEmpty()
        Deprecated.