Class NoShellFactory
java.lang.Object
com.chutneytesting.action.ssh.sshd.NoShellFactory
- All Implemented Interfaces:
org.apache.sshd.server.shell.ShellFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.sshd.server.command.CommandcreateShell(org.apache.sshd.server.channel.ChannelSession channel)
-
Constructor Details
-
NoShellFactory
-
-
Method Details
-
createShell
public org.apache.sshd.server.command.Command createShell(org.apache.sshd.server.channel.ChannelSession channel) throws IOException - Specified by:
createShellin interfaceorg.apache.sshd.server.shell.ShellFactory- Throws:
IOException
-