Class SshMsgChannelEOF

java.lang.Object
com.sshtools.j2ssh.transport.SshMessage
com.sshtools.j2ssh.connection.SshMsgChannelEOF

public class SshMsgChannelEOF extends SshMessage
Version:
$Revision: 1.20 $
Author:
$author$
  • Field Details

  • Constructor Details

    • SshMsgChannelEOF

      public SshMsgChannelEOF(long recipientChannel)
      Creates a new SshMsgChannelEOF object.
      Parameters:
      recipientChannel -
    • SshMsgChannelEOF

      public SshMsgChannelEOF()
      Creates a new SshMsgChannelEOF object.
  • Method Details