org.apache.tomcat.websocket
Class WsPongMessage
java.lang.Object
org.apache.tomcat.websocket.WsPongMessage
- All Implemented Interfaces:
- PongMessage
public class WsPongMessage
- extends Object
- implements PongMessage
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WsPongMessage
public WsPongMessage(ByteBuffer applicationData)
getApplicationData
public ByteBuffer getApplicationData()
- Description copied from interface:
javax.websocket.PongMessage
- Obtain the payload of the Pong message as a ByteBuffer.
- Specified by:
getApplicationData
in interface PongMessage
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.