com.toremote.gateway.connection
Class IPRange

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

public class IPRange
extends java.lang.Object


Field Summary
 java.lang.String from
           
 java.lang.String to
           
 
Constructor Summary
IPRange()
           
 
Method Summary
 boolean hasIp(byte[] ip)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

from

public java.lang.String from

to

public java.lang.String to
Constructor Detail

IPRange

public IPRange()
Method Detail

hasIp

public boolean hasIp(byte[] ip)