-
public final class DNSLookupResultDNS lookup result. Includes record type, time to live, raw response, and name value for the name server response.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumDNSLookupResult.RecordTypeDomain Name Server Record Types Values: a,nS,mD,mF,cNAME,sOA,mB,mG,mR,nULL,wKS,pTR,hINFO,mINFO,mX,tXT,rP,aFSDB,x25,iSDN,rT,nSAP,nSAPPTR,sIG,kEY,pX,gPOS,aAAA,lOC,nXT,eID,nIMLOC,sRV,aTMA,nAPTR,kX,cERT,a6,dNAME,sINK,oPT,aPL,dS,sSHFP,iPSECKEY,rRSIG,nSEC,dNSKEY,dHCID,nSEC3,nSEC3PARAM,tLSA,sMIMEA,hIP,nINFO,rKEY,tALINK,cDS,cDNSKEY,oPENPGPKEY,cSYNC,zONEMD,sVCB,hTTPS,sPF,uINFO,uID,gID,uNSPEC,nID,l32,l64,lP,eUI48,eUI64,tKEY,tSIG,iXFR,aXFR,mAILB,mAILA,aNY,uRI,cAA,aVC,dOA,aMTRELAY,tA,dLV
-
Field Summary
Fields Modifier and Type Field Description private final DNSLookupResult.RecordTyperecordTypeprivate final Longttlprivate final List<String>recordEntriesprivate final Stringname
-
Constructor Summary
Constructors Constructor Description DNSLookupResult(DNSLookupResult.RecordType recordType, Long ttl, List<String> recordEntries, String name)
-
Method Summary
Modifier and Type Method Description final DNSLookupResult.RecordTypegetRecordType()final LonggetTtl()final List<String>getRecordEntries()final StringgetName()-
-
Constructor Detail
-
DNSLookupResult
DNSLookupResult(DNSLookupResult.RecordType recordType, Long ttl, List<String> recordEntries, String name)
- Parameters:
recordType- Domain Name Server Record Types
-
-
Method Detail
-
getRecordType
final DNSLookupResult.RecordType getRecordType()
-
getRecordEntries
final List<String> getRecordEntries()
-
-
-
-