WebSocket 1.0 - Apache Tomcat 7.0.47

javax.websocket
Interface PongMessage


public interface PongMessage

Represents a WebSocket Pong message and used by message handlers to enable applications to process the response to any Pings they send.


Method Summary
 java.nio.ByteBuffer getApplicationData()
          Obtain the payload of the Pong message as a ByteBuffer.
 

Method Detail

getApplicationData

java.nio.ByteBuffer getApplicationData()
Obtain the payload of the Pong message as a ByteBuffer.


WebSocket 1.0 - Apache Tomcat 7.0.47

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