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 classChannelExecClient channel to run a remote commandclassChannelShellClient channel to open a remote shellclassPtyCapableChannelSessionServes 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 classPtyChannelConfigurationMethods 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
-