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 any |
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. |
Method Detail |
public void blockIP([string ip_address])
[string ip_address]
public string getBlockedIPList()
public any getDescription()
public string getName()
public string getThreatCategory()
public numeric inspectRequest()
public void removeIP([string ip_address])
[string ip_address]