Package | Description |
---|---|
org.apache.sshd.server.shell |
Modifier and Type | Class and Description |
---|---|
class |
ProcessShell
Bridges the I/O streams between the SSH command and the process that executes it
|
Modifier and Type | Field and Description |
---|---|
private InvertedShell |
InvertedShellWrapper.shell |
Modifier and Type | Method and Description |
---|---|
protected InvertedShell |
ProcessShellFactory.createInvertedShell(ChannelSession channel) |
Constructor and Description |
---|
InvertedShellWrapper(InvertedShell shell)
Auto-allocates an
Executor in order to create the streams pump thread and uses the
InvertedShellWrapper.DEFAULT_BUFFER_SIZE |
InvertedShellWrapper(InvertedShell shell,
java.util.concurrent.Executor executor,
boolean shutdownExecutor,
int bufferSize) |
InvertedShellWrapper(InvertedShell shell,
int bufferSize)
Auto-allocates an
Executor in order to create the streams pump thread |