object NegotiateNewSession extends NegotiateNewSession
- Source
- SslTlsOptions.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NegotiateNewSession
- NegotiateNewSession
- Serializable
- Product
- Equals
- SslTlsOutbound
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val clientAuth: Option[TLSClientAuth]
- Definition Classes
- NegotiateNewSession
- val enabledCipherSuites: Option[Seq[String]]
- Definition Classes
- NegotiateNewSession
- val enabledProtocols: Option[Seq[String]]
- Definition Classes
- NegotiateNewSession
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val sslParameters: Option[SSLParameters]
- Definition Classes
- NegotiateNewSession
- def withCipherSuites(s: String*): NegotiateNewSession
Java API: Make a copy of this message with the given
enabledCipherSuites
.Java API: Make a copy of this message with the given
enabledCipherSuites
.- Definition Classes
- NegotiateNewSession
- Annotations
- @varargs()
- def withClientAuth(ca: TLSClientAuth): NegotiateNewSession
Java API: Make a copy of this message with the given TLSClientAuth setting.
Java API: Make a copy of this message with the given TLSClientAuth setting.
- Definition Classes
- NegotiateNewSession
- def withDefaults: NegotiateNewSession
Java API: obtain the default value (which will leave the SSLEngine’s settings unchanged).
- def withParameters(p: SSLParameters): NegotiateNewSession
Java API: Make a copy of this message with the given SSLParameters.
Java API: Make a copy of this message with the given SSLParameters.
- Definition Classes
- NegotiateNewSession
- def withProtocols(p: String*): NegotiateNewSession
Java API: Make a copy of this message with the given
enabledProtocols
.Java API: Make a copy of this message with the given
enabledProtocols
.- Definition Classes
- NegotiateNewSession
- Annotations
- @varargs()