SecureBlackbox 2020 Kotlin Edition

Questions / Feedback?

Disconnect Event

Reports SFTP connection closure.

Syntax

public open class DefaultSftpclientEventListener : SftpclientEventListener {
  ...
  public override fun disconnect(e: SftpclientDisconnectEvent) {}
  ...
}

public class SftpclientDisconnectEvent {
  val closeReason: Int
}

Remarks

The component fires this event to report connection closure. No more SFTP activity could be done after the disconnect.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Kotlin Edition - Version 20.0 [Build 8063]