Interface SessionRecorder

    • Method Detail

      • saveFrame

        void saveFrame​(byte[] serialized)
      • startRecording

        void startRecording()
                     throws org.webswing.server.model.exception.WsException
        Throws:
        org.webswing.server.model.exception.WsException
      • stopRecording

        void stopRecording()
                    throws org.webswing.server.model.exception.WsException
        Throws:
        org.webswing.server.model.exception.WsException
      • isRecording

        boolean isRecording()
      • getFileName

        String getFileName()