Class EchoShellFactory

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

    public class EchoShellFactory
    extends java.lang.Object
    implements org.apache.sshd.server.shell.ShellFactory
    TODO Add javadoc
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.sshd.server.command.Command createShell​(org.apache.sshd.server.channel.ChannelSession channel)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EchoShellFactory

        public EchoShellFactory()
    • Method Detail

      • createShell

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