Interface DomainRecorderController

All Known Implementing Classes:
DomainRecorderControllerImpl

public interface DomainRecorderController
  • Method Summary

    Modifier and Type
    Method
    Description
    getRecordedDomains(org.restexpress.Request request, org.restexpress.Response response)
     
    void
    resetRecording(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)