Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - tcp socket server
Search - tcp socket server - List
Java源码,TCPIP Socket通讯,Server端程序。-Java source code, TCPIP Socket Communications, Server-side.
Date : 2025-12-31 Size : 1kb User : 翟鸿鸣

基于JAVA的ICQ实现,服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.-Based on JAVA realize the ICQ, the server-client through the socket Socket (TCP) connection. In java using a very simple set of interfaces, Java API to handle socket communications category provides a java.net.Socket., Makes the preparation of web applications is relatively easy.
Date : 2025-12-31 Size : 473kb User : 郭小溪

DL : 0
服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法接受客户程序的连接-Between server and client through the socket Socket (TCP) connection. In java using a very simple set of interfaces, Java API to handle socket communications category provides a java.net.Socket., Makes the preparation of web applications is relatively easy. Server used to meet the needs of multi-threaded multi-user request, through the JDBC database connection with the background and, through the creation of a ServerSocket object to monitor connection requests from clients, the default port is 8080, and then infinite loop calling accept () method to accept client connection
Date : 2025-12-31 Size : 161kb User : 达瓦

DL : 0
基于JAVA的ICQ系统 ,系统采用客户/服务器摸式服务器与客户间通过套接口Socket(TCP)连接。-JAVA-based system of ICQ, system uses a client/server mode between server and client through the socket Socket (TCP) connection.
Date : 2025-12-31 Size : 2.5mb User : chengcheng

DL : 0
Server端與Client端之間, 透過Socket建立TCP/IP的通訊模式-Server-side and Client-side between the Socket through the establishment of TCP/IP communication mode
Date : 2025-12-31 Size : 6kb User : Carl

DL : 0
用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.
Date : 2025-12-31 Size : 35kb User : l

服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法 -Between server and client through the socket Socket (TCP) connection. In java using a very simple set of interfaces, Java API for dealing with socket communications category provides a java.net.Socket., Making the preparation of web applications is relatively easy. Server used to meet the needs of multi-threaded multi-user request, and the background through the JDBC database connection, and by creating a ServerSocket object to listen for connection requests from clients, the default port is 8080, and then infinite loop calling accept () method
Date : 2025-12-31 Size : 882kb User : 张进

DL : 0
服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法接受客户程序的连接-Between server and client through the socket Socket (TCP) connection. In java using a very simple set of interfaces, Java API for dealing with socket communications category provides a java.net.Socket., Making the preparation of web applications is relatively easy. Server used to meet the needs of multi-threaded multi-user request, and the background through the JDBC database connection, and by creating a ServerSocket object to listen for connection requests from clients, the default port is 8080, and then infinite loop calling accept () method to accept client connection
Date : 2025-12-31 Size : 925kb User : yangbaoxing

DL : 0
用Java Socket完成如下功能:建立客户端和服务器端通讯,服务器端地址为本地端口自拟。两端以TCP形式通讯,假设客户端Class叫Client,服务器端Class叫Server。当运行 java Client Hello时,服务器端能接受客户发来的Hello字符并打印”Receive Hello”然后返回给客户端“How r u doing”字符串 客户端收到后打印”Received How are you doing”. 此时服务器端服务始终运行并未停止并等待其他Socket连接(客户端运行一次可以停止),直到客户运行 java Client Bye时 服务器端收到”Bye”并打印”I don’t wanna die”后 服务器停止运行。-Java Socket complete with the following functions: the establishment of client and server communications, server-side address of the local port from be. TCP in the form of communication at both ends, assuming that the client Class called Client, server-side Class called Server. Java Client Hello When running, the server can accept Hello Guest sent characters and print the " Receive Hello" and then go back to the client " How ru doing" string after the client received print " Received How are you doing" . This When running server-side service is not always stop and wait for the other Socket connection (the client can stop a run), until the customer is running java Client Bye received at the server-side " Bye" and print " I don' t wanna die" after the server to stop run.
Date : 2025-12-31 Size : 32kb User : wangdan

DL : 0
A simple Java server TCP server using socket connections
Date : 2025-12-31 Size : 2kb User : Sokratis

Socket套接字服务器端程序,用于实现局域网之间的TCP通信连接,用Eclipse3.1编程实现的-Socket socket server-side program, used to implement the TCP traffic between the LAN connection, using programming in Eclipse3.1
Date : 2025-12-31 Size : 4kb User : 李文

服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法接受客户程序的连接-Between server and client through the socket Socket (TCP) connection. In java using sockets is quite simple, Java API for handling the communication socket to provide a class java.net.Socket., To make writing Web applications easier. Server uses multiple threads to meet the multi-user s request, and back through the JDBC database connection, and by creating a ServerSocket object to listen for connection requests from clients, the default port is 8080, then an infinite loop calling accept () method to accept client program link
Date : 2025-12-31 Size : 882kb User : yessky

server TCP IP with socket
Date : 2025-12-31 Size : 12kb User : sheimy

DL : 0
基于Socket的即时通信系统针,对client/server(客户端/服务器)模式的应用以及实现某些特殊的协议的应用,它的通讯过程是基于TCP/IP协议中传输层接口Socket实现的-Real-time communication system based on Socket pin, on the client/server (client/server) mode of application of the agreement and the achievement of certain special applications, it' s communication process is based on TCP/IP Socket Interface transport layer protocol implementation
Date : 2025-12-31 Size : 11kb User : shangyong

tcp socket communication. server and client can send string message successfully.
Date : 2025-12-31 Size : 121kb User : jamie

DL : 0
1.编写一个Applet程序,该程序能够显示:"Hello Applet!",在浏览器中验证该程序。 2.编写一个基于TCP的Socket程序,服务器向客户端发送一个字符串:"Socket你好!",客户端将接收到的数据输出出来。在两台PC之间测试该程序。 -1. Applet write a program that can display: " Hello Applet!" , In the browser, verify the program. 2. Write a TCP-Socket based program, the server sends a string to the client: " Socket Hello!" , The client will receive the data output out. Between the two PC to test the program.
Date : 2025-12-31 Size : 1003kb User : 黄烨

DL : 0
简单的socket通信实例(通过tcp建立连接) 客户端、服务器端-Simple socket communication examples (via tcp connection is established) client, server-side
Date : 2025-12-31 Size : 2kb User : yskyj

TCP套接字编程实现: 开发一个多线程服务器,它能并行服务于多个请求。 提示: 用Java或c/c++语言开发; 通过调用操作系统API接口创建线程; 假定3个客户端,客户端i发送“Hi,God”,服务器回答“What can I do for you, my son i”,客户端收到后显示服务器回答。 分别用TCP和UDP两个协议来测试,端口号自定义 -TCP socket programming: Develop a multi-threaded server, it can serve multiple requests in parallel. Tip: Use Java or c/c++ language development by calling the operating system API interface to create threads assume 3 client, the client i send " Hi, God" , the server replied " What can I do for you, my son i" , displayed after the client receives the server reply. TCP and UDP were used to test the two protocols, port numbers Custom
Date : 2025-12-31 Size : 3kb User : yelangya

模拟ATM服务器与客户端,主要用的TCP——SOCKET技术实现简单的程序通讯-ATM simulation server and client, the main use of TCP- SOCKET communications technology to achieve simple program
Date : 2025-12-31 Size : 29kb User : 邓鹏

IShareMessage是一个基于NIO的客户、服务器端编程框架,使用IShareMessage可以确保你快速和简单的开发出一个网络应用(包括推送服务,业务插件服务)。IShareMessage相当简化和流程化了TCP的socket网络应用的编程开发过程。通过利用云端与客户端之间建立稳定、可靠的长连接来为开发者提供客户端应用与平台交互通道,开发者只需关注业务开发,无须关注底层网络交互。(IShareMessage is a NIO based client and server programming framework that uses IShareMessage to make sure you develop a web application quickly and easily (including push services, business plug-in services). IShareMessage fairly simplifies and processes the programming development process of TCP's socket network applications. By using stable and reliable long connections between the cloud and the client to provide clients with application and platform interaction channels, developers need only focus on business development without having to focus on the underlying network interaction.)
Date : 2025-12-31 Size : 7.81mb User : alan.lei
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.