Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeNA/PacketProxy
/ getName
Method
getName
src/main/java/core/org/xbill/DNS/RRset.java:184–187 ·
view source on GitHub ↗
Returns the name of the records @see Name
()
Source
from the content-addressed store, hash-verified
182
* @see Name
183
*/
184
public
Name
185
getName() {
186
return
first().getName();
187
}
188
189
/**
190
* Returns the type of the records
Callers
5
toString
Method · 0.95
addNS
Method · 0.95
addAnswer
Method · 0.95
doAXFR
Method · 0.95
getSectionRRsets
Method · 0.95
Calls
2
first
Method · 0.95
getName
Method · 0.65
Tested by
no test coverage detected