Class SshMsgChannelClose


  • public class SshMsgChannelClose
    extends SshMessage
    Version:
    $Revision: 1.20 $
    Author:
    $author$
    • Field Detail

      • SSH_MSG_CHANNEL_CLOSE

        protected static final int SSH_MSG_CHANNEL_CLOSE
        See Also:
        Constant Field Values
    • Constructor Detail

      • SshMsgChannelClose

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

        public SshMsgChannelClose()
        Creates a new SshMsgChannelClose object.