JettyWebServer

constructor(server: Server)

Create a new JettyWebServer instance.

Parameters

server

the underlying Jetty server


constructor(server: Server, autoStart: Boolean)

Create a new JettyWebServer instance.

Parameters

server

the underlying Jetty server

autoStart

if auto-starting the server