com.caucho.quercus.lib.filter
Class IpValidateFilter

java.lang.Object
  extended by com.caucho.quercus.lib.filter.AbstractFilter
      extended by com.caucho.quercus.lib.filter.IpValidateFilter
All Implemented Interfaces:
Filter, ValidateFilter

public class IpValidateFilter
extends AbstractFilter
implements ValidateFilter


Constructor Summary
IpValidateFilter()
           
 
Method Summary
protected  Value filterImpl(Env env, Value value, int flags, ArrayValue options)
           
 
Methods inherited from class com.caucho.quercus.lib.filter.AbstractFilter
filter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.caucho.quercus.lib.filter.Filter
filter
 

Constructor Detail

IpValidateFilter

public IpValidateFilter()
Method Detail

filterImpl

protected Value filterImpl(Env env,
                           Value value,
                           int flags,
                           ArrayValue options)
Overrides:
filterImpl in class AbstractFilter