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