Annotation Interface OnWebSocketClose
Annotation for methods to receive WebSocket close events.
Acceptable method signatures:
public void <methodName>(Session session, int statusCode, String reason, Callback callback)
None of the parameters are mandatory, and you can specify any combination of parameters.