create Ktor Server
fun <TEngine : ERROR CLASS: Symbol not found for ApplicationEngine, TConfiguration : ERROR CLASS: Symbol not found for ApplicationEngine.Configuration> createKtorServer(engine: ERROR CLASS: Symbol not found for ApplicationEngineFactory<TEngine, TConfiguration>, host: String = "localhost", port: Int = Random.nextInt(1024, 65535), additionalEngineEnvironmentConfigurator: ERROR CLASS: Symbol not found for EngineConnectorBuilder.() -> Unit = {}, additionalConfigurationConfigurator: TConfiguration.() -> Unit = {}, environment: ERROR CLASS: Symbol not found for ApplicationEnvironment = applicationEnvironment(), block: ERROR CLASS: Symbol not found for Application.() -> Unit): ERROR CLASS: Symbol not found for EmbeddedServer<TEngine, TConfiguration>(source)
fun <TEngine : ERROR CLASS: Symbol not found for ApplicationEngine, TConfiguration : ERROR CLASS: Symbol not found for ApplicationEngine.Configuration> createKtorServer(engine: ERROR CLASS: Symbol not found for ApplicationEngineFactory<TEngine, TConfiguration>, host: String = "localhost", port: Int = Random.nextInt(1024, 65535), additionalEngineEnvironmentConfigurator: ERROR CLASS: Symbol not found for EngineConnectorBuilder.() -> Unit = {}, additionalConfigurationConfigurator: TConfiguration.() -> Unit = {}, environment: ERROR CLASS: Symbol not found for ApplicationEnvironment = applicationEnvironment(), configurators: List<KtorApplicationConfigurator>): ERROR CLASS: Symbol not found for EmbeddedServer<TEngine, TConfiguration>(source)
fun createKtorServer(host: String = "localhost", port: Int = Random.nextInt(1024, 65535), additionalEngineEnvironmentConfigurator: ERROR CLASS: Symbol not found for EngineConnectorBuilder.() -> Unit = {}, additionalConfigurationConfigurator: ERROR CLASS: Symbol not found for CIOApplicationEngine.Configuration.() -> Unit = {}, environment: ERROR CLASS: Symbol not found for ApplicationEnvironment = applicationEnvironment(), block: ERROR CLASS: Symbol not found for Application.() -> Unit): ERROR CLASS: Symbol not found for EmbeddedServer<ERROR CLASS: Symbol not found for CIOApplicationEngine, ERROR CLASS: Symbol not found for CIOApplicationEngine.Configuration>(source)
fun createKtorServer(host: String = "localhost", port: Int = Random.nextInt(1024, 65535), configurators: List<KtorApplicationConfigurator>, additionalEngineEnvironmentConfigurator: ERROR CLASS: Symbol not found for EngineConnectorBuilder.() -> Unit = {}, additionalConfigurationConfigurator: ERROR CLASS: Symbol not found for CIOApplicationEngine.Configuration.() -> Unit = {}, environment: ERROR CLASS: Symbol not found for ApplicationEnvironment = applicationEnvironment()): ERROR CLASS: Symbol not found for EmbeddedServer<ERROR CLASS: Symbol not found for CIOApplicationEngine, ERROR CLASS: Symbol not found for CIOApplicationEngine.Configuration>(source)
Create server with CIO server engine without starting of it
See also
Application Engine. start