DummyTelnetServer

Dummy telnet server which does not connect anywhere.

Constructors

Link copied to clipboard
constructor(flags: GenericFlags)

Properties

Link copied to clipboard
Link copied to clipboard
open override val port: Int = 0

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 override fun interfaceAddresses(includeLoopback: Boolean): <Error class: unknown class>
Link copied to clipboard
open fun listen()

Start the server asynchronously in a background thread

Link copied to clipboard
open override fun status(): String
Link copied to clipboard
open override fun toString(): String