Package | Description |
---|---|
com.trilead.ssh2.channel |
Modifier and Type | Method and Description |
---|---|
Channel |
ChannelManager.openDirectTCPIPChannel(String host_to_connect,
int port_to_connect,
String originator_IP_address,
int originator_port) |
Channel |
ChannelManager.openSessionChannel() |
Modifier and Type | Method and Description |
---|---|
void |
ChannelManager.closeChannel(Channel c,
String reason,
boolean force) |
int |
ChannelManager.getAvailable(Channel c,
boolean extended) |
int |
ChannelManager.getChannelData(Channel c,
boolean extended,
byte[] target,
int off,
int len) |
void |
ChannelManager.requestChannelTrileadPing(Channel c) |
void |
ChannelManager.requestExecCommand(Channel c,
String cmd) |
void |
ChannelManager.requestPTY(Channel c,
String term,
int term_width_characters,
int term_height_characters,
int term_width_pixels,
int term_height_pixels,
byte[] terminal_modes) |
void |
ChannelManager.requestShell(Channel c) |
void |
ChannelManager.requestSubSystem(Channel c,
String subSystemName) |
void |
ChannelManager.requestX11(Channel c,
boolean singleConnection,
String x11AuthenticationProtocol,
String x11AuthenticationCookie,
int x11ScreenNumber) |
void |
ChannelManager.sendData(Channel c,
byte[] buffer,
int pos,
int len) |
void |
ChannelManager.sendEOF(Channel c) |
void |
ChannelManager.sendOpenConfirmation(Channel c) |
int |
ChannelManager.waitForCondition(Channel c,
long timeout,
int condition_mask)
Wait until for a condition.
|
Constructor and Description |
---|
RemoteAcceptThread(Channel c,
String remoteConnectedAddress,
int remoteConnectedPort,
String remoteOriginatorAddress,
int remoteOriginatorPort,
String targetAddress,
int targetPort) |
RemoteX11AcceptThread(Channel c,
String remoteOriginatorAddress,
int remoteOriginatorPort) |
Copyright © 2019. All rights reserved.