扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.net类networkinterface的类成员方法: getsubinterfaces定义及介绍
发布时间:2014-2-17
本文导语:
getsubinterfaces
public enumeration getsubinterfaces()
获取具有连接到此网络接口的所有子接口(也称虚拟接口)的 enumeration。
例如,eth0:1 是 eth0 的子接口。
返回:一个 enumeration 对象,具有此网络接口的所有子接口。从以下版本开...