Uses of Class
org.apache.sshd.client.channel.ChannelExec
-
Packages that use ChannelExec Package Description org.apache.sshd.client.session -
-
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(byte[] command, PtyChannelConfigurationHolder ptyConfig, Map<String,?> env)ChannelExecAbstractClientSession. createExecChannel(String command, Charset charset, PtyChannelConfigurationHolder ptyConfig, Map<String,?> env)ChannelExecClientSession. createExecChannel(byte[] command, PtyChannelConfigurationHolder ptyConfig, Map<String,?> env)Create a channel to execute a command using specific PTY settings and/or environment.default ChannelExecClientSession. createExecChannel(String command)Create a channel to execute a command using default PTY settings and environment.ChannelExecClientSession. createExecChannel(String command, Charset charset, PtyChannelConfigurationHolder ptyConfig, Map<String,?> env)Create a channel to execute a command using specific PTY settings and/or environment.default ChannelExecClientSession. createExecChannel(String command, PtyChannelConfigurationHolder ptyConfig, Map<String,?> env)Create a channel to execute a command using specific PTY settings and/or environment.
-