Package org.jline.builtins.ssh
Class ShellFactoryImpl
java.lang.Object
org.jline.builtins.ssh.ShellFactoryImpl
- All Implemented Interfaces:
org.apache.sshd.server.shell.ShellFactory
SSHD
Command
factory which provides access to
Shell.-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static void
org.apache.sshd.server.command.Command
createShell
(org.apache.sshd.server.channel.ChannelSession session) private static void
flush
(OutputStream... streams)
-
Field Details
-
shell
-
-
Constructor Details
-
ShellFactoryImpl
-
-
Method Details
-
flush
-
close
-
createShell
public org.apache.sshd.server.command.Command createShell(org.apache.sshd.server.channel.ChannelSession session) - Specified by:
createShell
in interfaceorg.apache.sshd.server.shell.ShellFactory
-