搜索资源列表
ClientExample
- a simple tcp client with java,you can use it to connect with a tcp server.-a simple tcp client with java, you can use it to connect with a tcp server.
基于JAVA的ICQ系统的设计于实现
- 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080。-server and client presentation by Socket Interface (TCP) connections. Java
Java-TCP服务器】
- 这是一个TCP服务器端的实现代码,监听客户端的请求,在子线程中处理各个客户端发来的数据包,再将处理后的结果送回客户端。这里提供的代码很完整,包括一个mainclass,一个监听class和它的interface,一个包处理class,一个发送class,基本上可以直接使用。-This is a TCP server-side implementation code, bugging the client's request, the child acquires handle all t
Client.rar
- 本程序是基于JAVA环境下开发的关于TCP局域网聊天室源代码
chat
- Java编写的基于TCP的客户端及服务器端可视化聊天程序,程序可单机运行,先运行服务器程序,在运行客户端程序。-Written in Java TCP-based client and server-side visual chat program, the program can be run stand-alone, first run the server program, running the client program.
chat-system
- java基于tcp的局域网聊天系统,包括服务器与客户端-java tcp-based LAN chat system including server and client
TCP_server_client
- MyEclipse,实现tcp socket连接的客户端和服务器端,能够传输文本或图片,服务器端有多线程和单线程两个,多线程的可以实现同时让多个用户连接,rar包内word文档中有简单的流程图和程序说明,代码较简单,适合初学者。-MyEclipse,tcp socket server and client,there are single thread server and multi thread server,you can get file through the tcp
TCP
- java代码轻松演示计算机网络客户端与服务端数据传送-TCP-java code easily demo computer network client and server-side data transmission-TCP
TCPClient
- 用于TCP协议模拟客户-服务器网络模式的客户端程序-Used to simulate the client- server network mode client program
331_task1
- TCP/UDP transmission-connect server and client
TCP_FileTransferfileClient
- TCP文件传输协议的客户端功能实现(JAVA编写)-TCP File Transfer Protocol client functions (JAVA prepared)
TCPIP_Chat
- A simple TCP chat between server and client
java
- 基于Socket的局域网聊天室系统, 本系统是采用JAVA1.6来完成的,是在TCP/IP环境下,实现客户端和服务器端两部分程序(Client和Server)。即首先服务器方要启动,客户端向服务器发出请求,服务器接收到请求后提供相应的服务。当客户端连接到已启动的服务器,客户端用户登录时,客户端输入的内容通过服务器端与其他客户端连接;客户端进入聊天室聊天时,服务器端与客户端进行数据交互。-Socket LAN-based chat room system, the system is used t
java
- 单线程的TCP Server和TCP Client 通过网络传输指定文件-Single-threaded TCP Server and TCP Client specified file transmitted over the network
Chat
- 用Java编码,利用TCP协议,实现服务器和客户端的数据传输-With Java code, using TCP protocol, server and client to achieve data transfer
TCPClient.java
- tcp client java program
TCP
- java TCP客户端、服务端,两个包含在同一个类中。主要用于初学者学习-java TCP client, the server, two are included in the same class.
TCP-Client-Test
- 需要一个用来测试JAVA服务器连接及数据处理能力的客户端压力测试工具,网上找了很久没找到合适的; 花了半天写了个,很久没写Delphi程序,手生了!-A need to test the JAVA server connection and data processing capabilities of the client stress testing tool, the Internet looking for a long time could not find the right
TCp
- TcP/IP客户端服务端的相互通信java代码。(TcP/IP client server's mutual communication java code)
holer-client-master
- holer-client-master,holer内网穿透客户端源码,支持java语言和go语言两种版本,配置简单,通过netty实现端口映射,可转发TCP协议。(Holer client master, holer intranet penetrates the client source code, supports Java language and go language, simple configuration, realizes port mapping through netty
