PongMessage (Java(TM) EE 7 Specification APIs) (original) (raw)

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.
Author:
dannycoward

Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.