搜索资源列表
基于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
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
- 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
src
- 基于TCP/IP.SOCKET的java聊天室客户端和服务器端-Based on TCP/IP.SOCKET the java chat room client and server-side
TCP
- 本程序用java语言编写程序实现了客户服务器的交互功能-This procedure using java programming language to achieve a cross-functional client-server
java
- 单线程的TCP Server和TCP Client 通过网络传输指定文件-Single-threaded TCP Server and TCP Client specified file transmitted over the network
TCPClient
- A simple TCP Client in JAVA
ServerTCP
- java tcp server which receives connection from another client software to process it and return it back to client
TCPClient
- TCP Server and TCP Client which use socket programming with java langhage.
test
- 基于TCP和UDP的简单java Socket编程。运行时先启动Server,再启动Client,然后再Console中输入一串小写字符,系统会返回一串大写字符。-Based on a simple Java TCP and UDP Socket Programming. First start the Server, and then start the Client, and then enter a string of lowercase characters in the Console
Java-Chat
- 基于TCP的java聊天室程序,由服务端和客户端组成,使用时先启动服务端,再启动客户端-TCP-based java chat room procedures, service and client, first start using the service end, and then start the client
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
