Save This Page
Home » j2ssh-0.2.9-src » com.sshtools.j2ssh.connection » [javadoc | source]
com.sshtools.j2ssh.connection
public class: SshMsgChannelExtendedData [javadoc | source]
java.lang.Object
   com.sshtools.j2ssh.transport.SshMessage
      com.sshtools.j2ssh.connection.SshMsgChannelExtendedData
Field Summary
public static final  int SSH_MSG_CHANNEL_EXTENDED_DATA     
public static final  int SSH_EXTENDED_DATA_STDERR     
Constructor:
 public SshMsgChannelExtendedData() 
 public SshMsgChannelExtendedData(long recipientChannel,
    int dataTypeCode,
    byte[] channelData) 
Method from com.sshtools.j2ssh.connection.SshMsgChannelExtendedData Summary:
constructByteArray,   constructMessage,   getChannelData,   getDataTypeCode,   getMessageName,   getRecipientChannel
Methods from com.sshtools.j2ssh.transport.SshMessage:
constructByteArray,   constructMessage,   fromByteArray,   getMessageId,   getMessageId,   getMessageName,   toByteArray
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sshtools.j2ssh.connection.SshMsgChannelExtendedData Detail:
 protected  void constructByteArray(ByteArrayWriter baw) throws InvalidMessageException 
 protected  void constructMessage(ByteArrayReader bar) throws InvalidMessageException 
 public byte[] getChannelData() 
 public int getDataTypeCode() 
 public String getMessageName() 
 public long getRecipientChannel()