Watcher.Action
Constructor and Description |
---|
AbstractWatcher() |
Modifier and Type | Method and Description |
---|---|
void |
onClose(int statusCode,
String reason) |
void |
onConnect(org.eclipse.jetty.websocket.api.Session session) |
void |
onMessage(String msg) |
void |
onWebSocketError(Throwable cause) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
eventReceived
@OnWebSocketClose public void onClose(int statusCode, String reason)
@OnWebSocketConnect public void onConnect(org.eclipse.jetty.websocket.api.Session session)
@OnWebSocketMessage public void onMessage(String msg)
@OnWebSocketError public void onWebSocketError(Throwable cause)
Copyright © 2011–2015 Red Hat. All rights reserved.