org.mule.util
Class NetworkUtils

java.lang.Object
  extended by org.mule.util.NetworkUtils

public final class NetworkUtils
extends Object


Method Summary
static boolean isServerReachable(String host, int port, int timeout)
           
static boolean isServerReachable(URL url, int timeout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isServerReachable

public static boolean isServerReachable(URL url,
                                        int timeout)

isServerReachable

public static boolean isServerReachable(String host,
                                        int port,
                                        int timeout)


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.