com.toremote.gateway.connection
Class IPAccess

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

public class IPAccess
extends java.lang.Object


Field Summary
 boolean allow
           
 IPRange range
           
 
Constructor Summary
IPAccess()
           
 
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

range

public IPRange range

allow

public boolean allow
Constructor Detail

IPAccess

public IPAccess()
Method Detail

isIPAllowed

public boolean isIPAllowed(byte[] ip)