Class JsrPongMessage

  • All Implemented Interfaces:
    javax.websocket.PongMessage

    public class JsrPongMessage
    extends java.lang.Object
    implements javax.websocket.PongMessage
    • Constructor Summary

      Constructors 
      Constructor Description
      JsrPongMessage​(java.nio.ByteBuffer buf)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.nio.ByteBuffer getApplicationData()  
      • Methods inherited from class java.lang.Object

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

      • JsrPongMessage

        public JsrPongMessage​(java.nio.ByteBuffer buf)
    • Method Detail

      • getApplicationData

        public java.nio.ByteBuffer getApplicationData()
        Specified by:
        getApplicationData in interface javax.websocket.PongMessage