Class RecordingControllerImpl
java.lang.Object
org.eblocker.server.http.controller.impl.RecordingControllerImpl
- All Implemented Interfaces:
RecordingController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRecordedDomainList(org.restexpress.Request request, org.restexpress.Response response) booleangetRecordingStatus(org.restexpress.Request request, org.restexpress.Response resp) booleanrecordingStartStop(org.restexpress.Request request, org.restexpress.Response resp)
-
Constructor Details
-
RecordingControllerImpl
-
-
Method Details
-
recordingStartStop
public boolean recordingStartStop(org.restexpress.Request request, org.restexpress.Response resp) - Specified by:
recordingStartStopin interfaceRecordingController
-
getRecordingStatus
public boolean getRecordingStatus(org.restexpress.Request request, org.restexpress.Response resp) - Specified by:
getRecordingStatusin interfaceRecordingController
-
getRecordedDomainList
public List<RecordedUrl> getRecordedDomainList(org.restexpress.Request request, org.restexpress.Response response) - Specified by:
getRecordedDomainListin interfaceRecordingController
-