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/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 */
208
public
synchronized long
209
getTTL() {
210
return
first().getTTL();
211
}
212
213
/**
214
* Returns the first record
Callers
9
toString
Method · 0.95
addRR
Method · 0.45
parseTTLClassAndType
Method · 0.45
_nextRecord
Method · 0.45
CacheRRset
Method · 0.45
addRRset
Method · 0.45
addNegative
Method · 0.45
rdataFromString
Method · 0.45
sign
Method · 0.45
Calls
1
first
Method · 0.95
Tested by
no test coverage detected