搜索资源列表
java-TCP
- 1.实现一个采用用户自定义协议的文件传输服务器FileServer和客户FileClient。 2. 编写一服务器程序和客户程序,要求客户每输入一行数据,服务器接收后加上echo:回送给客户程序,要求服务器程序采用多线程方式和线程池为每个客户分配一个线程。-1. The realization of a use of user-defined file transfer protocol server FileServer and customer FileClient. 2. Write
wangluobianchengshiyan(4)
- 1.实现一个采用用户自定义协议的文件传输服务器FileServer和客户FileClient。当FileClient发送请求“GET xxx.xxx”时,FileServer就把xxx.xxx文件发送给FileClient,FileClient把该文件保存到客户端的本地文件系统中,当FileClient发送请求“PUT xxx.xxx”时,FileServer就做好接收xxx.xxx文件的准备,FileClient接着发送xxx.xxx文件的内容,FileServer把接收到的文件内容保存到服务
java
- Simple j2me echo client and server application using bluetooth.applicable for all mobile phones using midp 2.0 or higher. Server hosts the connection.
echoserver
- java programs for echo server
Echo
- echo server, echo client
ChatRoom
- socket聊天CS范型,实现连接服务器,并发送信息,接受回音信息-Chat CS socket paradigm to achieve connection to the server and send information, receive echo information
javawebprogram
- 运用线程池的方法实现的多线程回声服务器和客户端和运用非阻塞模式实现的不断接收用户输入的域名,然后与该主机的80端口建立连接,并打印建立连接所花费的时间的测试程序。-The method used to achieve thread pool multi-threaded echo server and client, and the continuous use of non-blocking mode to receive user input to achieve the domain na
Echo
- 本程序包括Echo服务器端程序和客户端程序,主要功能是从客户端接收数据,再原封不动的返还给客户端。-This program includes the Echo server-side program and client program, the main function is to receive data from the client, and then intact returned to the client.
TCPecho
- TCP Echo client server in java
Netty_Chat_server_client_src_java
- Netty base server, client echo program
client_server-app
- echo client server application using TCP sockets
52250259
- 客户端的聊天程序,与服务器端的聊天程序相呼应,希望一并下载,-Chat client program, and the server chat program photograph echo, hope for download, along with all the
kmgihso
- 客户端的聊天程序,与服务器端的聊天程序相呼应,希望一并下载,(Chat client program, and the server chat program photograph echo, hope for download, along with all the)
Netty_tcp_paste
- 使用Netty进行echo客户端服务器程序编写并处理tcp粘包问题。(Using Netty for echo client server program writing and processing TCP sticky problem.)