Uses of Class
org.apache.sshd.client.channel.ChannelExec
-
Packages that use ChannelExec Package Description org.apache.sshd.client.session org.apache.sshd.scp.client org.apache.sshd.scp.common.helpers -
-
Uses of ChannelExec in org.apache.sshd.client.session
Methods in org.apache.sshd.client.session that return ChannelExec Modifier and Type Method Description ChannelExec
AbstractClientSession. createExecChannel(String command, PtyChannelConfigurationHolder ptyConfig, Map<String,?> env)
default ChannelExec
ClientSession. createExecChannel(String command)
Create a channel to execute a command using default PTY settings and environment.ChannelExec
ClientSession. createExecChannel(String command, PtyChannelConfigurationHolder ptyConfig, Map<String,?> env)
Create a channel to execute a command using specific PTY settings and/or environment. -
Uses of ChannelExec in org.apache.sshd.scp.client
Methods in org.apache.sshd.scp.client that return ChannelExec Modifier and Type Method Description protected ChannelExec
AbstractScpClient. openCommandChannel(ClientSession session, String cmd)
-
Uses of ChannelExec in org.apache.sshd.scp.common.helpers
Methods in org.apache.sshd.scp.common.helpers that return ChannelExec Modifier and Type Method Description static ChannelExec
ScpIoUtils. openCommandChannel(ClientSession session, String cmd, org.slf4j.Logger log)
-