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 class
ProcessShell
Bridges the I/O streams between the SSH command and the process that executes itFields in org.apache.sshd.server.shell declared as InvertedShell Modifier and Type Field Description private InvertedShell
InvertedShellWrapper. shell
Methods in org.apache.sshd.server.shell that return InvertedShell Modifier and Type Method Description protected InvertedShell
ProcessShellFactory. createInvertedShell(ChannelSession channel)
Constructors in org.apache.sshd.server.shell with parameters of type InvertedShell Constructor Description InvertedShellWrapper(InvertedShell shell)
Auto-allocates anExecutor
in order to create the streams pump thread and uses theInvertedShellWrapper.DEFAULT_BUFFER_SIZE
InvertedShellWrapper(InvertedShell shell, int bufferSize)
Auto-allocates anExecutor
in order to create the streams pump threadInvertedShellWrapper(InvertedShell shell, java.util.concurrent.Executor executor, boolean shutdownExecutor, int bufferSize)
-