net.simplace.core.service.NetworkHelper




public final class NetworkHelper {


// Class Methods
public static void main(String[] args) throws Exception;

public static final List scanPortOpened(Integer[] aPortsToScan, String
IpRangeToBeScanned) throws UnknownHostException, SocketException;


returns a list of InetAdresses having one requested port opened.
public static HashMap requestSimplaceServerState(InetSocketAddress
inetSocketAddress);



}