MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / getTTL

Method getTTL

src/main/java/core/org/xbill/DNS/RRset.java:208–211  ·  view source on GitHub ↗

Returns the ttl of the records

()

Source from the content-addressed store, hash-verified

206
207/** Returns the ttl of the records */
208public synchronized long
209getTTL() {
210 return first().getTTL();
211}
212
213/**
214 * Returns the first record

Callers 9

toStringMethod · 0.95
addRRMethod · 0.45
parseTTLClassAndTypeMethod · 0.45
_nextRecordMethod · 0.45
CacheRRsetMethod · 0.45
addRRsetMethod · 0.45
addNegativeMethod · 0.45
rdataFromStringMethod · 0.45
signMethod · 0.45

Calls 1

firstMethod · 0.95

Tested by

no test coverage detected