Class NoShellFactory

  • All Implemented Interfaces:
    org.apache.sshd.server.shell.ShellFactory

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

      • NoShellFactory

        public NoShellFactory​(SshServerMock sshServerMock)
    • Method Detail

      • 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