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

Method labels

src/main/java/core/org/xbill/DNS/Name.java:571–574  ·  view source on GitHub ↗

The number of labels in the name.

()

Source from the content-addressed store, hash-verified

569 * The number of labels in the name.
570 */
571public int
572labels() {
573 return getlabels();
574}
575
576/**
577 * Is the current Name a subdomain of the specified name?

Callers 15

findWinMethod · 0.95
relativizeMethod · 0.95
fromDNAMEMethod · 0.95
isWildMethod · 0.95
isAbsoluteMethod · 0.95
subdomainMethod · 0.95
toStringMethod · 0.95
toWireMethod · 0.95
toWireCanonicalMethod · 0.95
equalsMethod · 0.95
compareToMethod · 0.95
findWinMethod · 0.95

Calls 1

getlabelsMethod · 0.95

Tested by

no test coverage detected