@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface OnWebSocketFrame
Note: any frame derived from WebSocketFrame is acceptable to use as the last parameter here.
Acceptable method patterns.
Note: methodName can be any name you want to use.
public void methodName(WebSocketFrame frame)public void methodName(Session session, WebSocketFrame frame)Copyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.