Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有两个网络接口(无线和以太网)用于连接,但我只想将信息发送到以太网,当我在以太网中没有连接时,多播套接字可以通过无线发送信息,但我不想要
您可以使用该方法将您的套接字绑定到您要使用的适配器的特定 IP 地址Socket#bind(SocketAddress endpoint)。
Socket#bind(SocketAddress endpoint)
该类java.net.NetworkInterface可用于枚举可用接口并获取它们的 IP 地址。
java.net.NetworkInterface