当前位置:
首页
资源下载

搜索资源 - client server Java sockets
搜索资源列表
-
1下载:
JICQ是用JAVA语言编写的一个基于客户机/服务器(C/S)模式的局域短信实时通信工具系统,系统采用了Microsoft公司的SQL Server 2000作为后台数据库,系统通过JDBC访问数据库。系统分为服务器程序和客户程序两部分,服务器与客户间采用“传输控制协议”(TCP),通过套接字(Socket)连接,客户之间采用“用户数据报协议”(UDP),通过数据报套接字(DatagramSocket)建立连接。系统具有用户注册、用户登录、添加好友、删除好友、发送和接收消息等功能。-JICQ J
-
-
0下载:
用java实现的非常小巧的sockets程序,分server和client,只实现基本的响应功能。
-
-
0下载:
简单的客户端与服务器的连接 简单的JAVA网络编程-Simple client and server connections simple JAVA Network Programming
-
-
0下载:
socket programming program
server client application on sockets
-
-
0下载:
实现聊天功能的Java程序,客户端和服务器的-The realization of the Java chat program, the client and server
-
-
0下载:
Client that uses sockets to communicate
-
-
0下载:
This is used to show a developer how to use and build Client / Server app s by using Sockets. This is very basic, and doesn t go over using UDP. -This is used to show a developer how to use and build Client/Server app s by using Sockets. This is very
-
-
0下载:
Simple Calculator realised on Java Sockets. Contains two projects -Server and Client code
-
-
0下载:
服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法接受客户程序的连接-Between server and client through the socket Soc
-
-
0下载:
A working examples of multi threaded server and client application using java sockets.
each time a client tries to connect to server, a new thread is started to handle the client.
it is a application to draw on a board by all the clients co
-
-
0下载:
this file contains the source code for the client and server communication through Sockets In java
-
-
0下载:
This file contains UDP sockets in java. It includes client Program as well as Server Program.
-
-
0下载:
A Java class library for networking applications using Java sockets & threads. From simple listener classes to skeletons for building server & client applications, This library aims to take care of all socket programming & multithreading you need.
-
-
0下载:
an examples of the use of sockets in java witha a client and a server, described line by line
-
-
0下载:
A simple Client and Server base on Java Sockets. A beginners tutorial to understand how sockets work along with IO streams.
-
-
0下载:
《Java网络编程》第三版会为你介绍Java网络API的最新特性。本书讨论了JDK 1.4和1.5(现在已命名为J2SE 5)中所做的所有修改和增补。本书内容全面,涵盖了从网络基础知识到远程方法调用(RMI)等各方面的内容,书中章节涉及到TCP和UDP socket、服务器socket、URL和URI、组播以及特殊用途的API(如JavaMail)等等。本书展示了如何使用JSSE编写安全的网络应用程序,解释了如何使用NIO API编写超高性能的服务器。它还涵盖了Java对网络代理、Web coo
-
-
0下载:
This the server and the client program thatI wrote basically it gives u a good understanding of how sockets work in java
credit to
Author: Mohammed Alfaaz
-This is the server and the client program thatI wrote basically it gives u a good und
-
-
0下载:
This the server and the client program thatI wrote basically it gives u a good understanding of how sockets work in java
credit to
Mohammed Alfaaz
-This is the server and the client program thatI wrote basically it gives u a good understandi
-
-
0下载:
Chat server & client in java with sockets
-
-
0下载:
java client server communication using sockets distributed systems
-