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

Method getAdditionalName

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

Returns the name for which additional data processing should be done for this record. This can be used both for building responses and parsing responses. @return The name to used for additional data processing, or null if this record type does not require additional data processing.

()

Source from the content-addressed store, hash-verified

680 * record type does not require additional data processing.
681 */
682public Name
683getAdditionalName() {
684 return null;
685}
686
687/* Checks that an int contains an unsigned 8 bit value */
688static int

Callers 2

addAdditional2Method · 0.95
markAdditionalMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected