Uses of Class
org.apache.sshd.client.channel.ChannelShell
-
Packages that use ChannelShell Package Description org.apache.sshd.client.session -
-
Uses of ChannelShell in org.apache.sshd.client.session
Methods in org.apache.sshd.client.session that return ChannelShell Modifier and Type Method Description ChannelShell
AbstractClientSession. createShellChannel(PtyChannelConfigurationHolder ptyConfig, Map<String,?> env)
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.
-