Package org.apache.pekko.stream
Class TLSProtocol$
- java.lang.Object
-
- org.apache.pekko.stream.TLSProtocol$
-
public class TLSProtocol$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static TLSProtocol$MODULE$Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description TLSProtocol$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TLSProtocol.NegotiateNewSessionnegotiateNewSession()Java API: obtain the default value ofNegotiateNewSession(which will leave the SSLEngine’s settings unchanged).
-
-
-
Field Detail
-
MODULE$
public static final TLSProtocol$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
negotiateNewSession
public TLSProtocol.NegotiateNewSession negotiateNewSession()
Java API: obtain the default value ofNegotiateNewSession(which will leave the SSLEngine’s settings unchanged).
-
-