quarkdown
Toggle table of contents
latest
jvm
Platform filter
jvm
Switch theme
Search in API
quarkdown
quarkdown-server
/
com.quarkdown.server
/
Server
Server
interface
Server
Abstract representation of a server.
Inheritors
LocalFileWebServer
Members
Members & Extensions
Functions
start
Link copied to clipboard
abstract
fun
start
(
port
:
Int
,
onReady
:
(
Stoppable
)
->
Unit
=
{}
)
Starts the server on
port
.
with
Scanner
Link copied to clipboard
fun
Server
.
withScanner
(
)
:
ServerFreePortScanner