搜索资源列表
java实现服务器和客户机通讯的的方法
- 本文介绍一种用Java的Socket和ServerSocket实现服务器和客户机通讯的的方法。原理是在服务器端建立ServerSocket端口并监听,接收到客户端的连接请求时建立Socket,得到Socket的输入输出流。在客户端新建Socket并获得输入输出流。服务器和客户端的输入输出流建立后使用writeLine()和println()方法彼此发送和接收数据。为提高代码效率,建立两个类clientAgent和serverAgent。 -This article introduces a
socketTest_jxq998
- 有关JAVA的SOCKET通讯的源码,主要是基本的通用的代码格式-the Java source code Socket Communications, is the basic generic code format
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
java_socket_3
- JAVA写的SOCKET程序,给大家参考,希望对大家有帮助!-JAVA write SOCKET procedures, for your reference, and I hope to be helpful!
java实现socket通信
- java实现两机间的socket通信.使用时将ip填入源码localhost处即可.-achieve the two-socket communications. When used to fill ip source localhost respect.
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
Client
- JAVA编写的SOCKET通信 客户端案
socket
- 用java开发的soket聊天程序,有3个soket工程,其中第3个有swing和dos之分,还有2个ppt教程!-With the java chat program developed soket, there are three soket project, the first of which three are swing and the dos of the points, there are 2 ppt tutorial!
JavaStudySource
- 这是学习Java的时候的积累,其中包括基础的java语法使用、Swing、Socket、Thread、Applet等基础java的使用!适用初学者-This is the time to study the accumulation of Java, including syntax to use java-based, Swing, Socket, Thread, Applet and other infrastructure the use of java! For beginners
chat
- 应用socket实现网络 聊天程序,涉及到了tcp连接,java GUI -Realize chat program ,socket program
socket
- java socket编程的一个例子,主要实现客户端和服务器端的交流,是一个小的聊天室-java socket programming example, the main achievement of the client and server side exchange is a small chat room
ChatServer
- 使用Java Application 实现Socket编程,进行两台机器的通信,能进行双方的会话。此代码是server端-communication based on socket
JavaSocket
- 自己写的Java socket的源码。对学习socket有很大帮助-Their own source code written in Java socket.
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
java版及时通讯系统
- 采用socket套接字,使用tcp/ip协议进行消息的及时通讯,模仿qq,初学者的必备。