public interface WebSocketHandler<T>
void
onClose(WebSocketClose<T> close)
onMessage(WebSocketMessage<T> frame)
T
onOpen(WebSocket webSocket)
T onOpen(WebSocket webSocket) throws Exception
Exception
void onClose(WebSocketClose<T> close) throws Exception
void onMessage(WebSocketMessage<T> frame) throws Exception