Class SshMsgServiceRequest

java.lang.Object
com.sshtools.j2ssh.transport.SshMessage
com.sshtools.j2ssh.transport.SshMsgServiceRequest

public class SshMsgServiceRequest extends SshMessage
Version:
$Revision: 1.21 $
Author:
$author$
  • Field Details

    • SSH_MSG_SERVICE_REQUEST

      public static final int SSH_MSG_SERVICE_REQUEST
      See Also:
  • Constructor Details

    • SshMsgServiceRequest

      public SshMsgServiceRequest(String serviceName)
      Creates a new SshMsgServiceRequest object.
      Parameters:
      serviceName -
    • SshMsgServiceRequest

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