Package akka.stream.scaladsl
Class TLSPlacebo$
- java.lang.Object
 - 
- akka.stream.scaladsl.TLSPlacebo$
 
 
- 
public class TLSPlacebo$ extends java.lang.Object 
- 
- 
Field Summary
Fields Modifier and Type Field Description static TLSPlacebo$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description TLSPlacebo$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BidiFlow<TLSProtocol.SslTlsOutbound,ByteString,ByteString,TLSProtocol.SessionBytes,NotUsed>apply() 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final TLSPlacebo$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
- 
Method Detail
- 
apply
public BidiFlow<TLSProtocol.SslTlsOutbound,ByteString,ByteString,TLSProtocol.SessionBytes,NotUsed> apply()
 
 - 
 
 -