Uses of Class
app.nzyme.plugin.retro.dns.entries.DNSRetroQueryLogEntry
-
Packages that use DNSRetroQueryLogEntry Package Description app.nzyme.plugin.retro.dns app.nzyme.plugin.retro.dns.entries -
-
Uses of DNSRetroQueryLogEntry in app.nzyme.plugin.retro.dns
Method parameters in app.nzyme.plugin.retro.dns with type arguments of type DNSRetroQueryLogEntry Modifier and Type Method Description voidDNSRetroService. handleQueryLogReport(List<DNSRetroQueryLogEntry> report) -
Uses of DNSRetroQueryLogEntry in app.nzyme.plugin.retro.dns.entries
Methods in app.nzyme.plugin.retro.dns.entries that return DNSRetroQueryLogEntry Modifier and Type Method Description abstract DNSRetroQueryLogEntryDNSRetroQueryLogEntry.Builder. build()static DNSRetroQueryLogEntryDNSRetroQueryLogEntry. create(String tapName, String ip, String server, String sourceMac, String destinationMac, Long port, String queryValue, String dataType, org.joda.time.DateTime timestamp)
-