Class OpenPacket.Parameter

  • Enclosing class:
    OpenPacket

    public static class OpenPacket.Parameter
    extends java.lang.Object
    • Method Summary

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

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

      • getType

        public int getType()
      • getLength

        public int getLength()
      • getValue

        public io.netty.buffer.ByteBuf getValue()