Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - serversocket
Search - serversocket - List
DL : 0
Socket 编程 服务器与客户端交互过程: (1)服务器程序创建一个ServerSocket,然后调用accept方法等待客户来连接。 (2)客户端程序创建一个Socket请求与服务器建立连接。 (3)服务器接受客户的连接请求,并创建一个新的Socket与该客户建立专线连接。 (4)建立了连接的两个Socket在一个单独的线程(由服务器程序创建)上对话。 (5)服务器开始等待新的连接请求,当新的连接请求到达时,重复步骤(2)到步骤(5)的过程。-This is a lab of java,it will realize the function that sending infomation beweent client and server
Update : 2024-04-29 Size : 5120 Publisher :

Delphi:Delphi源码编写的 TCP/IP网络通信和监听实例,使用delphi6编写的,原理主要是利用serversocket和clientsocket进行网络通信,还可进行简单的监听以及聊天信息发送和接收,程序运行界面图如上示,这个源码主要面向Delphi初学者。 -Delphi: Delphi source code written in a TCP/IP network communications and monitor instances, use delphi6 written, the principle is the use of serversocket and clientsocket network communication, but also for simple listening and chat messages sent and received, as shown in Fig running interface , the main source for Delphi beginners.
Update : 2024-04-29 Size : 13312 Publisher : OUAI80X

The extension of ServerSocket which provides secure server sockets based on protocols like SSL, TLS, or others.
Update : 2024-04-29 Size : 1024 Publisher : denglunmon

The interface for Bluetooth Sockets is similar to that of TCP sockets: java.net.Socket and java.net.ServerSocket.
Update : 2024-04-29 Size : 2048 Publisher : seipicei

网络组件,网络服务器可支持高达上万个客户机连接,安全可靠,C语言编制。-IocpModeSvr.h IocpModeSvr.cpp
Update : 2024-04-29 Size : 9216 Publisher : C++

SOCKET网络编程服务器程序,很好的学习资料-good for study!!
Update : 2024-04-29 Size : 95232 Publisher : 李路路

The extension of ServerSocket which provides secure server sockets based on protocols like SSL, TLS, or others.
Update : 2024-04-29 Size : 3072 Publisher : wuasx

DL : 0
简单的FTP服务器与客户端:支持命令:? ls get 服务器端:1,服务器accept 多个客户socket, 使用【多线程】2,每个接受上来的客户socket,只对应【单线程】处理各类请求即可! 客户端:客户端多线程: 1个负责 请求发送,另1个负责 接收服务器的反馈信息-ftpdemo, a simple ftp java programe! Server: ServerSocket accept socketAgentThread FtpServer server = new FtpServer() server.listen(8800) ServerSocket ss = new ServerSocket(port) Client: Socket receiveResponder sendRequester
Update : 2024-04-29 Size : 3072 Publisher : 周俊

JSPjava
DL : 0
第一章 java网络编程入门 第二章 Socket编程基础 第三章 ServerSocket详解 第四章 非阻塞通信 第五章 创建非阻塞的HTTP服务器-Chapter java network programming entry Chapter II Socket Programming Fundamentals Chapter III ServerSocket Comments Chapter IV non-blocking communication Chapter V create non-blocking HTTP server
Update : 2024-04-29 Size : 4044800 Publisher : 聂笑盈

The extension of ServerSocket which provides secure server sockets based on protocols like SSL, TLS, or others.
Update : 2024-04-29 Size : 5120 Publisher : mlknjs

DL : 0
首先是要实现ServerSocket的多线程操作;其次,客户端的输入输出流的格式和规范要把握准确;再次,对于广播功能的实现也非常重要,这涉及到了多个线程之间的联系问题-First of all is to realize the multi-threaded operation ServerSocket Secondly, the client input and output stream format and norms necessary to grasp accurately again, for the broadcasting function is also important to realize that this involves a number of threads the link between
Update : 2024-04-29 Size : 3072 Publisher : gatearr

java 服务器端socket程序,用于服务器端scoket的建立和监听,以及数据传输-java programe of server socket
Update : 2024-04-29 Size : 1024 Publisher : 佗鹏飞

socket服务器多线程的服务器端,可以连接多个客户端,每连接一个客户端就会向客户端发送消息-socket server multithreaded server, you can connect multiple clients, each connected to a client sends a message to the client
Update : 2024-04-29 Size : 1024 Publisher : 王慧斌

DL : 0
Simple Server-Client communication in Java using ServerSocket. Run in netbeans for simplicity.
Update : 2024-04-29 Size : 1024 Publisher : Nipun

DL : 0
Program to send the contents of a file using ServerSocket and FileReader in Java.
Update : 2024-04-29 Size : 1024 Publisher : Nipun

TCP/UDP通讯例程,实现了局域网内点对点数据传输,方便初学者学习参考!-TCP/UDP communication routines to achieve LAN-point data transmission, easy for beginners to learn reference!
Update : 2024-04-29 Size : 95232 Publisher : 阿木

聊天室服务端,运行在服务端的ServerSocket,实现多人聊天-Chat room server, running on the service side ServerSocket, realize many people chat
Update : 2024-04-29 Size : 4096 Publisher : 樊梦阳

DL : 0
关于网络编程的教程内有实例适合初学者学习-Tutorial on network programming, there are examples of suitable for beginners to learn
Update : 2024-04-29 Size : 10240 Publisher : ffpdp614qia

DL : 0
关于网络编程的教程内有实例适合初学者学习-Tutorial on network programming, there are examples of suitable for beginners to learn
Update : 2024-04-29 Size : 9216 Publisher : lxioiianzh

客户/服务器通信模式, 服务器端创建监听端口ServerSocket-Client/server communication mode, the server side ServerSocket create listening port
Update : 2024-04-29 Size : 1024 Publisher : zhang
« 1 2 ... 4 5 6 7 8 910 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.