@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface OnWebSocketClose
Acceptable method patterns.
Note: methodName can be any name you want to use.
public void methodName(int statusCode, String reason)public void methodName(Session session, int statusCode, String reason)Copyright © 1995-2015 Webtide. All Rights Reserved.