cc.otavia.handler.ssl.config

Members list

Type members

Classlikes

case class SslConfig(cacheBufferSize: Int = ...) extends ModuleConfig

SSL/TLS configuration for cc.otavia.handler.ssl.SslHandler.

SSL/TLS configuration for cc.otavia.handler.ssl.SslHandler.

Value parameters

cacheBufferSize

Size in bytes of the ByteBuffer cache used for SSL wrap/unwrap operations. This buffer is allocated per ActorThread and reused across SSL operations. Larger values reduce the chance of BUFFER_OVERFLOW errors but consume more memory. Default is 20480 (20KB).

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ModuleConfig
class Object
trait Matchable
class Any
Show all