http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-core
/
org.http4k.server
/
Http4kServer
Http4k
Server
interface
Http4kServer
:
AutoCloseable
(
source
)
Members
Members & Extensions
Functions
block
Link copied to clipboard
open
fun
block
(
)
close
Link copied to clipboard
open
override
fun
close
(
)
port
Link copied to clipboard
abstract
fun
port
(
)
:
Int
start
Link copied to clipboard
abstract
fun
start
(
)
:
Http4kServer
stop
Link copied to clipboard
abstract
fun
stop
(
)
:
Http4kServer
uri
Link copied to clipboard
fun
Http4kServer
.
uri
(
baseUri
:
Uri
=
Uri.of("http://localhost:${port()}")
)
:
Uri