TLSPlacebo

org.apache.pekko.stream.javadsl.TLSPlacebo
object 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.

Attributes

Source
TLS.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
TLSPlacebo.type

Members list

Value members

Concrete methods

Returns a reusable BidiFlow instance representing a TLSPlacebo$.

Returns a reusable BidiFlow instance representing a TLSPlacebo$.

Attributes

Source
TLS.scala