java 多网卡ip_java获取双网卡ip地址
package com.et59.License;
import java.net.InterfaceAddress;
import java.net.NetworkInterface;
import java.net.SocketException;
import java.util.Collections;
import java.util.Enumeration;
import java.util.List;
/**
*
*
Title: ListNets.java
*
Description: 獲取雙網(wǎng)卡ip
*
Copyright: 59et Software (c) 2011
*
Company: 點(diǎn)滴工作室
* @author Liuhh(jxausea@gmail.com)
* @date 2014-7-18 下午03:52:03
* @version 2.0
*
*/
public class ListNets {
public static void main(String args[]) throws SocketException {
Enumeration nets = NetworkInterface
.getNetworkInterfaces();
for (NetworkInterface netint : Collections.list(nets))
if (null != netint.getHardwareAddress()) {
List list = netint.getInterfaceAddresses();
for (InterfaceAddress interfaceAddress : list) {
String localip=interfaceAddress.getAddress().toString();
System.out.println(localip);
}
}
}
}
與50位技術(shù)專家面對(duì)面20年技術(shù)見(jiàn)證,附贈(zèng)技術(shù)全景圖總結(jié)
以上是生活随笔為你收集整理的java 多网卡ip_java获取双网卡ip地址的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: 发作性睡病患者是否可以参加体育运动和旅游
- 下一篇: 东方世界酒53度多少钱一瓶?