Apache Tomcat 7.0.54

org.apache.tomcat.websocket
Class WsPongMessage

java.lang.Object
  extended by org.apache.tomcat.websocket.WsPongMessage
All Implemented Interfaces:
PongMessage

public class WsPongMessage
extends Object
implements PongMessage


Constructor Summary
WsPongMessage(ByteBuffer applicationData)
           
 
Method Summary
 ByteBuffer getApplicationData()
          Obtain the payload of the Pong message as a ByteBuffer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsPongMessage

public WsPongMessage(ByteBuffer applicationData)
Method Detail

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

Apache Tomcat 7.0.54

Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.