Uses of Interface
org.apache.sshd.common.channel.PtyChannelConfigurationMutator
-
Packages that use PtyChannelConfigurationMutator Package Description org.apache.sshd.client.channel org.apache.sshd.common.channel -
-
Uses of PtyChannelConfigurationMutator in org.apache.sshd.client.channel
Classes in org.apache.sshd.client.channel that implement PtyChannelConfigurationMutator 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. -
Uses of PtyChannelConfigurationMutator in org.apache.sshd.common.channel
Classes in org.apache.sshd.common.channel that implement PtyChannelConfigurationMutator Modifier and Type Class Description class
PtyChannelConfiguration
Methods in org.apache.sshd.common.channel with type parameters of type PtyChannelConfigurationMutator Modifier and Type Method Description static <M extends PtyChannelConfigurationMutator>
MPtyChannelConfigurationMutator. copyConfiguration(PtyChannelConfigurationHolder src, M dst)
static <M extends PtyChannelConfigurationMutator>
MPtyChannelConfigurationMutator. setupSensitiveDefaultPtyConfiguration(M mutator)
Uses O/S detection to initialize some default PTY related values
-