final case class SSLContextBits(sslContext: SSLContext, clientAuth: SSLClientAuthMode) extends SSLConfig with Product with Serializable
- Annotations
- @deprecated
- Deprecated
(Since version 0.21.0-RC3) No longer used
- Source
- ServerBuilder.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SSLContextBits
- Serializable
- Serializable
- Product
- Equals
- SSLConfig
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SSLContextBits(sslContext: SSLContext, clientAuth: SSLClientAuthMode)
Value Members
- val clientAuth: SSLClientAuthMode
- val sslContext: SSLContext