Class DomainRecorderControllerImpl
java.lang.Object
org.eblocker.server.http.controller.impl.DomainRecorderControllerImpl
- All Implemented Interfaces:
DomainRecorderController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRecordedDomains(org.restexpress.Request request, org.restexpress.Response response) voidresetRecording(org.restexpress.Request request, org.restexpress.Response response)
-
Constructor Details
-
DomainRecorderControllerImpl
-
-
Method Details
-
getRecordedDomains
public Map<String,RecordedDomainCounter> getRecordedDomains(org.restexpress.Request request, org.restexpress.Response response) - Specified by:
getRecordedDomainsin interfaceDomainRecorderController
-
resetRecording
public void resetRecording(org.restexpress.Request request, org.restexpress.Response response) - Specified by:
resetRecordingin interfaceDomainRecorderController
-