Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
571
public
int
572
labels() {
573
return
getlabels();
574
}
575
576
/**
577
* Is the current Name a subdomain of the specified name?
Callers
15
findWin
Method · 0.95
relativize
Method · 0.95
fromDNAME
Method · 0.95
isWild
Method · 0.95
isAbsolute
Method · 0.95
subdomain
Method · 0.95
toString
Method · 0.95
toWire
Method · 0.95
toWireCanonical
Method · 0.95
equals
Method · 0.95
compareTo
Method · 0.95
findWin
Method · 0.95
Calls
1
getlabels
Method · 0.95
Tested by
no test coverage detected