Package org.dellroad.jct.ssh
Class JctShellFactory
java.lang.Object
org.dellroad.jct.ssh.JctShellFactory
- All Implemented Interfaces:
org.apache.sshd.server.shell.ShellFactory
An Apache MINA SSHD
ShellFactory
that connects to a Java Console Toolkit Shell
instance.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateShell
(org.apache.sshd.server.channel.ChannelSession channel)
-
Field Details
-
shell
-
-
Constructor Details
-
JctShellFactory
Constructor.- Parameters:
shell
- the underlying shell- Throws:
IllegalArgumentException
- ifshell
is null
-
-
Method Details
-
createShell
- Specified by:
createShell
in interfaceorg.apache.sshd.server.shell.ShellFactory
-