摘要: 1、服务端public class UdpMulticastServer { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated metho... 阅读全文
posted @ 2016-01-12 20:38 第壹时间 阅读(714) 评论(0) 推荐(0)
摘要: 1、服务端public class UdpBroadcastServer { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated metho... 阅读全文
posted @ 2016-01-12 20:37 第壹时间 阅读(2156) 评论(0) 推荐(0)
摘要: public class UdpServerTest { /** * @param args * @throws SocketException */ public static void main(String[] args) throws SocketExce... 阅读全文
posted @ 2016-01-12 15:13 第壹时间 阅读(253) 评论(0) 推荐(0)