Package org.apache.pekko.stream
Class TLSProtocol.NegotiateNewSession$
java.lang.Object
org.apache.pekko.stream.TLSProtocol.NegotiateNewSession
org.apache.pekko.stream.TLSProtocol.NegotiateNewSession$
- All Implemented Interfaces:
Serializable,TLSProtocol.SslTlsOutbound,scala.Equals,scala.Product
- Enclosing class:
- TLSProtocol
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLSProtocol.NegotiateNewSession$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(scala.Option<scala.collection.immutable.Seq<String>> enabledCipherSuites, scala.Option<scala.collection.immutable.Seq<String>> enabledProtocols, scala.Option<TLSClientAuth> clientAuth, scala.Option<SSLParameters> sslParameters) scala.Option<scala.Tuple4<scala.Option<scala.collection.immutable.Seq<String>>,scala.Option<scala.collection.immutable.Seq<String>>, scala.Option<TLSClientAuth>, scala.Option<SSLParameters>>> Java API: obtain the default value (which will leave the SSLEngine’s settings unchanged).Methods inherited from class org.apache.pekko.stream.TLSProtocol.NegotiateNewSession
canEqual, clientAuth, copy, copy$default$1, copy$default$2, copy$default$3, copy$default$4, enabledCipherSuites, enabledProtocols, equals, hashCode, productArity, productElement, productElementName, productIterator, productPrefix, sslParameters, toString, withCipherSuites, withCipherSuites, withClientAuth, withParameters, withProtocols, withProtocolsMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
NegotiateNewSession$
public NegotiateNewSession$()
-
-
Method Details
-
withDefaults
Java API: obtain the default value (which will leave the SSLEngine’s settings unchanged). -
apply
public TLSProtocol.NegotiateNewSession apply(scala.Option<scala.collection.immutable.Seq<String>> enabledCipherSuites, scala.Option<scala.collection.immutable.Seq<String>> enabledProtocols, scala.Option<TLSClientAuth> clientAuth, scala.Option<SSLParameters> sslParameters) -
unapply
public scala.Option<scala.Tuple4<scala.Option<scala.collection.immutable.Seq<String>>,scala.Option<scala.collection.immutable.Seq<String>>, unapplyscala.Option<TLSClientAuth>, scala.Option<SSLParameters>>> (TLSProtocol.NegotiateNewSession x$0)
-