搜索资源列表
-
0下载:
Client that uses sockets to communicate
-
-
0下载:
服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法接受客户程序的连接-Between server and client through the socket Soc
-
-
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下载:
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下载:
这个程序是java中socket通信的基础,分为服务器端和客户端,进行socket通信,传输文件。-This java program is a base socket communication program that contains server and client. It implements the function of transfering a file by sockets.
-
-
0下载:
IP implementation for Java. With these files you can easily use IP sockets with a java server or client.
-