Class JsrPongMessage
- java.lang.Object
-
- org.eclipse.jetty.websocket.jsr356.JsrPongMessage
-
- All Implemented Interfaces:
PongMessage
public class JsrPongMessage extends Object implements PongMessage
-
-
Constructor Summary
Constructors Constructor Description JsrPongMessage(ByteBuffer buf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ByteBuffergetApplicationData()
-
-
-
Constructor Detail
-
JsrPongMessage
public JsrPongMessage(ByteBuffer buf)
-
-
Method Detail
-
getApplicationData
public ByteBuffer getApplicationData()
- Specified by:
getApplicationDatain interfacePongMessage
-
-