Uses of Class
org.mockserver.model.DnsResponse
Packages that use DnsResponse
Package
Description
-
Uses of DnsResponse in org.mockserver.client
Methods in org.mockserver.client with parameters of type DnsResponseModifier and TypeMethodDescriptionForwardChainExpectation.respondWithDns(DnsResponse dnsResponse) -
Uses of DnsResponse in org.mockserver.mock
Methods in org.mockserver.mock that return DnsResponseMethods in org.mockserver.mock with parameters of type DnsResponse -
Uses of DnsResponse in org.mockserver.model
Methods in org.mockserver.model that return DnsResponseModifier and TypeMethodDescriptionstatic DnsResponseDnsResponse.dnsResponse()DnsResponse.withAdditionalRecords(List<DnsRecord> additionalRecords) DnsResponse.withAdditionalRecords(DnsRecord... additionalRecords) DnsResponse.withAnswerRecord(DnsRecord answerRecord) DnsResponse.withAnswerRecords(List<DnsRecord> answerRecords) DnsResponse.withAnswerRecords(DnsRecord... answerRecords) DnsResponse.withAuthorityRecords(List<DnsRecord> authorityRecords) DnsResponse.withAuthorityRecords(DnsRecord... authorityRecords) DnsResponse.withResponseCode(DnsResponseCode responseCode) -
Uses of DnsResponse in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return DnsResponseConstructors in org.mockserver.serialization.model with parameters of type DnsResponse