Class HttpDataReference.Component

  • Enclosing class:
    HttpDataReference

    public final class HttpDataReference.Component
    extends java.lang.Object
    Represents a section of the http data.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.netty.buffer.ByteBuf getByteBuf()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getByteBuf

        public io.netty.buffer.ByteBuf getByteBuf()
                                           throws java.io.IOException
        Returns:
        A buffer that holds the data for this section. The caller is responsible for releasing the buffer.
        Throws:
        java.io.IOException - If the buffer could not be obtained