Download List

Project Description

QuickServer is a free, open source Java library
for robust and quick creation of multi-threaded,
multi-client TCP server applications. With
QuickServer you can concentrate on just the
application logic/protocol at hand.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-08-30 10:39
1.4.0 beta

This release added a secure mode using SSL and TLS,
the ability to negotiate secure connections over
normal TCP connections, init server hooks, a BINARY
communication mode using ClientBinaryHandler, and
a QSAdminAPI API for communicating with
QsAdminServer. Two new examples were added:
XmlAdder, a simple XML server that adds two
integers, and PipeServer, a simple redirection server.
Tags: Major feature enhancements

2003-07-15 06:20
1.1

This version allows administrators to set the maximum
no of client that can connect, and bind QuickServer to
an IP address. QuickServer.startServer() now detects
failures. An admin port and protocol were added as
were many other useful methods. New examples were
also added.
Tags: Major feature enhancements

Project Resources