Class SshMsgGlobalRequest

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

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

    • SSH_MSG_GLOBAL_REQUEST

      protected static final int SSH_MSG_GLOBAL_REQUEST
      See Also:
  • Constructor Details

    • SshMsgGlobalRequest

      public SshMsgGlobalRequest(String requestName, boolean wantReply, byte[] requestData)
      Creates a new SshMsgGlobalRequest object.
      Parameters:
      requestName -
      wantReply -
      requestData -
    • SshMsgGlobalRequest

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