| Interface | Description |
|---|---|
| DataApi |
API for the data exchanged between browser and server.
|
| DataApiProvider<CTX> | |
| DataServer |
The interface implementetd by a web server that allows clients to access the
DataApi. |
| TextIoApp<APP extends TextIoApp<APP>> |
| Class | Description |
|---|---|
| AbstractDataServer<CTX> |
Typically used as base class for
DataServer implementations. |
| AbstractDataServer.ResponseData | |
| RatpackDataServer |
A Ratpack-based web server that allows clients to access the
DataApi. |
| RatpackDataServer.ContextHolder | |
| RatpackTextIoApp | |
| RunnerData | |
| SparkDataServer |
A SparkJava-based web server that allows clients to access the
DataApi. |
| SparkDataServer.SessionHolder | |
| SparkTextIoApp | |
| TextTerminalData |
The data sent by the server to a polling web component.
|
| TextTerminalData.Key | |
| TextTerminalData.KeyValue |
A key-value pair
|
| TextTerminalData.MessageGroup |
A group of messages sharing the same settings
|
| WebTextTerminal |
A
TextTerminal that allows accessing the application via a browser. |
| Enum | Description |
|---|---|
| TextTerminalData.Action |
| Exception | Description |
|---|---|
| DataApiProviderException |