Uses of Interface
org.apache.sshd.server.shell.InvertedShell
Packages that use InvertedShell
-
Uses of InvertedShell in org.apache.sshd.server.shell
Classes in org.apache.sshd.server.shell that implement InvertedShellModifier and TypeClassDescriptionclass
Bridges the I/O streams between the SSH command and the process that executes itFields in org.apache.sshd.server.shell declared as InvertedShellMethods in org.apache.sshd.server.shell that return InvertedShellModifier and TypeMethodDescriptionprotected InvertedShell
ProcessShellFactory.createInvertedShell
(ChannelSession channel) Constructors in org.apache.sshd.server.shell with parameters of type InvertedShellModifierConstructorDescriptionAuto-allocates anExecutor
in order to create the streams pump thread and uses the defaultCoreModuleProperties.BUFFER_SIZE
InvertedShellWrapper
(InvertedShell shell, int bufferSize) Auto-allocates anExecutor
in order to create the streams pump threadInvertedShellWrapper
(InvertedShell shell, Executor executor, boolean shutdownExecutor, int bufferSize)