Packages

object NegotiateNewSession extends NegotiateNewSession

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NegotiateNewSession
  2. NegotiateNewSession
  3. Serializable
  4. Serializable
  5. Product
  6. Equals
  7. SslTlsOutbound
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val clientAuth: Option[TLSClientAuth]
    Definition Classes
    NegotiateNewSession
  2. val enabledCipherSuites: Option[Seq[String]]
    Definition Classes
    NegotiateNewSession
  3. val enabledProtocols: Option[Seq[String]]
    Definition Classes
    NegotiateNewSession
  4. val sslParameters: Option[SSLParameters]
    Definition Classes
    NegotiateNewSession
  5. 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()
  6. 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
  7. def withDefaults: NegotiateNewSession

    Java API: obtain the default value (which will leave the SSLEngine’s settings unchanged).

  8. 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
  9. 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()