Class HttpInput.Content

    • Field Detail

      • _content

        protected final java.nio.ByteBuffer _content
    • Constructor Detail

      • Content

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

      • getByteBuffer

        public java.nio.ByteBuffer getByteBuffer()
      • get

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

        public int skip​(int length)
      • hasContent

        public boolean hasContent()
      • remaining

        public int remaining()
      • isEmpty

        public boolean isEmpty()
      • toString

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