|
QuickServer v1.4.7 |
||||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | ||||||||||
ClientHandler
- Receive data as String terminated by <CR><LF>
When ClientHandler receives any String it calls
ClientCommandHandler.handleCommand(org.quickserver.net.server.ClientHandler, java.lang.String) method
targetQuickServer.getAppLogger() with Level.INFO as its level.
QuickServer.getAppLogger().
ClientHandler.sendSystemMsg(java.lang.String),
since it uses Logging.
QuickServer.getAppLogger() with Level.INFO as its level.
QuickServer.getAppLogger().
BasicClientHandler.sendSystemMsg(java.lang.String),
since it uses Logging.
TheClient.setClientAuthenticationHandler(org.quickserver.net.server.ClientAuthenticationHandler)
Authenticator.
ClientIdentifier.
CommandPlugin class which plugs into
CommandHandler of QsAdminServer.
true | false
QSAdmin
MicroFormatter
MiniFormatter
DBObjectPoolConfig
DataMode for the ClientHandler
Note: When mode is DataMode.OBJECT and type is DataType.IN
this call will block until the client ObjectOutputStream has
written and flushes the header.
DataMode for the ClientHandler
Note: When mode is DataMode.OBJECT and type is DataType.IN
this call will block until the client ObjectOutputStream has
written and flushes the header.
DataMode for the ClientHandler
STRING|BYTE|OBJECT|BINARY
STRING|BYTE|OBJECT|BINARY
iterator containing
DatabaseConnectionConfig
objects if any from the xml configuration it reads.
DBPoolUtil class that handles the
database connection pools.
DataMode for the ClientHandler
DataMode for the ClientHandler
InputStream associated with
the Client being handled.
OutputStream associated with
the Client being handled.
OutputStream associated with
the Client being handled.
QSAdmin
QSAdminServer associated with this QuickServer
QSObjectPoolMaker.
Service interface.
|
QuickServer v1.4.7 |
||||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | ||||||||||