搜索资源列表
java实现服务器和客户机通讯的的方法
- 本文介绍一种用Java的Socket和ServerSocket实现服务器和客户机通讯的的方法。原理是在服务器端建立ServerSocket端口并监听,接收到客户端的连接请求时建立Socket,得到Socket的输入输出流。在客户端新建Socket并获得输入输出流。服务器和客户端的输入输出流建立后使用writeLine()和println()方法彼此发送和接收数据。为提高代码效率,建立两个类clientAgent和serverAgent。 -This article introduces a
JAVA
- java网络编程实例,分为客户端和服务器端,可以传送图片,记得把命名为a.jpg的图片放在当前目录,先运行服务器端程序,在运行客户端,点击get picture,例外还有两张JAVA初学的ppt,共五个文件-java network programming instance, is divided into client and server side, you can send pictures, remember the name a.jpg picture on the current d
Server
- 基于C/s下的java编程的服务器端,用于一个服务器多台客户端-Based on C/s under the server-side java programming for a multi-server client
CHATTING__19424810222005
- chat system.where client and server caneasily connected
simplecall
- 1- Start the Intraswitch server. 2- Make sure MYCLASSPATH settings in simplecall.bat / incall.sh, outcall.sh reflects location of client-CTI jars. 3- Make sure java executable is in search path and java.policy is ok (see "installing Intr
chat-use-java
- 利用java编写的客户端和服务器端的聊天程序-Prepared to use java client and server chat program
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
ChatClient
- 用Java编写的聊天的client端。该客户端需要配合server端使用。-Written with Java chat client-side. The client needs with the server-side use.
ChatServer
- 这个是Java编写的聊天的server端。用的时候,应该先打开server端。等着client端连接。-This is written in Java chat server-side. Used, it should first open the server side. Waiting for client-side connection.
chatroom
- java 1.5 服务端管理 客户端登录验证,新用户注册,收发消息,单聊,群聊-java 1.5 server management client login authentication, new user registration, send and receive messages, single chat, group chat
Chat
- 用Java编码,利用TCP协议,实现服务器和客户端的数据传输-With Java code, using TCP protocol, server and client to achieve data transfer
SSLjavashixian
- SSL协议的java实现:SSL协议的 java实现的服务端 客服端代码-Java implement SSL protocol: SSL protocol server-side java implement customer-side code
ww
- 用java多线程实现服务器与客户端之间的文件传输的代码 大家参考下-Multithread with java server and transfer files between the client code we refer to the following
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
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-rmi-server
- java rmi远程调用服务器搭建,rmi具体实现步骤说明,- java rmi remote call server build, rmi specific implementation steps described
ChatMessage.java
- Chatroom chat message code, very nice with client and server
RoundRobinDatacenterBroker.java.tar
- Round-robin load balancing is one of the simplest methods for distributing client requests across a group of servers. Going down the list of servers in the group, the round-robin load balancer forwards a client request to each server in turn. When it