Package com.biglybt.core.ipfilter
Interface IpRange
- All Known Implementing Classes:
IpRangeImpl
,IpRangeV4Impl
,IpRangeV6Impl
public interface IpRange
-
Method Summary
Modifier and TypeMethodDescriptionvoid
int
compareDescription
(IpRange other) int
compareEndIpTo
(IpRange other) int
compareStartIpTo
(IpRange other) getEndIp()
boolean
boolean
boolean
isValid()
void
setDescription
(String str) void
void
setSessionOnly
(boolean sessionOnly) void
setStartIp
(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()
-