Uses of Interface
org.webswing.server.services.jvmconnection.JvmConnectionService
-
Packages that use JvmConnectionService Package Description org.webswing.server.services.jvmconnection org.webswing.server.services.swinginstance -
-
Uses of JvmConnectionService in org.webswing.server.services.jvmconnection
Classes in org.webswing.server.services.jvmconnection that implement JvmConnectionService Modifier and Type Class Description classJvmConnectionServiceImpl -
Uses of JvmConnectionService in org.webswing.server.services.swinginstance
Constructors in org.webswing.server.services.swinginstance with parameters of type JvmConnectionService Constructor Description SwingInstanceImpl(SwingInstanceManager manager, FileTransferHandler fileHandler, SwingProcessService processService, JvmConnectionService connectionService, SessionRecorderService recorderService, org.webswing.model.c2s.ConnectionHandshakeMsgIn h, org.webswing.server.common.model.SwingConfig config, WebSocketConnection websocket)SwingInstanceServiceImpl(SwingProcessService processService, JvmConnectionService connectionService, SessionRecorderService recorderService)
-