Uses of Interface
org.webswing.server.services.recorder.SessionRecorderService
-
Packages that use SessionRecorderService Package Description org.webswing.server.services.recorder org.webswing.server.services.swinginstance -
-
Uses of SessionRecorderService in org.webswing.server.services.recorder
Classes in org.webswing.server.services.recorder that implement SessionRecorderService Modifier and Type Class Description classSessionRecorderServiceImpl -
Uses of SessionRecorderService in org.webswing.server.services.swinginstance
Constructors in org.webswing.server.services.swinginstance with parameters of type SessionRecorderService 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)
-