SslConfig
cc.otavia.handler.ssl.config.SslConfig
case class SslConfig(cacheBufferSize: Int = ...) extends ModuleConfig
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
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ModuleConfigclass Objecttrait Matchableclass Any
Members list
In this article