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 |
ClientSession.createShellChannel(PtyChannelConfigurationHolder ptyConfig,
Map<String,?> env)
Create a channel to start a shell using specific PTY settings and/or environment.
|
ChannelShell |
AbstractClientSession.createShellChannel(PtyChannelConfigurationHolder ptyConfig,
Map<String,?> env) |
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.