ch.ethz.ssh2.packets
Class PacketSessionExecCommand
java.lang.Object
ch.ethz.ssh2.packets.PacketSessionExecCommand
public class PacketSessionExecCommand
- extends Object
PacketSessionExecCommand.
- Version:
- $Id$
- Author:
- Christian Plattner
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
recipientChannelID
public int recipientChannelID
wantReply
public boolean wantReply
command
public String command
PacketSessionExecCommand
public PacketSessionExecCommand(int recipientChannelID,
boolean wantReply,
String command)
getPayload
public byte[] getPayload()
throws IOException
- Throws:
IOException
getPayload
public byte[] getPayload(String charsetName)
throws UnsupportedEncodingException
- Throws:
UnsupportedEncodingException
Copyright © 2011. All Rights Reserved.