MCPcopy 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 */
202public int
203getDClass() {
204 return first().getDClass();
205}
206
207/** Returns the ttl of the records */
208public synchronized long

Callers 2

toStringMethod · 0.95
getSectionRRsetsMethod · 0.95

Calls 1

firstMethod · 0.95

Tested by

no test coverage detected