Uses of Interface
org.apache.sshd.common.channel.PtyChannelConfigurationMutator
Packages that use PtyChannelConfigurationMutator
-
Uses of PtyChannelConfigurationMutator in org.apache.sshd.client.channel
Classes in org.apache.sshd.client.channel that implement PtyChannelConfigurationMutatorModifier and TypeClassDescriptionclassClient channel to run a remote commandclassClient channel to open a remote shellclassServes 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 PtyChannelConfigurationMutatorMethods in org.apache.sshd.common.channel with type parameters of type PtyChannelConfigurationMutatorModifier and TypeMethodDescriptionstatic <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