public class NetworkHelper extends Object
| Constructor and Description |
|---|
NetworkHelper() |
| Modifier and Type | Method and Description |
|---|---|
static Set<InetSocketAddress> |
getLocalAddresses(org.apache.mina.core.service.IoAcceptor acceptor) |
static Set<org.eclipse.scada.core.ConnectionInformation> |
getLocalInterfaces(org.apache.mina.core.service.IoAcceptor acceptor,
org.eclipse.scada.core.ConnectionInformation connectionInformation) |
public static Set<org.eclipse.scada.core.ConnectionInformation> getLocalInterfaces(org.apache.mina.core.service.IoAcceptor acceptor, org.eclipse.scada.core.ConnectionInformation connectionInformation) throws SocketException
SocketExceptionpublic static Set<InetSocketAddress> getLocalAddresses(org.apache.mina.core.service.IoAcceptor acceptor) throws SocketException
SocketException