@WebSocket public class WebSocketImpl extends Object
| Constructor and Description |
|---|
WebSocketImpl(NotificationsManager socketNotificationsClient) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
onClose(int statusCode,
String reason) |
void |
onConnect(org.eclipse.jetty.websocket.api.Session session) |
void |
onMessage(String msg) |
void |
waitForEndpointId() |
public WebSocketImpl(NotificationsManager socketNotificationsClient)
public void close()
public void waitForEndpointId()
@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)
Copyright © 2016 OpenSource BIM. All rights reserved.