Package app.nzyme.plugin.retro.dns
Interface DNSRetroService
-
public interface DNSRetroService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleQueryLogReport(List<DNSRetroQueryLogEntry> report)voidhandleResponseLogReport(List<DNSRetroResponseLogEntry> report)
-
-
-
Method Detail
-
handleQueryLogReport
void handleQueryLogReport(List<DNSRetroQueryLogEntry> report)
-
handleResponseLogReport
void handleResponseLogReport(List<DNSRetroResponseLogEntry> report)
-
-