public interface Command extends CommandLifecycle, CommandDirectStreamsAware
Represents a command, shell or subsystem that can be used to send command.
This command have direct streams, meaning those streams will be provided by the ssh server for the shell to use directly. This interface is suitable for implementing commands in java, rather than using external processes. For wrapping such processes or using inverted streams,
seeInvertedShellWrapper
.Modifier and Type | Method and Description |
---|---|
void |
setExitCallback(ExitCallback callback)
Set the callback that the shell has to call when it is closed.
|
destroy, start
setInputStream
setOutputStream
setErrorStream
void setExitCallback(ExitCallback callback)
callback
- The ExitCallback
to call when shell is closedCopyright © 2008–2024 The Apache Software Foundation. All rights reserved.