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.
我目前正在为 Android 开发一个客户端应用程序,它应该通过 UDP 进行数据包的非阻塞接收。有什么方法可以设置 DatagramSocket 以使其在接收()上不阻塞?
基本上我要问的是如何为 DatagramSocket 设置 MSG_DONTWAIT 标志。
您正在寻找的是java.nio.channels.DatagramChannel和朋友。
java.nio.channels.DatagramChannel