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.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLSPlacebo$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a reusableBidiFlowinstance representing aTLSPlacebo$.
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
TLSPlacebo$
public TLSPlacebo$()
-
-
Method Details
-
getInstance
public BidiFlow<TLSProtocol.SslTlsOutbound,ByteString, getInstance()ByteString, TLSProtocol.SessionBytes, NotUsed> Returns a reusableBidiFlowinstance representing aTLSPlacebo$.
-