javax.net.websocket
Interface MessageHandler.Pong

All Superinterfaces:
MessageHandler
Enclosing interface:
MessageHandler

public static interface MessageHandler.Pong
extends MessageHandler

This handler is called back by the container when the container receives a pong message.


Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.net.websocket.MessageHandler
MessageHandler.AsyncBinary, MessageHandler.AsyncText, MessageHandler.Binary, MessageHandler.BinaryStream, MessageHandler.CharacterStream, MessageHandler.DecodedObject<T>, MessageHandler.Pong, MessageHandler.Text
 
Method Summary
 void onPong(ByteBuffer applicationData)
          Called when the container receives a pong message containing the given application data.
 

Method Detail

onPong

void onPong(ByteBuffer applicationData)
Called when the container receives a pong message containing the given application data.



Copyright © 2012. All Rights Reserved.