|
QuickServer v1.4.6 |
||||||||||
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. |
ClientEventHandler
[Optional Class]ClientCommandHandler
[#]ClientBinaryHandler
[#]ClientObjectHandler
[#]ClientWriteHandler
[Optional Class]ClientAuthenticationHandler
[Optional Class]ClientData
[Optional Class]ClientExtendedEventHandler
[Optional Class][#] = Any one of these have to be set based on default DataMode for input. The default DataMode for input is String so if not changes you will have to set ClientCommandHandler.
For more info view QuickServer Basic Architecture.Secure
QSAdminServer
(With support plugable application commands).QSAdminServer.setShellEnable(boolean)
PluginPanel
)ClientIdentifiable
DBPoolUtil
.Service
ServerHook
, InitServerHook
|
QuickServer v1.4.6 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |