net.http
Class IP

java.lang.Object
  extended bynet.http.IP

public class IP
extends java.lang.Object

Permet de tester si une adresse ip appartient à un reseau.


Constructor Summary
IP()
           
 
Method Summary
static boolean contains(java.lang.String RESEAU, java.lang.String IP)
          retourne vrai si l'adresse ip IP appartient au reseau RESEAU
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IP

public IP()
Method Detail

contains

public static boolean contains(java.lang.String RESEAU,
                               java.lang.String IP)
retourne vrai si l'adresse ip IP appartient au reseau RESEAU