public class TLSClosing$
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static TLSClosing$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
TLSClosing$() |
Modifier and Type | Method and Description |
---|---|
TLSClosing |
eagerClose()
Java API: obtain the
EagerClose singleton value. |
TLSClosing |
ignoreBoth()
Java API: obtain the
IgnoreBoth singleton value. |
TLSClosing |
ignoreCancel()
Java API: obtain the
IgnoreCancel singleton value. |
TLSClosing |
ignoreComplete()
Java API: obtain the
IgnoreComplete singleton value. |
public static final TLSClosing$ MODULE$
public TLSClosing eagerClose()
EagerClose
singleton value.public TLSClosing ignoreCancel()
IgnoreCancel
singleton value.public TLSClosing ignoreComplete()
IgnoreComplete
singleton value.public TLSClosing ignoreBoth()
IgnoreBoth
singleton value.