javax.websocket
Interface PongMessage


public interface PongMessage

The PongMessage interface represents a web socket pong. PongMessages may be received by using a MessageHandler.Basic<PongMessage>. The payload of the PongMessage is the application data sent by the peer.

Since:
v008
Author:
dannycoward

Method Summary
 ByteBuffer getApplicationData()
          The application data inside the pong message from the peer.
 

Method Detail

getApplicationData

ByteBuffer getApplicationData()
The application data inside the pong message from the peer.

Returns:
the application data.



Copyright © 2012-2013 Oracle and/or its affiliates. All rights reserved.