| Package | Description |
|---|---|
| org.apache.sshd.client.session |
| Modifier and Type | Method and Description |
|---|---|
default ChannelExec |
ClientSession.createExecChannel(String command)
Create a channel to execute a command using default PTY settings and environment.
|
ChannelExec |
AbstractClientSession.createExecChannel(String command,
PtyChannelConfigurationHolder ptyConfig,
Map<String,?> env) |
ChannelExec |
ClientSession.createExecChannel(String command,
PtyChannelConfigurationHolder ptyConfig,
Map<String,?> env)
Create a channel to execute a command using specific PTY settings and/or environment.
|
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.