Class PongMessageDecoder.PongMsg

  • All Implemented Interfaces:
    javax.websocket.PongMessage
    Enclosing class:
    PongMessageDecoder

    private static class PongMessageDecoder.PongMsg
    extends java.lang.Object
    implements javax.websocket.PongMessage
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.nio.ByteBuffer bytes  
    • Constructor Summary

      Constructors 
      Constructor Description
      PongMsg​(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
    • Field Detail

      • bytes

        private final java.nio.ByteBuffer bytes
    • Constructor Detail

      • PongMsg

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

      • getApplicationData

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