Class UTF8Output

java.lang.Object
io.undertow.websockets.core.UTF8Output

public final class UTF8Output extends Object
Utility class which allows to extract a UTF8 String from bytes respecting valid code-points
  • Constructor Details

    • UTF8Output

      public UTF8Output(ByteBuffer... payload)
    • UTF8Output

      public UTF8Output()
  • Method Details

    • write

      public void write(ByteBuffer... bytes)
    • extract

      public String extract()
      Extract a String holding the utf8 text
    • hasData

      public boolean hasData()