Webserver Manager
class WebserverManager(listeningPort: Int, listeningHost: String, sslPort: Int?, sslKeyStoreFile: File?, sslKeyStore: KeyStore?, sslKeyAlias: String, sslKeyPassword: String, sslStorePassword: String, ktorConfigObjects: HashMap<String, Any>, applicationConfigObjects: HashMap<String, Any>)
Content copied to clipboard
Functions
Link copied to clipboard
Register and module into the webserver manager.
Link copied to clipboard
Start the WebserverManager.
Link copied to clipboard
fun stop(gracePeriodMillis: Long = 1000, timeoutMillis: Long = 5000): WebserverManager
Content copied to clipboard
Stop the WebserverManager.