
filters.BaseFilter | +--filters.SimpleIPBlockingFilter
| Method Summary | |
| public void | blockIP([string ip_address])pass in an ip address to be blocked by this filter. | 
| public string | getBlockedIPList()returns a comma seperated list of IPs that are blocked by this filter | 
| public array | getConfigurables()Returns a list of configurable properties | 
| public string | getDescription() | 
| public string | getName() | 
| public string | getThreatCategory()Returns network | 
| public numeric | inspectRequest() | 
| public void | removeIP([string ip_address])pass in an ip address to be removed from the filter block list. | 
| public string | setBlockedIPList([string ipList=""])A comma seperated list of IPs that are to be blocked by this filter. | 
| Method Detail | 
public void blockIP([string ip_address])
[string ip_address]public string getBlockedIPList()
public array getConfigurables()
public string getDescription()
public string getName()
public string getThreatCategory()
public numeric inspectRequest()
public void removeIP([string ip_address])
[string ip_address]public string setBlockedIPList([string ipList=""])
[string ipList=""]