|
QuickServer v1.4.5 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
See:
Description
Core Packages | |
org.quickserver.net | Support classes and exceptions. |
org.quickserver.net.server | Contains all of the classes for creating QuickServer. |
org.quickserver.util.xmlreader | Classes for reading XML and storing the configuration. |
Support Packages | |
org.quickserver.net.qsadmin | Contains all of the classes for creating QSAdminServer. |
org.quickserver.net.server.impl | Contains all of the implementation classes for interface in server package. |
org.quickserver.security | Classes for Security interfacing with QuickServer. |
org.quickserver.sql | Classes for SQL interfacing with QuickServer. |
org.quickserver.util.io | Support classes for IO operation. |
org.quickserver.util.pool | Provides classes for Object Pools. |
org.quickserver.util.pool.thread | Classes for managing the pool of threads for handling clients. |
Util Packages | |
org.quickserver.net.qsadmin.gui | GUI components and classes. |
org.quickserver.swing | Classes for GUI related work. |
org.quickserver.util.logging | Support classes for LogRecord formatting. |
QuickServer is an open source Java library/framework for quick creation
of robust multi-client TCP server applications. With QuickServer you can
concentrate on just the application logic/protocol on hand.
QuickServer provides an abstraction over the ServerSocket, Socket and
other network and input output classes and it eases the creation of
powerful network servers.
![]() | Example programs demonstrating the use of the library can be found with the QuickServer distribution [examples folder]. Latest examples, documentation is available through the website. |
ClientCommandHandler
ClientWriteHandler
[Optional Class]ClientObjectHandler
[Optional Class]ClientBinaryHandler
[Optional Class]
Handles client interaction - Binary data.
Authenticator
[Optional Class]ClientData
[Optional Class]Secure
QSAdminServer
(With support plugable application commands).QSAdminServer.setShellEnable(boolean)
PluginPanel
)ClientIdentifiable
DBPoolUtil
.Service
ServerHook
, InitServerHook
ClientIdentifier
implementation plug able.ClientEventHandler
, ClientWriteHandler
, PoolManager
, QSObjectPoolMaker
.
|
QuickServer v1.4.5 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |