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 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.Methods in org.apache.sshd.client.channel with parameters of type PtyChannelConfigurationHolder Modifier and Type Method Description protected java.lang.StringPtyCapableChannelSession. resolvePtyType(PtyChannelConfigurationHolder configHolder)Constructors in org.apache.sshd.client.channel with parameters of type PtyChannelConfigurationHolder Constructor Description ChannelExec(byte[] command, PtyChannelConfigurationHolder configHolder, java.util.Map<java.lang.String,?> env)ChannelExec(java.lang.String command, java.nio.charset.Charset charset, PtyChannelConfigurationHolder configHolder, java.util.Map<java.lang.String,?> env)ChannelExec(java.lang.String command, PtyChannelConfigurationHolder configHolder, java.util.Map<java.lang.String,?> env)ChannelShell(PtyChannelConfigurationHolder configHolder, java.util.Map<java.lang.String,?> env)PtyCapableChannelSession(boolean usePty, PtyChannelConfigurationHolder configHolder, java.util.Map<java.lang.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 ChannelExecAbstractClientSession. createExecChannel(byte[] command, PtyChannelConfigurationHolder ptyConfig, java.util.Map<java.lang.String,?> env)ChannelExecAbstractClientSession. createExecChannel(java.lang.String command, java.nio.charset.Charset charset, PtyChannelConfigurationHolder ptyConfig, java.util.Map<java.lang.String,?> env)ChannelExecClientSession. createExecChannel(byte[] command, PtyChannelConfigurationHolder ptyConfig, java.util.Map<java.lang.String,?> env)Create a channel to execute a command using specific PTY settings and/or environment.ChannelExecClientSession. createExecChannel(java.lang.String command, java.nio.charset.Charset charset, PtyChannelConfigurationHolder ptyConfig, java.util.Map<java.lang.String,?> env)Create a channel to execute a command using specific PTY settings and/or environment.default ChannelExecClientSession. createExecChannel(java.lang.String command, PtyChannelConfigurationHolder ptyConfig, java.util.Map<java.lang.String,?> env)Create a channel to execute a command using specific PTY settings and/or environment.ChannelShellAbstractClientSession. createShellChannel(PtyChannelConfigurationHolder ptyConfig, java.util.Map<java.lang.String,?> env)ChannelShellClientSession. createShellChannel(PtyChannelConfigurationHolder ptyConfig, java.util.Map<java.lang.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 interfacePtyChannelConfigurationMutatorClasses in org.apache.sshd.common.channel that implement PtyChannelConfigurationHolder Modifier and Type Class Description classPtyChannelConfigurationMethods 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)
-