udp工具类,亲测可用

时间:2022-03-14 08:49:57
【文件属性】:

文件名称:udp工具类,亲测可用

文件大小:3KB

文件格式:JAVA

更新时间:2022-03-14 08:49:57

android app java util

udp工具类,亲测可用,使用方法,把工具类放入工程,在调用的地方添加下面代码 UdpSocket udpSocket; private void initUdp(final String ip, final String message) { try { if (udpSocket == null) { udpSocket = new UdpSocket(handler, 8888); udpSocket.initSocket(); } udpSocket.sendUdp(message, ip, 8888); } catch (Exception e) { e.printStackTrace(); } } ,记得要在关闭的时候调用 udpSocket.onClose();


网友评论

  • 只有1个文件,文件不完整,缺少 ExecutorUtil类。内容少,分多!