com.toremote.gateway.connection
Class IPRules

java.lang.Object
  extended by com.toremote.gateway.connection.IPRules

public abstract class IPRules
extends java.lang.Object


Field Summary
(package private)  long modifiedSince
           
(package private)  IPAccess[] rules
           
 
Constructor Summary
IPRules()
           
 
Method Summary
 boolean isIPAllowed(byte[] ip)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rules

IPAccess[] rules

modifiedSince

long modifiedSince
Constructor Detail

IPRules

public IPRules()
Method Detail

isIPAllowed

public boolean isIPAllowed(byte[] ip)