Class DefaultPongMessage

  • All Implemented Interfaces:
    jakarta.websocket.PongMessage

    public final class DefaultPongMessage
    extends java.lang.Object
    implements jakarta.websocket.PongMessage
    Default PongMessage implementation
    Author:
    Norman Maurer
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static jakarta.websocket.PongMessage create​(java.nio.ByteBuffer data)
      Create a PongMessage from the given ByteBuffer.
      java.nio.ByteBuffer getApplicationData()  
      • Methods inherited from class java.lang.Object

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

      • getApplicationData

        public java.nio.ByteBuffer getApplicationData()
        Specified by:
        getApplicationData in interface jakarta.websocket.PongMessage
      • create

        public static jakarta.websocket.PongMessage create​(java.nio.ByteBuffer data)
        Create a PongMessage from the given ByteBuffer.