Home
Java
2D Graphics GUI
3D
Advanced Graphics
Ant
Apache Common
Chart
Class
Collections Data Structure
Data Type
Database SQL JDBC
Design Pattern
Development Class
EJB3
Email
Event
File Input Output
Game
Generics
GWT
Hibernate
I18N
J2EE
J2ME
JavaFX
JDK 6
JDK 7
JNDI LDAP
JPA
JSP
JSTL
Language Basics
Network Protocol
PDF RTF
Reflection
Regular Expressions
Scripting
Security
Servlets
Spring
Swing Components
Swing JFC
SWT JFace Eclipse
Threads
Tiny Application
Velocity
Web Services SOA
XML
Server « Network Protocol « Java
Java
Network Protocol
Server
1.
A generic framework for a flexible, multi-threaded server
2.
Server allows connections on socket 6123
3.
This server displays messages to a single client
4.
The client can specify information to control the output of a server
5.
A server can use specialized streams to deliver typed data
6.
Serve entire objects using ObjectOutputStream
7.
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.
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