MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / getDClass

Method getDClass

src/main/java/core/org/xbill/DNS/Record.java:537–540  ·  view source on GitHub ↗

Returns the record's class

()

Source from the content-addressed store, hash-verified

535 * Returns the record's class
536 */
537public int
538getDClass() {
539 return dclass;
540}
541
542/**
543 * Returns the record's TTL

Callers 2

generateReplyMethod · 0.95
addMessageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected