IPWorks SSH 2020 Android Edition

Questions / Feedback?

SSHChannelData Event

Fired when the SSHHost sends channel data to the client.

Syntax

public class DefaultSshreversetunnelEventListener implements SshreversetunnelEventListener {
  ...
  public void SSHChannelData(SshreversetunnelSSHChannelDataEvent e) {}
  ...
}

public class SshreversetunnelSSHChannelDataEvent {
  public String channelId;
  public byte[] channelData;
}

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) 2023 /n software inc. - All rights reserved.
IPWorks SSH 2020 Android Edition - Version 20.0 [Build 8501]