Class NoShellFactory
- java.lang.Object
-
- com.chutneytesting.action.ssh.sshd.NoShellFactory
-
- All Implemented Interfaces:
org.apache.sshd.server.shell.ShellFactory
public class NoShellFactory extends Object implements org.apache.sshd.server.shell.ShellFactory
-
-
Constructor Summary
Constructors Constructor Description NoShellFactory(SshServerMock sshServerMock)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.sshd.server.command.CommandcreateShell(org.apache.sshd.server.channel.ChannelSession channel)
-
-
-
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:
createShellin interfaceorg.apache.sshd.server.shell.ShellFactory- Throws:
IOException
-
-