Uses of Interface
org.apache.sshd.server.shell.InvertedShell
-
Packages that use InvertedShell Package Description org.apache.sshd.server.shell -
-
Uses of InvertedShell in org.apache.sshd.server.shell
Classes in org.apache.sshd.server.shell that implement InvertedShell Modifier and Type Class Description classProcessShellBridges the I/O streams between the SSH command and the process that executes itMethods in org.apache.sshd.server.shell that return InvertedShell Modifier and Type Method Description protected InvertedShellProcessShellFactory. createInvertedShell(ChannelSession channel)Constructors in org.apache.sshd.server.shell with parameters of type InvertedShell Constructor Description InvertedShellWrapper(InvertedShell shell)Auto-allocates anExecutorin order to create the streams pump thread and uses the defaultCoreModuleProperties.BUFFER_SIZEInvertedShellWrapper(InvertedShell shell, int bufferSize)Auto-allocates anExecutorin order to create the streams pump threadInvertedShellWrapper(InvertedShell shell, Executor executor, boolean shutdownExecutor, int bufferSize)
-