Liferay 6.2-ce-ga5

com.liferay.portal.kernel.util
Class SocketUtil.BindInfo

java.lang.Object
  extended by com.liferay.portal.kernel.util.SocketUtil.BindInfo
Enclosing class:
SocketUtil

public static class SocketUtil.BindInfo
extends Object


Constructor Summary
SocketUtil.BindInfo()
           
 
Method Summary
 InetAddress getInetAddress()
           
 NetworkInterface getNetworkInterface()
           
 void setInetAddress(InetAddress inetAddress)
           
 void setNetworkInterface(NetworkInterface networkInterface)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocketUtil.BindInfo

public SocketUtil.BindInfo()
Method Detail

getInetAddress

public InetAddress getInetAddress()

getNetworkInterface

public NetworkInterface getNetworkInterface()

setInetAddress

public void setInetAddress(InetAddress inetAddress)

setNetworkInterface

public void setNetworkInterface(NetworkInterface networkInterface)

Liferay 6.2-ce-ga5