Package org.apache.pekko.stream.scaladsl
Class TLSPlacebo
java.lang.Object
org.apache.pekko.stream.scaladsl.TLSPlacebo
This object holds simple wrapping
pekko.stream.scaladsl.BidiFlow implementations that can
be used instead of TLS when no encryption is desired. The flows will
just adapt the message protocol by wrapping into SessionBytes and
unwrapping SendBytes.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TLSPlacebo
public TLSPlacebo()
-
-
Method Details
-
apply
public static BidiFlow<TLSProtocol.SslTlsOutbound,ByteString, apply()ByteString, TLSProtocol.SessionBytes, NotUsed>
-