Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
545
public
long
546
getTTL() {
547
return
ttl;
548
}
549
550
/**
551
* Converts the type-specific RR to wire format - must be overriden
Callers
1
addRR
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected