Class NoShellFactory

java.lang.Object
com.chutneytesting.action.ssh.sshd.NoShellFactory
All Implemented Interfaces:
org.apache.sshd.server.shell.ShellFactory

public class NoShellFactory extends Object implements org.apache.sshd.server.shell.ShellFactory
  • Constructor Details

    • NoShellFactory

      public NoShellFactory(SshServerMock sshServerMock)
  • Method Details

    • createShell

      public org.apache.sshd.server.command.Command createShell(org.apache.sshd.server.channel.ChannelSession channel) throws IOException
      Specified by:
      createShell in interface org.apache.sshd.server.shell.ShellFactory
      Throws:
      IOException