com.trilead.ssh2.packets

Class PacketSessionExecCommand


public class PacketSessionExecCommand
extends java.lang.Object

PacketSessionExecCommand.

Field Summary

String
command
int
recipientChannelID
boolean
wantReply

Constructor Summary

PacketSessionExecCommand(int recipientChannelID, boolean wantReply, String command)

Method Summary

byte[]
getPayload()

Field Details

command

public String command

recipientChannelID

public int recipientChannelID

wantReply

public boolean wantReply

Constructor Details

PacketSessionExecCommand

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

Method Details

getPayload

public byte[] getPayload()