Package-level declarations

Types

Link copied to clipboard
interface ExternalAPI

Defines the hooks for defining external APIs such as HTTP, Telnet.

Link copied to clipboard
abstract class GenericServer(type: String, flags: GenericFlags)
Link copied to clipboard
class TelnetClient(val host: String, val port: Int)