Class HttpInput.Content

    • Constructor Detail

      • Content

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

      • getByteBuffer

        public java.nio.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.
      • toString

        public java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class java.lang.Object