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