Uses of Interface
org.apache.sshd.common.channel.PtyChannelConfigurationHolder
Packages that use PtyChannelConfigurationHolder
Package
Description
-
Uses of PtyChannelConfigurationHolder in org.apache.sshd.client.channel
Classes in org.apache.sshd.client.channel that implement PtyChannelConfigurationHolderModifier 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.Methods in org.apache.sshd.client.channel with parameters of type PtyChannelConfigurationHolderModifier and TypeMethodDescriptionprotected StringPtyCapableChannelSession.resolvePtyType(PtyChannelConfigurationHolder configHolder) Constructors in org.apache.sshd.client.channel with parameters of type PtyChannelConfigurationHolderModifierConstructorDescriptionChannelExec(byte[] command, PtyChannelConfigurationHolder configHolder, Map<String, ?> env) ChannelExec(String command, Charset charset, PtyChannelConfigurationHolder configHolder, Map<String, ?> env) 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 PtyChannelConfigurationHolderModifier and TypeMethodDescriptionAbstractClientSession.createExecChannel(byte[] command, PtyChannelConfigurationHolder ptyConfig, Map<String, ?> env) AbstractClientSession.createExecChannel(String command, Charset charset, PtyChannelConfigurationHolder ptyConfig, Map<String, ?> env) ClientSession.createExecChannel(byte[] command, PtyChannelConfigurationHolder ptyConfig, Map<String, ?> env) Create a channel to execute a command using specific PTY settings and/or environment.ClientSession.createExecChannel(String command, Charset charset, PtyChannelConfigurationHolder ptyConfig, Map<String, ?> env) Create a channel to execute a command using specific PTY settings and/or environment.default ChannelExecClientSession.createExecChannel(String command, PtyChannelConfigurationHolder ptyConfig, Map<String, ?> env) Create a channel to execute a command using specific PTY settings and/or environment.AbstractClientSession.createShellChannel(PtyChannelConfigurationHolder ptyConfig, Map<String, ?> env) 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.channelClasses in org.apache.sshd.common.channel that implement PtyChannelConfigurationHolderMethods in org.apache.sshd.common.channel with parameters of type PtyChannelConfigurationHolderModifier and TypeMethodDescriptionstatic <M extends PtyChannelConfigurationMutator>
MPtyChannelConfigurationMutator.copyConfiguration(PtyChannelConfigurationHolder src, M dst)