Interface DomainRecorderController
- All Known Implementing Classes:
DomainRecorderControllerImpl
public interface DomainRecorderController
-
Method Summary
Modifier and TypeMethodDescriptiongetRecordedDomains(org.restexpress.Request request, org.restexpress.Response response) voidresetRecording(org.restexpress.Request request, org.restexpress.Response response)
-
Method Details
-
getRecordedDomains
Map<String,RecordedDomainCounter> getRecordedDomains(org.restexpress.Request request, org.restexpress.Response response) -
resetRecording
void resetRecording(org.restexpress.Request request, org.restexpress.Response response)
-