Class SshMsgChannelRequest


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

      • SSH_MSG_CHANNEL_REQUEST

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

      • SshMsgChannelRequest

        public SshMsgChannelRequest​(long recipientChannel,
                                    java.lang.String requestType,
                                    boolean wantReply,
                                    byte[] channelData)
        Creates a new SshMsgChannelRequest object.
        Parameters:
        recipientChannel -
        requestType -
        wantReply -
        channelData -
      • SshMsgChannelRequest

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

      • getChannelData

        public byte[] getChannelData()
        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:
      • getRecipientChannel

        public long getRecipientChannel()
        Returns:
      • getRequestType

        public java.lang.String getRequestType()
        Returns:
      • getWantReply

        public boolean getWantReply()
        Returns: