搜索资源列表
利用Socket进行Java网络编程
- 利用socket进行网上对话聊天,包括服务器端和客户端程序源码及用户界面的建立.-You can chat with socket online,including server and client source code and the implementation of GUI
使用java控制HTTP协议客户端应用
- Http客户端程序已集成在Java语言中,可以通过URLConnection类调用。遗憾的是,由于SUN没有公布Http客户程序的源码,它实现的细节仍是一个谜。本文根据HTTP协议规范,用Java.net.Socket类实现一个HTTP协议客户端程序。 -Http client program has been integrated into the Java language, URLConnection can call category. Unfortunately, because S
java实现服务器和客户机通讯的的方法
- 本文介绍一种用Java的Socket和ServerSocket实现服务器和客户机通讯的的方法。原理是在服务器端建立ServerSocket端口并监听,接收到客户端的连接请求时建立Socket,得到Socket的输入输出流。在客户端新建Socket并获得输入输出流。服务器和客户端的输入输出流建立后使用writeLine()和println()方法彼此发送和接收数据。为提高代码效率,建立两个类clientAgent和serverAgent。 -This article introduces a
socket(chlientandserver)
- 一个用JAVA实现的socket通信,包含服务器端和客户端。-JAVA with a socket communications, including server and the client.
cs
- 考试系统,java,实现了服务器端从文件读取考试题,并通过socket传给客户端,用户在一定时间内按顺序答题。可以作为一个此类应用的简单参考实现。
talkhome.rar
- socket聊天室,多个客户端和一个服务端,服务端可以同时和多个客户端聊天,发送消息。,socket chat rooms, multiple clients and a server, client services at the same time and multiple clients to chat, send a message.
Server_java
- 这个socket服务器代码可以为你建立指定的监听端口、客户端请求响应机制等一些服务器所具备的基本框架 -the socket server code can you establish designated monitor port, the client request response mechanism and some other servers with a basic framework
talk
- socket通信的聊天室代码,一个服务端可以对应多个客户端。可以同时和不同个客户端通信。-Chat socket communication code, a service clients can correspond to multiple clients. At the same time and different client communications.
JAVA
- 编写Socket的服务器和客户端程序,在某端口建立监听服务,完成客户机与服务器之间的通信功能。-Prepared Socket server and client programs, the establishment of listening to a certain port services, the completion of client and server communication between functional.
Client
- JAVA编写的SOCKET通信 客户端案
j2meHttp
- j2me源码实例:手机发送接收消息,socket通信,服务器客户端联系-j2me source code examples: cell phones to send receive messages, socket communication, client server connection
socket
- java socket编程的一个例子,主要实现客户端和服务器端的交流,是一个小的聊天室-java socket programming example, the main achievement of the client and server side exchange is a small chat room
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
SocketDemo
- 这是简单的一个socket通信编程demo,利用java代码编写。客户端服务器分开。-Write a socket communication simple demo, is primarily a simple server-side code
audiochat
- 一个基于java socket programming的小程序,支持从客户端到服务端的音频传输-A simple program based on java socket programming. Function: support audio transmission client side to the server side
SocketServer
- socket服务端开发实例,只是服务端,客户端正在整理中.-socket server for java.
qagic
- Java语言实现Socket结构的聊天程序,分为服务器端和客户端-The Java language to realize the structure of the Socket chat program, is divided into client and server
zsdlize
- Java语言实现Socket结构的聊天程序,分为服务器端和客户端-The Java language to realize the structure of the Socket chat program, is divided into client and server
HFUT JAVA 5
- 说明并尝试通过URL从服务器上读取一个文本文件,并显示该文本文件的内容。 5. 编写程序,用Socket通信机制在服务器和客户端之间传输文件。(Describes and attempts to read a text file from the server through a URL and display the contents of the text file. 5. Write a program and use socket communication mechanism to t