Java examples (example source code) » Network Protocol » Server

Java
C++
Java Products
Java Articles
Java Home  »   Network Protocol   » [  Server  ]  Screenshots 
 



1.  A generic framework for a flexible, multi-threaded server
2.  Server allows connections on socket 6123 Server allows connections on socket 6123
3.  This server displays messages to a single client This server displays messages to a single client
4.  The client can specify information to control the output of a server The client can specify information to control the output of a server
5.  A server can use specialized streams to deliver typed data A server can use specialized streams to deliver typed data
6.  Serve entire objects using ObjectOutputStream Serve entire objects using ObjectOutputStream
7.  A multithreaded server A 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.  Socket Openeration Test
12.  URL Connection Test URL Connection Test
13.  This server retrieves the time using the RFC867 protocol. This server retrieves the time using the RFC867 protocol.
14.  Quote Server
15.  Client and Server Demo
16.  Reflector








Home| Contact Us
Copyright 2003 - 04 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.