Uses of Class
org.webswing.server.services.rest.resources.model.SwingSession
-
-
Uses of SwingSession in org.webswing.server.services.rest.resources
Methods in org.webswing.server.services.rest.resources that return SwingSession Modifier and Type Method Description SwingSessionSwingAppRestService. getMetrics(String uuid)SwingSessionSwingAppRestService. getSession(String id)SwingSessionSwingAppRestService. startRecording(String id) -
Uses of SwingSession in org.webswing.server.services.rest.resources.api
Methods in org.webswing.server.services.rest.resources.api that return SwingSession Modifier and Type Method Description SwingSessionManageSessionsApi. getMetrics(String uuid)Get Session MetricsSwingSessionManageSessionsApi. getSession(String id)Get Session detailsSwingSessionManageSessionsApi. startRecording(String id)Start Session Recording -
Uses of SwingSession in org.webswing.server.services.rest.resources.model
Methods in org.webswing.server.services.rest.resources.model that return types with arguments of type SwingSession Modifier and Type Method Description List<SwingSession>Sessions. getClosedSessions()List<SwingSession>Sessions. getSessions()Method parameters in org.webswing.server.services.rest.resources.model with type arguments of type SwingSession Modifier and Type Method Description SessionsSessions. closedSessions(List<SwingSession> closedSessions)SessionsSessions. sessions(List<SwingSession> sessions)voidSessions. setClosedSessions(List<SwingSession> closedSessions)voidSessions. setSessions(List<SwingSession> sessions) -
Uses of SwingSession in org.webswing.server.services.swinginstance
Methods in org.webswing.server.services.swinginstance that return SwingSession Modifier and Type Method Description SwingSessionSwingInstance. toSwingSession(boolean stats)SwingSessionSwingInstanceImpl. toSwingSession(boolean stats)
-