搜索资源列表
java_TCP
- java写的TCP\\Server.java
基于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
code.rar
- 文件传输的并发服务器,包含基于tcp协议和udp协议的 ,Concurrent file transfer server that contains the tcp-based protocols and udp protocol
tcpproxy-1.1.4.tar
- tcp代理服务器 -tcp proxy server
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
ipmsg250a7src
- 局域网聊天,传文件工具,源码可编译 - IP Messenger is a pop up style message communication software for multi platforms. It is based on TCP/IP(UDP). - This software don t need server machine. - Simple, lightweight, and free software :-) - Win, Win
TCPClient
- 用于TCP协议模拟客户-服务器网络模式的客户端程序-Used to simulate the client- server network mode client program
331_task1
- TCP/UDP transmission-connect server and client
TCP_FileTransferServer
- TCP文件传输协议的服务器端的实现(JAVA编写)-TCP File Transfer Protocol server-side to achieve the (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
ExSocket
- Arhiva contine un exemplu de socket server multithread TCP si doi clienti ai acestuia. Este un exemplu relevant pentru modul in care se realizeaza comunicarea prin intermediul TCP.
server
- server java TCP is very important his useful and easy to manipulate and understand
java
- 单线程的TCP Server和TCP Client 通过网络传输指定文件-Single-threaded TCP Server and TCP Client specified file transmitted over the network
ServerTCP
- java tcp server which receives connection from another client software to process it and return it back to client
tcp-server
- 用JAVA实现的基于TCP的WEB服务器-Using JAVA WEB server based on TCP
TCP
- java TCP客户端、服务端,两个包含在同一个类中。主要用于初学者学习-java TCP client, the server, two are included in the same class.