Uses of Class
org.apache.sshd.client.channel.ChannelExec
Packages that use ChannelExec
Package
Description
-
Uses of ChannelExec in org.apache.sshd.client.session
Methods in org.apache.sshd.client.session that return ChannelExecModifier and TypeMethodDescriptionAbstractClientSession.createExecChannel(byte[] command, PtyChannelConfigurationHolder ptyConfig, Map<String, ?> env) AbstractClientSession.createExecChannel(String command, Charset charset, PtyChannelConfigurationHolder ptyConfig, Map<String, ?> env) ClientSession.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.ClientSession.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. -
Uses of ChannelExec in org.apache.sshd.scp.client
Methods in org.apache.sshd.scp.client that return ChannelExecModifier and TypeMethodDescriptionprotected ChannelExecAbstractScpClient.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 ChannelExecModifier and TypeMethodDescriptionstatic ChannelExecScpIoUtils.openCommandChannel(ClientSession session, String cmd, org.slf4j.Logger log)