搜索资源列表
E-mailSystem
- 一个完整的email客户端代码 Example program from Chapter 1 Programming Spiders, Bots and Aggregators in Java Copyright 2001 by Jeff Heaton SendMail is an example of client sockets. This program presents a simple dialog box that prompts the user for information
DeitelMessengerCaseStudy
- Deitel Messenger Case Study using Java Sockets
OReilly.Java.Rmi
- OReilly.Java.Rmithis book provides strategies for working with serialization, threading, the RMI registry, sockets and socket factories, activation, dynamic class downloading, HTTP tunneling, distributed garbage collection, JNDI, and CORB
JavaSockets
- java Sockets using UDP
JavaDistributedComputing
- Book which gives detailed view of applets, RMI, Network sockets -Book which gives detailed view of applets, RMI, Network sockets ...
JSockets
- tutorial of sockets in java
UDPProjet
- Codes Source Pour Les Sockets UDP en JAVA
Chat-java
- Chat with java using sockets
TCP-IP.Sockets.in.Java
- java socket的经典书籍,详细介绍了socket的方方面面的知识,对想深入了解网络编程的人很有益处-java socket classic books, detailed knowledge of all aspects of socket, like a deeper understanding of network programming useful to the people
ClienteTeste
- Client that uses sockets to communicate
WebServer
- Simple Web Server using sockets and http requests in java
Calculator_on-Java_Sockets
- Simple Calculator realised on Java Sockets. Contains two projects -Server and Client code
qddown_java8543535625
- 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法接受客户程序的连接-Between server and client through the socket Soc
Michi
- Tres en raya con sockets
SimpleChat
- 基于UDP的Sockets编程,实现了聊天室的基本功能,大家可以在一块聊天,并且可以选择聊天室。-UDP-Sockets-based programming to achieve the basic function of chat rooms, you can be a chat, and you can select the chat room.
Client
- this file contains the source code for the client and server communication through Sockets In java
JavaSocket
- Sockets 计算机网络与数据库的概念,对其进行的JAWA语言编程描述。详细而又深度。-The concept of computer networks and databases, programming their descr iption for the JAWA. Detailed and deep.
Server
- code to communicate with sockets
NetworkService1.0.0.1_2
- 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.
Sockets
- An Exemple for Client _ Server Using Sockets