Interface SwingInstanceService
-
- All Known Implementing Classes:
SwingInstanceServiceImpl
public interface SwingInstanceService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SwingInstancecreate(SwingInstanceManager manager, FileTransferHandler fileHandler, org.webswing.model.c2s.ConnectionHandshakeMsgIn h, org.webswing.server.common.model.SwingConfig config, WebSocketConnection r)
-
-
-
Method Detail
-
create
SwingInstance create(SwingInstanceManager manager, FileTransferHandler fileHandler, org.webswing.model.c2s.ConnectionHandshakeMsgIn h, org.webswing.server.common.model.SwingConfig config, WebSocketConnection r) throws org.webswing.server.model.exception.WsException
- Throws:
org.webswing.server.model.exception.WsException
-
-