Package akka.stream
Class TLSClosing$
- java.lang.Object
 - 
- akka.stream.TLSClosing$
 
 
- 
public class TLSClosing$ extends java.lang.Object 
- 
- 
Field Summary
Fields Modifier and Type Field Description static TLSClosing$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description TLSClosing$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TLSClosingeagerClose()Java API: obtain theEagerClosesingleton value.TLSClosingignoreBoth()Java API: obtain theIgnoreBothsingleton value.TLSClosingignoreCancel()Java API: obtain theIgnoreCancelsingleton value.TLSClosingignoreComplete()Java API: obtain theIgnoreCompletesingleton value. 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final TLSClosing$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
- 
Method Detail
- 
eagerClose
public TLSClosing eagerClose()
Java API: obtain theEagerClosesingleton value. 
- 
ignoreCancel
public TLSClosing ignoreCancel()
Java API: obtain theIgnoreCancelsingleton value. 
- 
ignoreComplete
public TLSClosing ignoreComplete()
Java API: obtain theIgnoreCompletesingleton value. 
- 
ignoreBoth
public TLSClosing ignoreBoth()
Java API: obtain theIgnoreBothsingleton value. 
 - 
 
 -