Interface IpRange
- All Known Implementing Classes:
IpRangeImpl, IpRangeV4Impl, IpRangeV6Impl
public interface IpRange
-
Method Summary
Modifier and TypeMethodDescriptionvoidintcompareDescription(IpRange other) intcompareEndIpTo(IpRange other) intcompareStartIpTo(IpRange other) getEndIp()booleanbooleanbooleanisValid()voidsetDescription(String str) voidvoidsetSessionOnly(boolean sessionOnly) voidsetStartIp(String str)
-
Method Details
-
getDescription
String getDescription() -
setDescription
-
isValid
boolean isValid() -
isSessionOnly
boolean isSessionOnly() -
getStartIp
String getStartIp() -
setStartIp
-
getEndIp
String getEndIp() -
setEndIp
-
setSessionOnly
void setSessionOnly(boolean sessionOnly) -
isInRange
-
checkValid
void checkValid() -
compareStartIpTo
-
compareEndIpTo
-
compareDescription
-
getStringSlow
String getStringSlow()
-