Uses of Class
org.eblocker.server.common.data.dns.LocalDnsRecord
Packages that use LocalDnsRecord
Package
Description
-
Uses of LocalDnsRecord in org.eblocker.server.common.data.dns
Methods in org.eblocker.server.common.data.dns that return types with arguments of type LocalDnsRecordMethod parameters in org.eblocker.server.common.data.dns with type arguments of type LocalDnsRecordModifier and TypeMethodDescriptionvoidDnsServerConfig.setLocalDnsRecords(List<LocalDnsRecord> localDnsRecords) -
Uses of LocalDnsRecord in org.eblocker.server.common.network.unix
Methods in org.eblocker.server.common.network.unix that return types with arguments of type LocalDnsRecordModifier and TypeMethodDescriptionEblockerDnsServer.getLocalDnsRecords()EblockerDnsServer.setLocalDnsRecords(List<LocalDnsRecord> localDnsRecords) Method parameters in org.eblocker.server.common.network.unix with type arguments of type LocalDnsRecordModifier and TypeMethodDescriptionEblockerDnsServer.setLocalDnsRecords(List<LocalDnsRecord> localDnsRecords) -
Uses of LocalDnsRecord in org.eblocker.server.http.controller
Methods in org.eblocker.server.http.controller that return types with arguments of type LocalDnsRecordModifier and TypeMethodDescriptionDnsController.getLocalDnsRecords(org.restexpress.Request request, org.restexpress.Response response) DnsController.setLocalDnsRecords(org.restexpress.Request request, org.restexpress.Response response) -
Uses of LocalDnsRecord in org.eblocker.server.http.controller.impl
Methods in org.eblocker.server.http.controller.impl that return types with arguments of type LocalDnsRecordModifier and TypeMethodDescriptionDnsControllerImpl.getLocalDnsRecords(org.restexpress.Request request, org.restexpress.Response response) DnsControllerImpl.setLocalDnsRecords(org.restexpress.Request request, org.restexpress.Response response) -
Uses of LocalDnsRecord in org.eblocker.server.http.service
Methods in org.eblocker.server.http.service that return types with arguments of type LocalDnsRecordModifier and TypeMethodDescriptionDnsService.getLocalDnsRecords()DnsService.setLocalDnsRecords(List<LocalDnsRecord> localDnsRecords) Method parameters in org.eblocker.server.http.service with type arguments of type LocalDnsRecordModifier and TypeMethodDescriptionDnsService.setLocalDnsRecords(List<LocalDnsRecord> localDnsRecords)