| Modifier and Type | Method and Description |
|---|---|
void |
RecordingPlaybackUrlHandlerImpl.onDisconnect(WebSocketConnection r) |
void |
RecordingPlaybackUrlHandlerImpl.onMessage(WebSocketConnection r,
Object message) |
void |
RecordingPlaybackUrlHandlerImpl.onReady(WebSocketConnection r) |
void |
RecordingPlaybackUrlHandlerImpl.onTimeout(WebSocketConnection event) |
| Constructor and Description |
|---|
SessionRecordingPlayback(WebSocketConnection r,
File recordingFile) |
| Modifier and Type | Method and Description |
|---|---|
void |
SwingInstanceImpl.connectSwingInstance(WebSocketConnection r,
org.webswing.model.c2s.ConnectionHandshakeMsgIn h) |
void |
SwingInstance.connectSwingInstance(WebSocketConnection r,
org.webswing.model.c2s.ConnectionHandshakeMsgIn h) |
SwingInstance |
SwingInstanceServiceImpl.create(SwingInstanceManager manager,
FileTransferHandler fileHandler,
org.webswing.model.c2s.ConnectionHandshakeMsgIn h,
org.webswing.server.common.model.SwingConfig config,
WebSocketConnection r) |
SwingInstance |
SwingInstanceService.create(SwingInstanceManager manager,
FileTransferHandler fileHandler,
org.webswing.model.c2s.ConnectionHandshakeMsgIn h,
org.webswing.server.common.model.SwingConfig config,
WebSocketConnection r) |
boolean |
SwingInstanceImpl.sendToSwing(WebSocketConnection r,
org.webswing.model.MsgIn h) |
boolean |
SwingInstance.sendToSwing(WebSocketConnection r,
org.webswing.model.MsgIn h) |
| Constructor and Description |
|---|
SwingInstanceImpl(SwingInstanceManager manager,
FileTransferHandler fileHandler,
SwingProcessService processService,
JvmConnectionService connectionService,
org.webswing.model.c2s.ConnectionHandshakeMsgIn h,
org.webswing.server.common.model.SwingConfig config,
WebSocketConnection websocket) |
| Modifier and Type | Method and Description |
|---|---|
void |
SwingInstanceManagerImpl.connectView(org.webswing.model.c2s.ConnectionHandshakeMsgIn handshake,
WebSocketConnection r) |
void |
SwingInstanceManager.connectView(org.webswing.model.c2s.ConnectionHandshakeMsgIn handshake,
WebSocketConnection r) |
SwingInstance |
SwingInstanceSet.findByInstanceId(org.webswing.model.c2s.ConnectionHandshakeMsgIn h,
WebSocketConnection r) |
| Modifier and Type | Method and Description |
|---|---|
void |
WebSocketUrlHandlerImpl.onDisconnect(WebSocketConnection r) |
void |
WebSocketMessageListener.onDisconnect(WebSocketConnection connection) |
void |
WebSocketUrlHandlerImpl.onMessage(WebSocketConnection r,
Object message) |
void |
WebSocketMessageListener.onMessage(WebSocketConnection connection,
Object message) |
void |
WebSocketUrlHandlerImpl.onReady(WebSocketConnection r) |
void |
WebSocketMessageListener.onReady(WebSocketConnection c) |
void |
WebSocketUrlHandlerImpl.onTimeout(WebSocketConnection event) |
void |
WebSocketMessageListener.onTimeout(WebSocketConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
static String |
ServerUtil.getClientBrowser(WebSocketConnection r) |
static String |
ServerUtil.getClientIp(WebSocketConnection r) |
static String |
ServerUtil.getClientOs(WebSocketConnection r) |
static AbstractWebswingUser |
SecurityUtil.getUser(WebSocketConnection connection) |
static String |
ServerUtil.resolveInstanceIdForMode(WebSocketConnection r,
org.webswing.model.c2s.ConnectionHandshakeMsgIn h,
org.webswing.server.common.model.SwingConfig conf) |
Copyright © 2018. All rights reserved.