Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - client server java
Search - client server java - List
本文介绍一种用Java的Socket和ServerSocket实现服务器和客户机通讯的的方法。原理是在服务器端建立ServerSocket端口并监听,接收到客户端的连接请求时建立Socket,得到Socket的输入输出流。在客户端新建Socket并获得输入输出流。服务器和客户端的输入输出流建立后使用writeLine()和println()方法彼此发送和接收数据。为提高代码效率,建立两个类clientAgent和serverAgent。 -This article introduces a Java ServerSocket socket server and and client communication methods. The principle is established on the server side ServerSocket ports and eavesdropping, reception to the client connection request to establish socket, the socket to be input and output streams. The new Socket client and access input and output streams. Server and client input and output streams used after the establishment of writeLine (), and println () side France each other to send and receive data. To improve code efficiency, the establishment of two categories clientAgent and serverAgent.
Date : 2008-10-13 Size : 5.89kb User : 郑描中

本文介绍一种用Java的Socket和ServerSocket实现服务器和客户机通讯的的方法。原理是在服务器端建立ServerSocket端口并监听,接收到客户端的连接请求时建立Socket,得到Socket的输入输出流。在客户端新建Socket并获得输入输出流。服务器和客户端的输入输出流建立后使用writeLine()和println()方法彼此发送和接收数据。为提高代码效率,建立两个类clientAgent和serverAgent。 -This article introduces a Java ServerSocket socket server and and client communication methods. The principle is established on the server side ServerSocket ports and eavesdropping, reception to the client connection request to establish socket, the socket to be input and output streams. The new Socket client and access input and output streams. Server and client input and output streams used after the establishment of writeLine (), and println () side France each other to send and receive data. To improve code efficiency, the establishment of two categories clientAgent and serverAgent.
Date : 2025-12-24 Size : 6kb User : 郑描中

类似于飞鸽传输的局域网聊天传输程序,不分服务端和客户端,他可以充分利用局域网的网络资源,传输速度超过10mb/s,而且有美观的用户界面-Fei transmission similar to the LAN chatting transmission procedures, regardless of the server and client, he can take full advantage of the LAN network resources, transmission speed over 10MB/s, but is aesthetically pleasing user interface
Date : 2025-12-24 Size : 94kb User : jesska

一个socket测试程序,支持tcp/ip和udp,既可用于server端,也可以用于client端-a socket test procedure, support tcp/ip and udp used for both server side, but also can be used for client-
Date : 2025-12-24 Size : 26kb User : wan

基于C/s下的java编程的服务器端,用于一个服务器多台客户端-Based on C/s under the server-side java programming for a multi-server client
Date : 2025-12-24 Size : 2kb User : 00丫头

chat system.where client and server caneasily connected
Date : 2025-12-24 Size : 3kb User : divya

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 IntraSwitch Sample Code and Client Librairies" in documentation for details about java.policy setup). A default java.policy is provided in the lib directory. 4- Update SERVER_HOST_NAME settings in simplecall.bat / incall.sh, outcall.sh if the CTI server is not running on the same machine (default is localhost). Set it to the IP address or host name of your server. 5- On WinNT, launch simplecall.bat or on Unix: incall.sh first, then outcall.sh-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 IntraSwitch Sample Code and Client Librairies" in documentation for details about java.policy setup). A default java.policy is provided in the lib directory. 4- Update SERVER_HOST_NAME settings in simplecall.bat/incall.sh, outcall.sh if the CTI server is not running on the same machine (default is localhost). Set it to the IP address or host name of your server. 5- On WinNT, launch simplecall.bat or on Unix: incall.sh first, then outcall.sh
Date : 2025-12-24 Size : 11kb User : zzz

利用java编写的客户端和服务器端的聊天程序-Prepared to use java client and server chat program
Date : 2025-12-24 Size : 4kb User : mrzhou

用Java编写的聊天的client端。该客户端需要配合server端使用。-Written with Java chat client-side. The client needs with the server-side use.
Date : 2025-12-24 Size : 1kb User : guye_abc

这个是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.
Date : 2025-12-24 Size : 1kb User : guye_abc

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 directory, first run the server-side program, run the client, click on get picture, there are two exceptions to Zhang JAVA beginner' s ppt, a total of five documents
Date : 2025-12-24 Size : 458kb User : kailin

java 1.5 服务端管理 客户端登录验证,新用户注册,收发消息,单聊,群聊-java 1.5 server management client login authentication, new user registration, send and receive messages, single chat, group chat
Date : 2025-12-24 Size : 894kb User : zhangguoxia

用Java编码,利用TCP协议,实现服务器和客户端的数据传输-With Java code, using TCP protocol, server and client to achieve data transfer
Date : 2025-12-24 Size : 75kb User : hudongfang

DL : 0
用java多线程实现服务器与客户端之间的文件传输的代码 大家参考下-Multithread with java server and transfer files between the client code we refer to the following
Date : 2025-12-24 Size : 7kb User : glj

java socket编程的一个例子,主要实现客户端和服务器端的交流,是一个小的聊天室-java socket programming example, the main achievement of the client and server side exchange is a small chat room
Date : 2025-12-24 Size : 19kb User : 豆子

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.
Date : 2025-12-24 Size : 8kb User : cheng

这是一个客户端与服务端进行通信的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 window sent from the server side through information.
Date : 2025-12-24 Size : 3kb User : 江寒月

java写的一个图形用户界面程序,分为Client和Server,需联系-java write a graphical user interface program, divided Client and Server, need to contact
Date : 2025-12-24 Size : 13kb User : 丽子

Chatroom chat message code, very nice with client and server
Date : 2025-12-24 Size : 1kb User : newtaft

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 reaches the end of the list, the load balancer loops back and goes down the list again (sends the next request to the first listed server, the one after that to the second server, and so on).
Date : 2025-12-24 Size : 1kb User : N Mounika
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.