See: Description
| Interface | Description |
|---|---|
| ClientObject<C extends ClientContext> |
This interface is implemented by all client classes that keep a ClientContext reference
|
| Class | Description |
|---|---|
| AbstractClientLaunch<G extends ClientConfig,C extends ClientContext> |
This class just nails the
ApplicationContext to a ClientContext |
| AbstractClientObject<C extends ClientContext> |
This is the base class for client classes that manage a
ClientContext |
| ClientCommandLineParser |
This is the default command line parser for a client of the multi-channel server
|
| ClientCommandLineParser.OptionAutoLogin | |
| ClientCommandLineParser.OptionAutoReconnect | |
| ClientCommandLineParser.OptionNetIo | |
| ClientCommandLineParser.OptionNoMessage | |
| ClientCommandLineParser.OptionPassword | |
| ClientCommandLineParser.OptionPingDelay | |
| ClientCommandLineParser.OptionRequestTimeout | |
| ClientCommandLineParser.OptionUser | |
| ClientCommandLineParser.OptionZipTransfer | |
| ClientConfig |
This class encapsulates the startup parameters of the client
|
| ClientContext |
This class is the main access point for the runtime environment of the client.
|
| ClientEnvStore<C extends ClientContext> |
This EnvStore supports for detecting whether the client has been reinstalled
by JavaWebstart.
|
| ClientTaskManager<C extends ClientContext> |
Extends the
TaskManager such that all activity lists are maintained
centrally here. |
| GuiClientContext |
This is a
ClientContext for Swing GUI applications that have a ClientMainFrame. |
| OptionServer |
This option is mandatory to a client in order to know to which server it should connect to.
|
| RawClientContext |
This is a raw
ClientContext for applications without GUI. |
| UserCache |
| Enum | Description |
|---|---|
| ClientErrorType |
This enum provides special
ErrorTypes for client side errors |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.