Uses of Class
org.apache.sshd.client.channel.ChannelExec
-
Packages that use ChannelExec Package Description org.apache.sshd.client.scp org.apache.sshd.client.session -
-
Uses of ChannelExec in org.apache.sshd.client.scp
Methods in org.apache.sshd.client.scp that return ChannelExec Modifier and Type Method Description protected ChannelExecAbstractScpClient. openCommandChannel(ClientSession session, java.lang.String cmd) -
Uses of ChannelExec in org.apache.sshd.client.session
Methods in org.apache.sshd.client.session that return ChannelExec Modifier and Type Method Description ChannelExecAbstractClientSession. createExecChannel(java.lang.String command, PtyChannelConfigurationHolder ptyConfig, java.util.Map<java.lang.String,?> env)default ChannelExecClientSession. createExecChannel(java.lang.String command)Create a channel to execute a command using default PTY settings and environment.ChannelExecClientSession. createExecChannel(java.lang.String command, PtyChannelConfigurationHolder ptyConfig, java.util.Map<java.lang.String,?> env)Create a channel to execute a command using specific PTY settings and/or environment.
-