Class SshMsgChannelOpen


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

    • Constructor Detail

      • SshMsgChannelOpen

        public SshMsgChannelOpen​(java.lang.String channelType,
                                 long senderChannelId,
                                 long initialWindowSize,
                                 long maximumPacketSize,
                                 byte[] channelData)
        Creates a new SshMsgChannelOpen object.
        Parameters:
        channelType -
        senderChannelId -
        initialWindowSize -
        maximumPacketSize -
        channelData -
      • SshMsgChannelOpen

        public SshMsgChannelOpen()
        Creates a new SshMsgChannelOpen object.
    • Method Detail

      • getChannelData

        public byte[] getChannelData()
        Returns:
      • getChannelType

        public java.lang.String getChannelType()
        Returns:
      • getInitialWindowSize

        public long getInitialWindowSize()
        Returns:
      • getMaximumPacketSize

        public long getMaximumPacketSize()
        Returns:
      • getMessageName

        public java.lang.String getMessageName()
        Description copied from class: SshMessage

        Returns the name of the message implementation for debugging purposes.

        Specified by:
        getMessageName in class SshMessage
        Returns:
      • getSenderChannelId

        public long getSenderChannelId()
        Returns: