搜索资源列表
TCP
- 这个程序实现的是TCP协议和UDP,其中TCP这个程序通过一个服务器端软件来沟通客户端之间的传输
Javawangluo
- java网络编程经典实例 实例61 从网络取得文件 实例62 TCP服务器端 实例63 TCP客户端 实例64 UDP服务器模型 实例65 UDP客户端模型
TCP Client Server
- 编写一个Java网络应用程序,该应用分服务器端程序和客户端程序两部分。服务器程序启动后,监听端口5678的请求;客户端程序启动后,向服务器端口5678发送请求。服务器不断接收客户机所写入的信息,并且服务器也会做出"Receive"为回应,告知客户机已接收到消息。要求:服务器程序采用多线程开发,允许多个客户端程序同时连接。客户机发送"End"字符串时,客户端程序退出-Write a Java web application, the application
TCPServer
- JAVA实现的TCP通信协议的服务器端源码,请与客户端一起运行。源码所在的包需要修改成自己的项目所在的包。-JAVA implementation of TCP communication protocol server-side source code, please run together with the client. Need to modify the source where the package into your project where the package.
java-socket
- 简单的JAVA聊天实现。客户端。TCP/UDP的使用。。。。。点对点通讯以及*消息。-Simple JAVA chat implementation. Client. TCP/UDP use. . . . . Point to point communication, and mass messaging.
tcp
- 一个用JAVA作的TCP通信的例子,分为服务端和客户端-JAVA for a used example of the TCP communication is divided into server and client
dadafaf
- 根据一个TCP网络应用,从需求出发,分析UDP协议及Java相关的类,进行TCP服务器端及客户端的设计并开发,实现两台机器的通信,能进行双方的会话,并在此基础上增加了界面设计以及事件处理部分,经过测试、调整,实现了一个基于TCP网络通信工具。 -According to a TCP network applications, from the needs analysis of UDP protocol and Java-related categories, to TCP server-s
chatroom
- java实现网络聊天室功能.有登陆界面.服务器界面有日志(消息记录显示),端口显示,在线用户显示 客户端聊天界面类似QQ,可以设置字体(格式大小黑体斜体)可发送图片 实现公聊(TCP) ,私聊(UDP)单独弹出对话框-java chat room function network. have landed interface. server interface log (message records show), Port shows, online chat client user
network
- Java写的一个完整功能的TCP客户端和服务器端-A full-featured client and server-side TCP
netty-3.1.5.GA-dist
- TCP/IP 及Socket服务器及客户端 服务框架-TCP/IP Socket Service Framework
tcp
- 基于TCP实现有客户端和服务器端的网络聊天室-Based on TCP to achieve a client-side and server-side Web chat rooms
TCP_UDP_Programs
- TCP/UDP传输协议的程序.要配合服务端和客户端一起使用才可以-The TCP/UDP transport protocol programs.Use them with the Server and the Client.
java_chat
- 在做培训时带领学生一起做的聊天系统,包括服务器和客户端,主要功能有注册、登录、客户端之间通过UDP方式聊天和传送文件,客户端自动接受服务器端关于其他客户的登录、退出信息(上线、下线通知),服务器发送信息给客户端等等,使用文件保存注册用户信息。具体的可仓库文档,作为Java初学者,如果能写出这样的系统,那么找工作应该没有问题了,工资至少可达4以上。对有兴趣的学习者,下载后看代码吧!-about tcp/udp chat
TCPEchoClient
- 用JAVA做的TCP客户端程序,包括发起连接,发信息,收信息等操作-JAVA to do with the TCP client program, including the launching of connections, hair information, income information and other operating
TCP
- 一个简单的基于tcp的服务端、客户端通讯的代码。-A simple tcp based services, client communications code.
tcp
- 用Jbuider做的一个tcp的聊天服务端和客户端。-Jbuider do with a tcp chat server and client.
tcp
- 用java做的使用tcp协议的一个服务器端和一个客户端,适用于初学者学习-To do with java tcp protocol to use a server side and a client for beginners to learn
testTcp
- java tcp 使用~tcp 客户端连接代码~-java tcp using~tcp client source code
socket
- php tcp客户端与服务器端代码,带阻塞与非阻塞设置,地址重用设置(php tcp client and server)
tcp
- java实现tcp通讯(包括服务端与客户端)(Implementation of TCP communication with Java)