| Package | Description |
|---|---|
| org.apache.sshd.server.command | |
| org.apache.sshd.server.shell | |
| org.apache.sshd.sftp.server |
| Modifier and Type | Method and Description |
|---|---|
ExitCallback |
AbstractCommandSupport.getExitCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
Command.setExitCallback(ExitCallback callback)
Set the callback that the shell has to call when it is closed.
|
void |
AbstractCommandSupport.setExitCallback(ExitCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
UnknownCommand.setExitCallback(ExitCallback callback) |
void |
InvertedShellWrapper.setExitCallback(ExitCallback callback) |
| Modifier and Type | Field and Description |
|---|---|
protected ExitCallback |
SftpSubsystem.callback |
| Modifier and Type | Method and Description |
|---|---|
void |
SftpSubsystem.setExitCallback(ExitCallback callback) |
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.