Package akka.stream

Class TLSClosing$


  • public class TLSClosing$
    extends java.lang.Object
    Java API: obtain the EagerClose singleton value.
    • Field Detail

      • MODULE$

        public static final TLSClosing$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • TLSClosing$

        public TLSClosing$()
    • Method Detail

      • ignoreCancel

        public TLSClosing ignoreCancel()
        Java API: obtain the IgnoreCancel singleton value.
        Returns:
        (undocumented)
      • ignoreComplete

        public TLSClosing ignoreComplete()
        Java API: obtain the IgnoreComplete singleton value.
        Returns:
        (undocumented)
      • ignoreBoth

        public TLSClosing ignoreBoth()
        Java API: obtain the IgnoreBoth singleton value.
        Returns:
        (undocumented)