public class LiveReloadListener extends Object implements WebSocketListener
| Constructor and Description |
|---|
LiveReloadListener(WebSocketSession session,
Env env) |
| Modifier and Type | Method and Description |
|---|---|
void |
onClose(int code,
String reason) |
void |
onFrame(Frame frame) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonErrorpublic static final String VERSION_7
public LiveReloadListener(WebSocketSession session, Env env)
public void onFrame(Frame frame) throws IOException
onFrame in interface WebSocketListenerIOExceptionpublic void onClose(int code,
String reason)
throws IOException
onClose in interface WebSocketListenerIOExceptionCopyright © 2015. All Rights Reserved.