Class UpgradeApplicationBufferHandler

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void expand​(int size)
      Expand the byte buffer to at least the given size.
      java.nio.ByteBuffer getByteBuffer()
      Returns the current byte buffer.
      void setByteBuffer​(java.nio.ByteBuffer byteBuffer)
      Set the byte buffer.
      • Methods inherited from class java.lang.Object

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

      • UpgradeApplicationBufferHandler

        public UpgradeApplicationBufferHandler()
        Constructs a new UpgradeApplicationBufferHandler.