Uses of Interface
org.webswing.server.services.swingmanager.SwingInstanceManager
-
-
Uses of SwingInstanceManager in org.webswing.server
Methods in org.webswing.server that return SwingInstanceManager Modifier and Type Method Description SwingInstanceManagerGlobalUrlHandler. getApplication(String path)SwingInstanceManagerGlobalUrlHandler. installApplication(org.webswing.server.common.model.SecuredPathConfig swing)Methods in org.webswing.server that return types with arguments of type SwingInstanceManager Modifier and Type Method Description List<SwingInstanceManager>GlobalUrlHandler. getApplications()Methods in org.webswing.server with parameters of type SwingInstanceManager Modifier and Type Method Description voidGlobalUrlHandler. uninstallApplication(SwingInstanceManager appToRemove) -
Uses of SwingInstanceManager in org.webswing.server.base
Methods in org.webswing.server.base that return types with arguments of type SwingInstanceManager Modifier and Type Method Description abstract List<SwingInstanceManager>PrimaryUrlHandler. getApplications() -
Uses of SwingInstanceManager in org.webswing.server.services.files
Methods in org.webswing.server.services.files with parameters of type SwingInstanceManager Modifier and Type Method Description FileTransferHandlerFileTransferHandlerService. create(SwingInstanceManager manager)FileTransferHandlerFileTransferHandlerServiceImpl. create(SwingInstanceManager manager)Constructors in org.webswing.server.services.files with parameters of type SwingInstanceManager Constructor Description FileTransferHandlerImpl(SwingInstanceManager parent) -
Uses of SwingInstanceManager in org.webswing.server.services.playback
Constructors in org.webswing.server.services.playback with parameters of type SwingInstanceManager Constructor Description RecordingPlaybackUrlHandlerImpl(PrimaryUrlHandler parent, String path, WebSocketService websocket, SwingInstanceManager instanceManager) -
Uses of SwingInstanceManager in org.webswing.server.services.recorder
Methods in org.webswing.server.services.recorder with parameters of type SwingInstanceManager Modifier and Type Method Description SessionRecorderImplSessionRecorderService. create(SwingInstance i, SwingInstanceManager manager)SessionRecorderImplSessionRecorderServiceImpl. create(SwingInstance i, SwingInstanceManager manager)Constructors in org.webswing.server.services.recorder with parameters of type SwingInstanceManager Constructor Description SessionRecorderImpl(SwingInstance swingInstance, SwingInstanceManager manager) -
Uses of SwingInstanceManager in org.webswing.server.services.swinginstance
Methods in org.webswing.server.services.swinginstance with parameters of type SwingInstanceManager Modifier and Type Method Description SwingInstanceSwingInstanceService. create(SwingInstanceManager manager, FileTransferHandler fileHandler, org.webswing.model.c2s.ConnectionHandshakeMsgIn h, org.webswing.server.common.model.SwingConfig config, WebSocketConnection r)SwingInstanceSwingInstanceServiceImpl. create(SwingInstanceManager manager, FileTransferHandler fileHandler, org.webswing.model.c2s.ConnectionHandshakeMsgIn h, org.webswing.server.common.model.SwingConfig config, WebSocketConnection r)Constructors in org.webswing.server.services.swinginstance with parameters of type SwingInstanceManager 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) -
Uses of SwingInstanceManager in org.webswing.server.services.swingmanager
Classes in org.webswing.server.services.swingmanager that implement SwingInstanceManager Modifier and Type Class Description classSwingInstanceManagerImplMethods in org.webswing.server.services.swingmanager that return SwingInstanceManager Modifier and Type Method Description SwingInstanceManagerSwingInstanceManagerService. createApp(UrlHandler parent, String config)SwingInstanceManagerSwingInstanceManagerServiceImpl. createApp(UrlHandler parent, String path)Methods in org.webswing.server.services.swingmanager that return types with arguments of type SwingInstanceManager Modifier and Type Method Description List<SwingInstanceManager>SwingInstanceManagerImpl. getApplications() -
Uses of SwingInstanceManager in org.webswing.server.services.websocket
Methods in org.webswing.server.services.websocket with parameters of type SwingInstanceManager Modifier and Type Method Description WebSocketUrlHandlerWebSocketService. createBinaryWebSocketHandler(PrimaryUrlHandler parent, SwingInstanceManager instanceHolder)WebSocketUrlHandlerWebSocketServiceImpl. createBinaryWebSocketHandler(PrimaryUrlHandler parent, SwingInstanceManager instanceManager)WebSocketUrlHandlerWebSocketService. createJsonWebSocketHandler(PrimaryUrlHandler parent, SwingInstanceManager instanceHolder)WebSocketUrlHandlerWebSocketServiceImpl. createJsonWebSocketHandler(PrimaryUrlHandler parent, SwingInstanceManager instanceManager)WebSocketUrlHandlerWebSocketService. createPlaybackWebSocketHandler(PrimaryUrlHandler parent, SwingInstanceManager instanceManager)WebSocketUrlHandlerWebSocketServiceImpl. createPlaybackWebSocketHandler(PrimaryUrlHandler parent, SwingInstanceManager instanceManager)Constructors in org.webswing.server.services.websocket with parameters of type SwingInstanceManager Constructor Description WebSocketUrlHandlerImpl(PrimaryUrlHandler parent, String path, WebSocketService websocket, SwingInstanceManager instanceManager)
-