Package org.apache.pekko.stream
Class TLSClosing$
java.lang.Object
org.apache.pekko.stream.TLSClosing$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLSClosing$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionJava API: obtain theEagerClosesingleton value.Java API: obtain theIgnoreBothsingleton value.Java API: obtain theIgnoreCancelsingleton value.Java API: obtain theIgnoreCompletesingleton value.
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
TLSClosing$
public TLSClosing$()
-
-
Method Details
-
eagerClose
Java API: obtain theEagerClosesingleton value. -
ignoreCancel
Java API: obtain theIgnoreCancelsingleton value. -
ignoreComplete
Java API: obtain theIgnoreCompletesingleton value. -
ignoreBoth
Java API: obtain theIgnoreBothsingleton value.
-