搜索资源列表
FileTransfer
- This is a command line tool written by java to transfer file between two computers in a tcp/IP network.
javaFile
- 一个简单的文件传输工具,使用tcp/Ip实现-A simple file transfer tool, use the tcp/Ip achieve
LANTalktool
- 基于tcp协议,用java写的一个局域网聊天工具,方便操作,一目了然-Based on tcp protocol, using java written in a local area network chat tool to facilitate the operation, at a glance
tcp
- 基于java的tcp通信技术,实现了tcp打洞技术的一个聊天工具,代码相当详细-java-based tcp traffic, tcp hole-punching a chat tool in considerable detail, the code
QQ
- 本程序是基于tcp/IP协议的网络通信程序,运用了java的流、文件、多线程等编程技术。套接字对象在网络编程中扮演着重要的角色,该程序就是一个基于套接字技术编写的简单聊天工具。聊天功能所使用的输入输出流分别是BufferedReader和PrintWriter,服务器为客户端启动一个线程,在该线程中通过套接字和客户交流信息。当向服务器发送一条聊天信息:“Hello”时,服务器要向这个线程中的输出流写入信息:“Hello”,那么客户端套接字的输入流就读取到了这条消息。文件传输分为文件发送和文件接收
big_end
- 基于java网络编程的一个聊天通讯工具,综合实现了tcp和UDP两种通讯方式(Based on a chat communication tool of java network programming, two communication modes of tcp and UDP are realized.)