Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeNA/PacketProxy
/ getDClass
Method
getDClass
src/main/java/core/org/xbill/DNS/RRset.java:202–205 ·
view source on GitHub ↗
Returns the class of the records @see DClass
()
Source
from the content-addressed store, hash-verified
200
* @see DClass
201
*/
202
public
int
203
getDClass() {
204
return
first().getDClass();
205
}
206
207
/** Returns the ttl of the records */
208
public
synchronized long
Callers
2
toString
Method · 0.95
getSectionRRsets
Method · 0.95
Calls
1
first
Method · 0.95
Tested by
no test coverage detected