Class ShellFactoryImpl

java.lang.Object
org.jline.builtins.ssh.ShellFactoryImpl
All Implemented Interfaces:
org.apache.sshd.server.shell.ShellFactory

public class ShellFactoryImpl extends Object implements org.apache.sshd.server.shell.ShellFactory
SSHD Command factory which provides access to Shell.
  • Constructor Details

  • Method Details

    • createShell

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