| 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 | 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,
Executor executor,
boolean shutdownExecutor,
int bufferSize) |
InvertedShellWrapper(InvertedShell shell,
int bufferSize)
Auto-allocates an
Executor in order to create the streams pump thread |
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.