ClientConfiguration

data class ClientConfiguration(var auth: AuthConfiguration? = null, var db: Int? = null, var charset: Charset = Charsets.UTF_8, var maxConnections: Int = 50, var tlsConfig: TLSConfig? = null, var dispatcher: CoroutineDispatcher = Dispatchers.IO)

Constructors

Link copied to clipboard
constructor(auth: AuthConfiguration? = null, db: Int? = null, charset: Charset = Charsets.UTF_8, maxConnections: Int = 50, tlsConfig: TLSConfig? = null, dispatcher: CoroutineDispatcher = Dispatchers.IO)

Properties

Link copied to clipboard
Link copied to clipboard
var charset: Charset
Link copied to clipboard
var db: Int?
Link copied to clipboard
var dispatcher: CoroutineDispatcher
Link copied to clipboard
Link copied to clipboard
var tlsConfig: TLSConfig?