Interface BufferedExchange<T>

    • Method Detail

      • readContent

        T readContent()
               throws IOException
        reads data from the buffer converting it to T
        Returns:
        Throws:
        IOException
      • writeContent

        void writeContent​(T content)
                   throws IOException
        writes data the buffer from T
        Parameters:
        content -
        Throws:
        IOException
      • getBuffer

        io.undertow.connector.PooledByteBuffer[] getBuffer()
      • setBuffer

        void setBuffer​(io.undertow.connector.PooledByteBuffer[] raw)
      • isContentAvailable

        boolean isContentAvailable()