com.sshtools.j2ssh.connection
Class SshMsgChannelRequest
public class SshMsgChannelRequest
SshMsgChannelRequest()- Creates a new SshMsgChannelRequest object.
|
SshMsgChannelRequest(long recipientChannel, String requestType, boolean wantReply, byte[] channelData)- Creates a new SshMsgChannelRequest object.
|
SSH_MSG_CHANNEL_REQUEST
protected static final int SSH_MSG_CHANNEL_REQUEST
SshMsgChannelRequest
public SshMsgChannelRequest()
Creates a new SshMsgChannelRequest object.
SshMsgChannelRequest
public SshMsgChannelRequest(long recipientChannel,
String requestType,
boolean wantReply,
byte[] channelData) Creates a new SshMsgChannelRequest object.
recipientChannel - requestType - wantReply - channelData -
getChannelData
public byte[] getChannelData()
getRecipientChannel
public long getRecipientChannel()
getRequestType
public String getRequestType()
getWantReply
public boolean getWantReply()
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.