JAVA网络编程-第四章(InetAddress类)
InetAddress 类的方法
1)getLocalHost
2)getByName 和 getAllByName
3)getByAddress
4)getHostAddress()
5)getAddress()
6)getHostName()
7)getCanonicalHostName()
8)Inet4Address 类和 Inet6Address 类
NetworkInterface 类
如何使用 NetworkInterface 获取本机网络接口的 IPV4 地址?
如何实现 IP 地址分类识别?