Class ByteBufUtils


  • public class ByteBufUtils
    extends java.lang.Object
    Utilities for interacting with ByteBuf.
    Author:
    cpw
    • Constructor Summary

      Constructors 
      Constructor Description
      ByteBufUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getContentDump​(io.netty.buffer.ByteBuf buffer)  
      • Methods inherited from class java.lang.Object

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

      • ByteBufUtils

        public ByteBufUtils()
    • Method Detail

      • getContentDump

        public static java.lang.String getContentDump​(io.netty.buffer.ByteBuf buffer)