Liferay 6.2-ce-ga5

com.liferay.portal.kernel.util
Class InetAddressUtil

java.lang.Object
  extended by com.liferay.portal.kernel.util.InetAddressUtil

public class InetAddressUtil
extends Object


Constructor Summary
InetAddressUtil()
           
 
Method Summary
static String getLocalHostName()
           
static InetAddress getLocalInetAddress()
           
static InetAddress getLoopbackInetAddress()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InetAddressUtil

public InetAddressUtil()
Method Detail

getLocalHostName

public static String getLocalHostName()
                               throws Exception
Throws:
Exception

getLocalInetAddress

public static InetAddress getLocalInetAddress()
                                       throws Exception
Throws:
Exception

getLoopbackInetAddress

public static InetAddress getLoopbackInetAddress()
                                          throws UnknownHostException
Throws:
UnknownHostException

Liferay 6.2-ce-ga5