Package org.beryx.textio.web
-
Interface Summary 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 theDataApi
.TextIoApp<APP extends TextIoApp<APP>> -
Class Summary Class Description AbstractDataServer<CTX> Typically used as base class forDataServer
implementations.AbstractDataServer.ResponseData RatpackDataServer A Ratpack-based web server that allows clients to access theDataApi
.RatpackDataServer.ContextHolder RatpackTextIoApp RunnerData SparkDataServer A SparkJava-based web server that allows clients to access theDataApi
.SparkDataServer.SessionHolder SparkTextIoApp TextTerminalData The data sent by the server to a polling web component.TextTerminalData.Key TextTerminalData.KeyValue A key-value pairTextTerminalData.MessageGroup A group of messages sharing the same settingsWebTextTerminal ATextTerminal
that allows accessing the application via a browser. -
Enum Summary Enum Description TextTerminalData.Action -
Exception Summary Exception Description DataApiProviderException