搜索资源列表
java实现服务器和客户机通讯的的方法
- 本文介绍一种用Java的Socket和ServerSocket实现服务器和客户机通讯的的方法。原理是在服务器端建立ServerSocket端口并监听,接收到客户端的连接请求时建立Socket,得到Socket的输入输出流。在客户端新建Socket并获得输入输出流。服务器和客户端的输入输出流建立后使用writeLine()和println()方法彼此发送和接收数据。为提高代码效率,建立两个类clientAgent和serverAgent。 -This article introduces a
java23socket
- 23篇socket网络编程资料,pdf格式 包括基于局域网的Java即时信息传送软件的设计与实现.pdf 基于Java的网络即时通讯系统设计分析.pdf等-23 socket network programming, pdf format, including LAN-based Java instant messaging software design and implementation. pdf-based Jav a network of instant communications
PaintChat日本Java画图聊天程序
- 一个既可画图又可聊天的JAVA程序,用SOCKET编程实现-A progamm which could be used both in chating and drawing. It s implemented in sockets.
j-sockets
- JAVA网络SOCKET编程 实例,可初学者学习的很好例子,可借鉴学习-Java network programming examples, beginners can learn a good example, upon learning
SocketServer
- 这是移动公司内部tuxedo调用源码,包括与java通过socket通信源码,CRC16位,多线程socket服务端等功能模块-This is a moving company call tuxedo source, including those related to java source code through the socket communication, CRC16-bit, multi-threaded socket server module and other functi
socket
- java socket编程的一个例子,主要实现客户端和服务器端的交流,是一个小的聊天室-java socket programming example, the main achievement of the client and server side exchange is a small chat room
socket
- 这是一个关于socket通信的java程序,综合运用网络协议、编程语言、API和图形界面实现基于socket建立、监听、连接、发送数据和接收数据的网络通信程序。-This is about the socket communication program, a comprehensive use of Java network protocol, programming languages, API and graphic interface based on socket set up, li
chat
- socket编程,模拟了一个客户端,一个服务器端,各有一个界面,可添加客户端,通过服务器实现互相通信。 -socket programming to simulate a client, a server-side, each with an interface, you can add clients, achieved through the server communicate with each other.
java
- 这是一个客户端与服务端进行通信的java小程序,使用socket通信,当从客户端输入窗口提示的通关语,则会在窗口显示从服务器端发来的通过信息。-This is a client and server-side java applets to communicate using socket communication, input from the client window when the prompt clearance language, will be displayed in the
qq
- 一个是用socket编程写的局域网的群组聊天小实例,采用java的界面编程实现界面-LAN Group Chat instance, a write socket programming interface using java programming interface
SocketDemo
- 这是简单的一个socket通信编程demo,利用java代码编写。客户端服务器分开。-Write a socket communication simple demo, is primarily a simple server-side code
P2P_JAVA
- 一个简单的P2P聊天软件,使用java编写,有界面,适合初学者学习java的socket编程和界面编程。使用eclipse编写。-A simple P2P chat software written using Java, interface, suitable for beginners to learn Java socket programming and programming interface.Using Eclipse Develop.
Sockvt
- 一个经典的基于Socket开发的java网络五子棋,棒棒的(Based on the Socket was a classic Java network gobang, stick)