Uses of Interface
org.apache.sshd.common.channel.PtyChannelConfigurationHolder
-
Packages that use PtyChannelConfigurationHolder Package Description org.apache.sshd.client.channel org.apache.sshd.client.session org.apache.sshd.common.channel -
-
Uses of PtyChannelConfigurationHolder in org.apache.sshd.client.channel
Classes in org.apache.sshd.client.channel that implement PtyChannelConfigurationHolder Modifier and Type Class Description class
ChannelExec
Client channel to run a remote commandclass
ChannelShell
Client channel to open a remote shellclass
PtyCapableChannelSession
Serves as the base channel session for executing remote commands - including a full shell.Methods in org.apache.sshd.client.channel with parameters of type PtyChannelConfigurationHolder Modifier and Type Method Description protected String
PtyCapableChannelSession. resolvePtyType(PtyChannelConfigurationHolder configHolder)
Constructors in org.apache.sshd.client.channel with parameters of type PtyChannelConfigurationHolder Constructor Description ChannelExec(String command, PtyChannelConfigurationHolder configHolder, Map<String,?> env)
ChannelShell(PtyChannelConfigurationHolder configHolder, Map<String,?> env)
PtyCapableChannelSession(boolean usePty, PtyChannelConfigurationHolder configHolder, Map<String,?> env)
-
Uses of PtyChannelConfigurationHolder in org.apache.sshd.client.session
Methods in org.apache.sshd.client.session with parameters of type PtyChannelConfigurationHolder Modifier and Type Method Description 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.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. -
Uses of PtyChannelConfigurationHolder in org.apache.sshd.common.channel
Subinterfaces of PtyChannelConfigurationHolder in org.apache.sshd.common.channel Modifier and Type Interface Description interface
PtyChannelConfigurationMutator
Classes in org.apache.sshd.common.channel that implement PtyChannelConfigurationHolder Modifier and Type Class Description class
PtyChannelConfiguration
Methods in org.apache.sshd.common.channel with parameters of type PtyChannelConfigurationHolder Modifier and Type Method Description static <M extends PtyChannelConfigurationMutator>
MPtyChannelConfigurationMutator. copyConfiguration(PtyChannelConfigurationHolder src, M dst)
-