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

Method getTTL

src/main/java/core/org/xbill/DNS/Record.java:545–548  ·  view source on GitHub ↗

Returns the record's TTL

()

Source from the content-addressed store, hash-verified

543 * Returns the record's TTL
544 */
545public long
546getTTL() {
547 return ttl;
548}
549
550/**
551 * Converts the type-specific RR to wire format - must be overriden

Callers 1

addRRMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected