Welcome![Sign In][Sign Up]
Location:
Search - serversocket

Search list

[JSP/JavaLab

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

[Delphi VCLDelphi_036504

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

[Linux-UnixSSLServerSocket

Description: The extension of ServerSocket which provides secure server sockets based on protocols like SSL, TLS, or others.
Platform: | Size: 1024 | Author: denglunmon | Hits:

[Linux-UnixBluetoothServerSocket

Description: The interface for Bluetooth Sockets is similar to that of TCP sockets: java.net.Socket and java.net.ServerSocket.
Platform: | Size: 2048 | Author: seipicei | Hits:

[Internet-NetworkServerSocket

Description: 网络组件,网络服务器可支持高达上万个客户机连接,安全可靠,C语言编制。-IocpModeSvr.h IocpModeSvr.cpp
Platform: | Size: 9216 | Author: C++ | Hits:

[Internet-NetworkserverSocket

Description: SOCKET网络编程服务器程序,很好的学习资料-good for study!!
Platform: | Size: 95232 | Author: 李路路 | Hits:

[Linux-UnixSSLServerSocket

Description: The extension of ServerSocket which provides secure server sockets based on protocols like SSL, TLS, or others.
Platform: | Size: 3072 | Author: wuasx | Hits:

[JSP/Javaftpdemo

Description: 简单的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
Platform: | Size: 3072 | Author: 周俊 | Hits:

[JSPjava

Description: 第一章 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
Platform: | Size: 4044800 | Author: 聂笑盈 | Hits:

[Linux-UnixSSLServerSocket

Description: The extension of ServerSocket which provides secure server sockets based on protocols like SSL, TLS, or others.
Platform: | Size: 5120 | Author: mlknjs | Hits:

[Game ProgramPractical1

Description: 首先是要实现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
Platform: | Size: 3072 | Author: gatearr | Hits:

[Internet-NetworkServerSocket

Description: java 服务器端socket程序,用于服务器端scoket的建立和监听,以及数据传输-java programe of server socket
Platform: | Size: 1024 | Author: 佗鹏飞 | Hits:

[Software Engineeringserversocket

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

[JSP/Javasrc

Description: Simple Server-Client communication in Java using ServerSocket. Run in netbeans for simplicity.
Platform: | Size: 1024 | Author: Nipun | Hits:

[Web Serverftp

Description: Program to send the contents of a file using ServerSocket and FileReader in Java.
Platform: | Size: 1024 | Author: Nipun | Hits:

[Program docServerSocket

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

[Internet-Networkday06_all

Description: 聊天室服务端,运行在服务端的ServerSocket,实现多人聊天-Chat room server, running on the service side ServerSocket, realize many people chat
Platform: | Size: 4096 | Author: 樊梦阳 | Hits:

[ADO-ODBCserverSocket

Description: 关于网络编程的教程内有实例适合初学者学习-Tutorial on network programming, there are examples of suitable for beginners to learn
Platform: | Size: 10240 | Author: ffpdp614qia | Hits:

[ADO-ODBCserverSocket

Description: 关于网络编程的教程内有实例适合初学者学习-Tutorial on network programming, there are examples of suitable for beginners to learn
Platform: | Size: 9216 | Author: lxioiianzh | Hits:

[Internet-NetworkHttpServerMock

Description: 客户/服务器通信模式, 服务器端创建监听端口ServerSocket-Client/server communication mode, the server side ServerSocket create listening port
Platform: | Size: 1024 | Author: zhang | Hits:
« 1 2 ... 4 5 6 7 8 910 »

CodeBus www.codebus.net