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