cc.otavia.handler.ssl.config
package 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 Serializabletrait Producttrait Equalstrait ModuleConfigclass Objecttrait Matchableclass AnyShow all
In this article