IPWorks SSH 2020 Kotlin Edition

Questions / Feedback?

SSHChannelData Event

Fired when the SSHHost sends channel data to the client.

Syntax

public open class DefaultSshclientEventListener : SshclientEventListener {
  ...
  public override fun sshChannelData(e: SshclientSSHChannelDataEvent) {}
  ...
}

public class SshclientSSHChannelDataEvent {
  val channelId: String?
  val channelData: ByteArray?
}

Remarks

The SSHChannelData event will fire as data is received for the given ChannelId. ChannelData will contain the decrypted contents of the SSH packet.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks SSH 2020 Kotlin Edition - Version 20.0 [Build 7941]