Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
com.sshtools.j2ssh.transport.SshMessage
com.sshtools.j2ssh.connection.SshMsgChannelExtendedData
public class SshMsgChannelExtendedData
extends SshMessage
Field Summary | |
static int | |
static int |
Constructor Summary | |
| |
|
Method Summary | |
protected void | |
protected void | |
byte[] | |
int | |
String | |
long |
Methods inherited from class com.sshtools.j2ssh.transport.SshMessage | |
constructByteArray , constructMessage , fromByteArray , getMessageId , getMessageId , getMessageName , toByteArray |
public static final int SSH_EXTENDED_DATA_STDERR
- Field Value:
- 1
public static final int SSH_MSG_CHANNEL_EXTENDED_DATA
- Field Value:
- 95
public SshMsgChannelExtendedData()
Creates a new SshMsgChannelExtendedData object.
public SshMsgChannelExtendedData(long recipientChannel, int dataTypeCode, byte[] channelData)
Creates a new SshMsgChannelExtendedData object.
- Parameters:
recipientChannel
-dataTypeCode
-channelData
-
protected void constructByteArray(ByteArrayWriter baw) throws InvalidMessageException
- Overrides:
- constructByteArray in interface SshMessage
- Parameters:
baw
-
- Throws:
InvalidMessageException
-
protected void constructMessage(ByteArrayReader bar) throws InvalidMessageException
- Overrides:
- constructMessage in interface SshMessage
- Parameters:
bar
-
- Throws:
InvalidMessageException
-
public byte[] getChannelData()
- Returns:
public int getDataTypeCode()
- Returns:
public String getMessageName()
- Overrides:
- getMessageName in interface SshMessage
- Returns:
public long getRecipientChannel()
- Returns: