Download List

Projeto Descrição

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

Esta versão adicionou um modo seguro com SSL e TLS, a capacidade de negociar conexões seguras através de conexões TCP normal, servidor init ganchos, um modo de comunicação binária usando ClientBinaryHandler e QSAdminAPI uma API para se comunicar com QsAdminServer. Dois exemplos foram acrescentados novos: XmlAdder, um servidor XML simples que adiciona dois inteiros, e pipeServer, um servidor de redirecionamento simples.
Tags: Major feature enhancements
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.

2003-07-15 06:20
1.1

Esta versão permite aos administradores definir o número máximo de nenhum cliente que pode conectar, e QuickServer vincular a um endereço IP. QuickServer.startServer () agora detecta falhas. Uma porta de administração e protocolo foram adicionados como foram muitos outros métodos úteis. Novos exemplos também foram adicionados.
Tags: Major feature enhancements
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.

Project Resources