Package org.apache.pekko.stream.javadsl
Class TLSPlacebo
java.lang.Object
org.apache.pekko.stream.javadsl.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
Modifier and TypeMethodDescriptionReturns a reusableBidiFlowinstance representing aTLSPlacebo$.
-
Constructor Details
-
TLSPlacebo
public TLSPlacebo()
-
-
Method Details
-
getInstance
public static BidiFlow<TLSProtocol.SslTlsOutbound,ByteString, getInstance()ByteString, TLSProtocol.SessionBytes, NotUsed> Returns a reusableBidiFlowinstance representing aTLSPlacebo$.
-