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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val clientAuth: Option[TLSClientAuth]
- Definition Classes
- NegotiateNewSession
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- val enabledCipherSuites: Option[Seq[String]]
- Definition Classes
- NegotiateNewSession
- val enabledProtocols: Option[Seq[String]]
- Definition Classes
- NegotiateNewSession
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val sslParameters: Option[SSLParameters]
- Definition Classes
- NegotiateNewSession
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()