Class InternalShellFactory

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

    public class InternalShellFactory
    extends java.lang.Object
    implements org.apache.sshd.server.shell.ShellFactory
    • 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

    • Method Detail

      • createShell

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