搜索资源列表
JAVAClient_Server
- 1) 利用InetAddress类的方法获取主机的名称和IP地址。 2) 利用URL类获取网络资源。 3) 使用Socket编程:客户机发送数据到服务器,服务器将接收到的数据返回给客户机,运用多线程机制,实现服务器同时处理多个客户机的请求。 4) 使用UDP编程:客户机发送数据到服务器,服务器将接收到的数据返回给客户机, 实现一个模拟电子邮件的发送和接收的UDP程序。 -1) using InetAddress class method to get the host name
source
- 这是尚学堂培训用的网络坦克大站 它是基于tcp udp的应用 对了解java 中线程以及网络的开发十分有用-This is still training with the school' s network tanks tcp udp major stations it is based on the application of the understanding of java in the thread, as well as the development of the net
src
- implements a thread that send data over a udp connection-implements a thread that send data over a udp connection...
ImageServerDemo
- 一个小程序,java udp线程发送图片到client,里面一个是单线程的一个是多线程的-A small program, java udp thread sends pictures to client, which one is a single-threaded multi-threaded