Uses of Class
org.apache.sshd.client.channel.ChannelExec
-
Packages that use ChannelExec Package Description org.apache.sshd.client.session org.apache.sshd.git.transport 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 ChannelExecAbstractClientSession. createExecChannel(byte[] command, PtyChannelConfigurationHolder ptyConfig, java.util.Map<java.lang.String,?> env)ChannelExecAbstractClientSession. createExecChannel(java.lang.String command, java.nio.charset.Charset charset, PtyChannelConfigurationHolder ptyConfig, java.util.Map<java.lang.String,?> env)ChannelExecClientSession. createExecChannel(byte[] command, PtyChannelConfigurationHolder ptyConfig, java.util.Map<java.lang.String,?> env)Create a channel to execute a command using specific PTY settings and/or environment.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, java.nio.charset.Charset charset, PtyChannelConfigurationHolder ptyConfig, java.util.Map<java.lang.String,?> env)Create a channel to execute a command using specific PTY settings and/or environment.default 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. -
Uses of ChannelExec in org.apache.sshd.git.transport
Fields in org.apache.sshd.git.transport declared as ChannelExec Modifier and Type Field Description protected ChannelExecGitSshdSessionProcess. channelConstructors in org.apache.sshd.git.transport with parameters of type ChannelExec Constructor Description GitSshdSessionProcess(ChannelExec channel, java.lang.String commandName, int timeoutSec) -
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 ChannelExecAbstractScpClient. openCommandChannel(ClientSession session, java.lang.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 ChannelExecScpIoUtils. openCommandChannel(ClientSession session, java.lang.String cmd, org.slf4j.Logger log)
-