public class RemoteSession
extends org.eclipse.jetty.websocket.api.WebSocketAdapter
| Modifier and Type | Method and Description |
|---|---|
static RemoteSession |
create() |
void |
onWebSocketClose(int statusCode,
String reason) |
void |
onWebSocketText(String message) |
static RemoteSession |
passwordProtected(UsersHandler usersHandler) |
public static RemoteSession create()
public static RemoteSession passwordProtected(UsersHandler usersHandler)
public void onWebSocketClose(int statusCode,
String reason)
onWebSocketClose in interface org.eclipse.jetty.websocket.api.WebSocketConnectionListeneronWebSocketClose in class org.eclipse.jetty.websocket.api.WebSocketAdapterpublic void onWebSocketText(String message)
onWebSocketText in interface org.eclipse.jetty.websocket.api.WebSocketListeneronWebSocketText in class org.eclipse.jetty.websocket.api.WebSocketAdapterCopyright © 2017 Grakn Labs Ltd. All rights reserved.