8.3.13 基于UDP的简单的Client/Server程序设计
有了上面的知识,我们就可以来构件一个基于UDP的C/S 网络传输模型
1. 客户方程序 QuoteClient.java
2. 服务器方程序:QuoteServer.java
3. 程序QuoteServerThread.java