TelnetServer

abstract class TelnetServer(val flags: GenericFlags) : GenericServer

Abstract description for telnet servers.

Inheritors

Constructors

Link copied to clipboard
constructor(flags: GenericFlags)

Properties

Link copied to clipboard
Link copied to clipboard
abstract val port: Int

Functions

Link copied to clipboard
open fun addresses(includeLoopback: Boolean = false): List<ServiceAddress>
Link copied to clipboard
open fun close()

Close the server's background thread

Link copied to clipboard
open fun interfaceAddresses(includeLoopback: Boolean = false): List<InterfaceAddresses>
Link copied to clipboard
open fun listen()

Start the server asynchronously in a background thread

Link copied to clipboard
abstract fun status(): String