Configuration

class Configuration : BaseApplicationEngine.Configuration

Jetty-specific engine configuration

Constructors

Link copied to clipboard
fun Configuration()

Properties

Link copied to clipboard
var callGroupSize: Int
Link copied to clipboard
var configureServer: Server.() -> Unit

Property function that will be called during Jetty server initialization with the server instance as receiver.

Link copied to clipboard
var connectionGroupSize: Int
Link copied to clipboard
val parallelism: Int
Link copied to clipboard
var workerGroupSize: Int