| Interface | Description |
|---|---|
| ClientProtocolHooks |
API that describes callbacks for WebSockets driver processing.
|
| EmbeddedWebServer |
Embedded web server API.
|
| WebClientMessageTypes |
Defines the message header type code for all possible web client protocol messages.
|
| Class | Description |
|---|---|
| AuthHandler |
Jetty Handler which enforces authorization.
|
| BrowserDetails |
Container for browser specific details
|
| EmbeddedWebServerImpl |
Web screen driver shared implementation of an embedded web server.
|
| EmbeddedWebServerImpl.I18NWebResources |
Represents the I18n web resources:
WebClient_en_US.json
...................
|
| GenericWebSocketCreator<T> |
A custom WebSocketCreator implementation which just returns the instance of the contained
object which implements web-sockets support.
|
| NetworkTestHandler |
Handles web socket messages related to the Network Testing feature of Web GUI.
|
| PushMessagesWorker |
For performance reasons the sending of messages to the remote end point via web sockets
should be done asynchronously.
|
| StorageMessagingWebSocket |
Extends the custom FWD web-sockets implementation with messages for key-value storage.
|
| StorageMessagingWebSocket.IncomingMessage |
Represents the message received by the WebSocket
|
| WatchdogTimer |
A watchdog timer implementation is based on java.util.Timer.
|
| WebClientProtocol |
Implements the WebSockets protocol to drive communications with a JavaScript web client.
|
| WebPageHandler |
Jetty Handler which delivers HTML resource files.
|
| WebTaskWorker |
This class is responsible of processing the requests received from javascript in a separate
thread.
|
| Enum | Description |
|---|---|
| NetworkTestHandler.MessageType |
Message types sent to JS client.
|
| NetworkTestHandler.State |
All possible states the instance may be in.
|
| StorageMessagingWebSocket.StorageMessageType |
Supported types of storage access messages.
|