Interface RecordingController

All Known Implementing Classes:
RecordingControllerImpl

public interface RecordingController
  • Method Summary

    Modifier and Type
    Method
    Description
    getRecordedDomainList(org.restexpress.Request request, org.restexpress.Response response)
     
    boolean
    getRecordingStatus(org.restexpress.Request request, org.restexpress.Response resp)
     
    boolean
    recordingStartStop(org.restexpress.Request request, org.restexpress.Response resp)
     
  • Method Details

    • recordingStartStop

      boolean recordingStartStop(org.restexpress.Request request, org.restexpress.Response resp)
    • getRecordingStatus

      boolean getRecordingStatus(org.restexpress.Request request, org.restexpress.Response resp)
    • getRecordedDomainList

      List<RecordedUrl> getRecordedDomainList(org.restexpress.Request request, org.restexpress.Response response)