Server « Network Protocol « Java






1.A generic framework for a flexible, multi-threaded server
2.Server allows connections on socket 6123Server allows connections on socket 6123
3.This server displays messages to a single clientThis server displays messages to a single client
4.The client can specify information to control the output of a serverThe client can specify information to control the output of a server
5.A server can use specialized streams to deliver typed dataA server can use specialized streams to deliver typed data
6.Serve entire objects using ObjectOutputStreamServe entire objects using ObjectOutputStream
7.A multithreaded serverA multithreaded server
8.Base class to build multithreaded servers easily
9.Manage a pool of threads for clients








10.Client estimates the speed of the network connection to the server
11.This server retrieves the time using the RFC867 protocol.This server retrieves the time using the RFC867 protocol.
12.Quote Server
13.Logging Server based on SocketServer
14.Client and Server Demo
15.Reflector
16.Simple Http Server