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