Uses of Class
org.apache.sshd.common.net.InetAddressRange
Packages that use InetAddressRange
-
Uses of InetAddressRange in org.apache.sshd.common.net
Methods in org.apache.sshd.common.net that return InetAddressRangeModifier and TypeMethodDescriptionstatic InetAddressRangeCreates anInetAddressRangefor a CIDR.Methods in org.apache.sshd.common.net with parameters of type InetAddressRangeModifier and TypeMethodDescriptionbooleanInetAddressRange.contains(InetAddressRange other) Tests whether this range completely contains a given other range.booleanInetAddressRange.overlaps(InetAddressRange other) Tests whether this range overlaps a given other range.