搜索资源列表
例10.05 Socket客户端程序
- SOCKET客户端程序-SOCKET client
Socket
- 利用socket套接字实现服务器和客户端的文件传输。-Socket using socket server and client to achieve the file transfer.
java-socket
- 简单的JAVA聊天实现。客户端。TCP/UDP的使用。。。。。点对点通讯以及*消息。-Simple JAVA chat implementation. Client. TCP/UDP use. . . . . Point to point communication, and mass messaging.
sock_client
- 使用Java编写socket客户端程序的小例子-Socket client program write by java.
src
- socket实现客户端和服务器端的通信 计算一个点到原点的距离-socket to achieve client and server computing a point of communication to the distance between the origin
socket
- 轻松学会用socket编写的简单的聊天程序,包括客户端和服务器-Learn how to use socket easily prepared by simple chat program, including client and server
socket
- 基于socket编写的java聊天软件,分为客户端和服务端,可以进行群聊和私聊,界面人性化-Socket prepared based on the java chat software, and services into the client side, can be a group chat and私聊, user-friendly interface. .
JavaSocket
- │ .classpath │ .project │ 404.html │ index.html │ welcome.html │ ├─bin │ └─com │ └─accp │ └─demo │ └─socket │ Client.class │ HttpServer.class │ Server.class │ └─src └─com └─accp └─demo └─socket Client.java
Socket
- 用Java Socket完成如下功能:建立客户端和服务器端通讯,服务器端地址为本地端口自拟。两端以TCP形式通讯,假设客户端Class叫Client,服务器端Class叫Server。当运行 java Client Hello时,服务器端能接受客户发来的Hello字符并打印”Receive Hello”然后返回给客户端“How r u doing”字符串 客户端收到后打印”Received How are you doing”. 此时服务器端服务始终运行并未停止并等待其他Socket连接(客户端
socket Test
- 学习Java Socket 编程的基础程序,适合初学者学习。实现了多线程的网络客户端和服务器通信-Java Socket Programming learning the basis of procedures, for beginners to learn. The realization of the multi-threaded network client and server communications
Socket
- SOCKET编程,实现了一个服务器一个客户去的通信,适用于初学SOCKET者。-SOCKET programming, implements a server to a client communications, suitable for beginners who SOCKET.
Client
- 常规的java socket客户端程序,输入字符并发往指定ip端口。在这基础上可创建数据采集程序-Regular java socket client program, enter the characters to specify concurrent ip port. On this basis, you can create data collection procedures
socket
- socket加密通信 客户端建立一个testclient类 将输入的字符串倒置加密-encrypted communication socket client class a testclient inverted input string encryption
socket
- 基于socket的通讯代码 server服务端类 client客户端类 自己保存着-Socket-based communication code
Client
- socket通信例子,类似QQ,实现客户端和服务器间的即时对话,对初学者有很大的帮助-Examples of socket communication, similar to QQ, between the client and server to achieve real-time dialogue is very helpful for beginners
Chat-Server-Client
- Source code for a chat between 2 computers using socket in Java.
Java Socket TCP+UDP Client+Server
- A good Java Socket TCP+UDP Client+Server.
Socket
- android Socket客户端通信,用于参考-android Socket client communication, for reference
client-server-java
- In this first part of a multi-part post, we will learn how to create a very simple socket server and socket client pair in Java
Socket连接
- 通过java来实现socket客户端和服务器端的通讯,一个是client,另一个是server(Java is used to communicate the socket client and server side, one is client, and the other is server)