Welcome![Sign In][Sign Up]
Location:
Search - tcp server client java

Search list

[Telnet ServerJava-TCP服务器】

Description: 这是一个TCP服务器端的实现代码,监听客户端的请求,在子线程中处理各个客户端发来的数据包,再将处理后的结果送回客户端。这里提供的代码很完整,包括一个mainclass,一个监听class和它的interface,一个包处理class,一个发送class,基本上可以直接使用。-This is a TCP server-side implementation code, bugging the client's request, the child acquires handle all the client's data packets, and then after the results back to the client. Here is the complete code, including a mainclass, a listening class and its interface, a packet processing class, a class this basically straightforward to use.
Platform: | Size: 8035 | Author: 职工 | Hits:

[TCP/IP stackTCP Web Server

Description: 模拟TCP协议建立一个web服务器,通过把数据装入TCP套接字,可以向客户端发送.html, .jpg, .jif等格式的文件。-simulated TCP establish a web server, data loading TCP socket, can be sent to the client. Html. Jpg,. Jif format documents.
Platform: | Size: 8192 | Author: 木头 | Hits:

[ICQ-IM-Chat基于JAVA的ICQ系统的设计于实现

Description: 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080。-server and client presentation by Socket Interface (TCP) connections. Java use in presentation interface is quite simple, Java API sets to address the communications interface provides a type java.net.Socket. , Making the preparation of network applications relatively easily. Multi-threaded servers to meet the multi-user request, through JDBC and background database connections, and through the creation of a ServerSocket object from the client to monitor the connection request, the default port of 8080.
Platform: | Size: 1710080 | Author: 陈玉平 | Hits:

[JSP/Javanet121212

Description: TCP/IP服务器端与客户端 你可以通过此建立一个TCP服务端-TCP/IP Server and Client,you can create a TCP Server by it.
Platform: | Size: 5120 | Author: asd | Hits:

[Ftp ServerCorpServerService2

Description: 最全面的基于TCP/IP的FTP服务器端要和我上传的客户端一起使用,还有聊天的功能,java程序代码,多线程设计,我花了将近二个月的时间-the most comprehensive TCP/IP-based FTP server to upload and my client used together, chat functions, java code, multithreaded design, I spent nearly two months of the time
Platform: | Size: 3072 | Author: 彭宇 | Hits:

[JSP/Javaj_tcp

Description: 使用TCP实现两个进程间的通信 (编写客户端与服务器端的Java程序)-use TCP achieve two inter-process communication (to prepare client and server-side Java program)
Platform: | Size: 2048 | Author: 汪汪 | Hits:

[Internet-NetworkClientExample

Description: 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.
Platform: | Size: 4096 | Author: 高扬 | Hits:

[Internet-NetworkXXRoom

Description: java聊天室服务器,使用TCP协议接受客户端连接,使用UDP向服务器发送消息 使用swing开发界面-java chat room servers, the use of TCP accept client, using UDP messaging server to use development interface swing
Platform: | Size: 71680 | Author: flajdlfj | Hits:

[Otherwssf

Description: JICQ是用JAVA语言编写的一个基于客户机/服务器(C/S)模式的局域短信实时通信工具系统,系统采用了Microsoft公司的SQL Server 2000作为后台数据库,系统通过JDBC访问数据库。系统分为服务器程序和客户程序两部分,服务器与客户间采用“传输控制协议”(TCP),通过套接字(Socket)连接,客户之间采用“用户数据报协议”(UDP),通过数据报套接字(DatagramSocket)建立连接。系统具有用户注册、用户登录、添加好友、删除好友、发送和接收消息等功能。-JICQ Java is a language based on the client/server (C/S) mode Local SMS real-time communications tool, the system uses Microsoft's SQL Server 2000 database as a background, system access to the database through JDBC. System is divided into server and two clients, the server-client "Transmission Control Protocol" (TCP), socket (Socket) connectivity, customers using the "User Datagram Protocol" (UDP), through Datagram Sockets (DatagramSocket) establish a connection. Users registered with the system, users log in, friends add, delete friends, send and receive news and other functions.
Platform: | Size: 54272 | Author: 乔峰 | Hits:

[Internet-NetworkTCP11111

Description: 一个简单的TCP服务器与客户端通信的JAVA程序。编译的时候注意发送的命令要符合要求。-a simple TCP server and client communications JAVA procedures. Compile time to send the order to meet the requirement.
Platform: | Size: 3072 | Author: dgsag | Hits:

[Othertcp

Description: 用java程序实现基于TCP的网络通信。(一个服务器端和多个客户端之间的通信)-Java program using TCP-based network communication. (A server-side and a number of communications between the client)
Platform: | Size: 33792 | Author: | Hits:

[JSP/Javaexe3

Description: ssd8 exercise 3 Write a simple datagram client/server in Java and a tcp client/server also in java
Platform: | Size: 8192 | Author: xyf | Hits:

[TCP/IP stacktcp

Description: 本程序是用eclipse写的一个tcp服务器和客户机程序-This procedure is used eclipse to write a tcp server and client program
Platform: | Size: 4096 | Author: zhuwen | Hits:

[JSP/JavaPro123

Description: 用JAVA编写的多线程TCP SOCKET程序,支持多客户端与服务器通讯,并且是用图形界面显示,里面的CLIENT.java就是客户端,SERVLET.java就是服务器程序,FACE是图形界面程序。-JAVA prepared using multi-threaded TCP SOCKET procedures, support multi-client and server communications, and is displayed using a graphical interface, which is the CLIENT.java client, SERVLET.java is the server program, FACE is a graphical interface program.
Platform: | Size: 35840 | Author: l | Hits:

[ICQ-IM-Chatjava

Description: 基于Socket的局域网聊天室系统, 本系统是采用JAVA1.6来完成的,是在TCP/IP环境下,实现客户端和服务器端两部分程序(Client和Server)。即首先服务器方要启动,客户端向服务器发出请求,服务器接收到请求后提供相应的服务。当客户端连接到已启动的服务器,客户端用户登录时,客户端输入的内容通过服务器端与其他客户端连接;客户端进入聊天室聊天时,服务器端与客户端进行数据交互。-Socket LAN-based chat room system, the system is used to complete JAVA1.6 is in the TCP/IP environment, the achievement of client and server-side program in two parts (Client and Server). That is, first of all, to start the server side, the client request to the server, the server receives a request to provide the corresponding services. When the client has started to connect to the server, client users log on, enter the contents of the client through the server-side with other clients to connect client to enter the chat room to chat, the server-side data and client interaction.
Platform: | Size: 18432 | Author: 高飞 | Hits:

[Other Web CodeTCPServer

Description: 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.
Platform: | Size: 1024 | Author: | Hits:

[Software EngineeringTCP-server-client

Description: making TCP server and client connection using Java
Platform: | Size: 15360 | Author: mohsen | Hits:

[androidTCP

Description: 在java上的TCP服务端,可用来发数(如20151213141516),在android上的客户端,用来接收并转化为2015years,December 13rd,13:15:16,并用英文朗读出来-TCP server in java, can be used to send number (eg 20151213141516), the android client for receiving and converted to 2015years, December 13rd, 13: 15: 16, and read out in English
Platform: | Size: 1745920 | Author: 王雪微 | Hits:

[JSP/JavaAndroid-tcp-server-and-client

Description: TCP Client/Server for Android
Platform: | Size: 1688576 | Author: BaDTimE | Hits:

[OtherTCp

Description: TcP/IP客户端服务端的相互通信java代码。(TcP/IP client server's mutual communication java code)
Platform: | Size: 1024 | Author: miaoji | Hits:
« 12 3 4 5 6 7 8 »

CodeBus www.codebus.net