Package akka.stream
Class TLSProtocol
- java.lang.Object
-
- akka.stream.TLSProtocol
-
public class TLSProtocol extends java.lang.ObjectThis is the supertype of all messages that the SslTls operator emits on the plaintext side.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTLSProtocol.NegotiateNewSessionstatic classTLSProtocol.NegotiateNewSession$static classTLSProtocol.SendBytesSend the givenByteStringacross the encrypted session to the peer.static classTLSProtocol.SendBytes$static classTLSProtocol.SessionBytesstatic classTLSProtocol.SessionBytes$static classTLSProtocol.SessionTruncatedstatic classTLSProtocol.SessionTruncated$static interfaceTLSProtocol.SslTlsInboundstatic interfaceTLSProtocol.SslTlsOutbound
-
Constructor Summary
Constructors Constructor Description TLSProtocol()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TLSProtocol.NegotiateNewSessionnegotiateNewSession()
-
-
-
Method Detail
-
negotiateNewSession
public static TLSProtocol.NegotiateNewSession negotiateNewSession()
-
-