com.caucho.rewrite
Class IfRemoteAddr

java.lang.Object
  extended by com.caucho.rewrite.IfRemoteAddr
All Implemented Interfaces:
RequestPredicate

@Configurable
public class IfRemoteAddr
extends java.lang.Object
implements RequestPredicate


Constructor Summary
IfRemoteAddr()
           
 
Method Summary
 void addNetwork(InetNetwork value)
           
 void addValue(InetNetwork value)
           
 boolean isMatch(HttpServletRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IfRemoteAddr

public IfRemoteAddr()
Method Detail

addValue

public void addValue(InetNetwork value)

addNetwork

public void addNetwork(InetNetwork value)

isMatch

public boolean isMatch(HttpServletRequest request)
Specified by:
isMatch in interface RequestPredicate