public class SMYLDIPFilter extends Object
| Constructor and Description |
|---|
SMYLDIPFilter(HashMap<String,String> AllowedIPs) |
SMYLDIPFilter(String[] AllowedIPs) |
SMYLDIPFilter(String[] AllowedIPs,
String SubNetMask) |
| Modifier and Type | Method and Description |
|---|---|
HashMap<String,String> |
getAllowedIPs() |
String |
getSubNetMask() |
boolean |
isAllowed(String IP) |
static boolean |
isValidIP(String IPAddress) |
void |
setAllowedIPs(HashMap<String,String> newIPRange) |
void |
setAllowedIPs(String[] ipArray) |
void |
setSubNetMask(String newSubNetMask) |
public SMYLDIPFilter(String[] AllowedIPs)
Copyright © 2019 com.github.mfjamil. All rights reserved.