WebserverHandle

data class WebserverHandle(val listenAddress: <Error class: unknown class>, val process: Process)

Deprecated

The webserver is for testing purposes only and will be removed soon

Class which represents a handle to a webserver process and its NetworkHostAndPort for testing purposes.

Constructors

Link copied to clipboard
constructor(listenAddress: <Error class: unknown class>, process: Process)

Properties

Link copied to clipboard
val listenAddress: <Error class: unknown class>

The NetworkHostAndPort for communicating with this webserver.

Link copied to clipboard

The Process in which the websever is running