| Package | Description |
|---|---|
| org.webswing.server | |
| org.webswing.server.services.swinginstance | |
| org.webswing.server.services.swingmanager |
| Modifier and Type | Method and Description |
|---|---|
SwingInstance |
GlobalUrlHandler.findInstanceByClientId(String clientId) |
SwingInstance |
GlobalUrlHandler.findInstanceBySessionId(String uuid) |
| Modifier and Type | Method and Description |
|---|---|
List<SwingInstance> |
GlobalUrlHandler.getAllClosedInstances() |
List<SwingInstance> |
GlobalUrlHandler.getAllInstances() |
| Modifier and Type | Class and Description |
|---|---|
class |
SwingInstanceImpl |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
SessionRecorder(SwingInstance swingInstance) |
| Modifier and Type | Method and Description |
|---|---|
SwingInstance |
SwingInstanceSet.findByClientId(String clientId) |
SwingInstance |
SwingInstanceSet.findByInstanceId(org.webswing.model.c2s.ConnectionHandshakeMsgIn h,
WebSocketConnection r) |
SwingInstance |
SwingInstanceSet.findByInstanceId(String instanceId) |
SwingInstance |
SwingInstanceSet.findBySessionId(String sessionId) |
SwingInstance |
SwingInstanceHolder.findInstanceByClientId(String clientId) |
SwingInstance |
SwingInstanceManagerImpl.findInstanceByClientId(String clientId) |
SwingInstance |
SwingInstanceHolder.findInstanceBySessionId(String uuid) |
SwingInstance |
SwingInstanceManagerImpl.findInstanceBySessionId(String uuid) |
| Modifier and Type | Method and Description |
|---|---|
List<SwingInstance> |
SwingInstanceHolder.getAllClosedInstances() |
List<SwingInstance> |
SwingInstanceManagerImpl.getAllClosedInstances() |
List<SwingInstance> |
SwingInstanceHolder.getAllInstances() |
List<SwingInstance> |
SwingInstanceSet.getAllInstances() |
List<SwingInstance> |
SwingInstanceManagerImpl.getAllInstances() |
| Modifier and Type | Method and Description |
|---|---|
void |
SwingInstanceSet.add(SwingInstance swingInstance) |
boolean |
SwingInstanceSet.contains(SwingInstance swingInstance) |
void |
SwingInstanceManager.notifySwingClose(SwingInstance swingAppInstance) |
void |
SwingInstanceManagerImpl.notifySwingClose(SwingInstance swingInstance) |
Copyright © 2018. All rights reserved.