public class

PacketSessionExecCommand

extends Object
java.lang.Object
   ↳ com.trilead.ssh2.packets.PacketSessionExecCommand

Class Overview

PacketSessionExecCommand.

Summary

Fields
public String command
byte[] payload
public int recipientChannelID
public boolean wantReply
Public Constructors
PacketSessionExecCommand(int recipientChannelID, boolean wantReply, String command)
Public Methods
byte[] getPayload()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public String command

byte[] payload

public int recipientChannelID

public boolean wantReply

Public Constructors

public PacketSessionExecCommand (int recipientChannelID, boolean wantReply, String command)

Parameters
recipientChannelID
wantReply
command

Public Methods

public byte[] getPayload ()