Class OutputBuffer


  • public class OutputBuffer
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      OutputBuffer​(io.netty.buffer.ByteBuf target)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addLogLine​(java.lang.CharSequence labels, long timestamp, io.netty.buffer.ByteBuf logLine)  
      void clear()  
      io.netty.buffer.ByteBuf close()  
      int getBytesPending()  
      • Methods inherited from class java.lang.Object

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

      • OutputBuffer

        public OutputBuffer​(io.netty.buffer.ByteBuf target)
    • Method Detail

      • clear

        public void clear()
      • addLogLine

        public void addLogLine​(java.lang.CharSequence labels,
                               long timestamp,
                               io.netty.buffer.ByteBuf logLine)
      • getBytesPending

        public int getBytesPending()
      • close

        public io.netty.buffer.ByteBuf close()