Annotation Interface OnWebSocketPong
Annotation for methods to receive WebSocket PONG events.
Acceptable method signatures:
public void <methodName>(Session session, *ByteBuffer payload)
The * before the parameter type means that the parameter is mandatory.