Uses of Interface
org.apache.sshd.server.ExitCallback
-
Packages that use ExitCallback Package Description org.apache.sshd.server.command org.apache.sshd.server.shell org.apache.sshd.server.subsystem.sftp -
-
Uses of ExitCallback in org.apache.sshd.server.command
Fields in org.apache.sshd.server.command declared as ExitCallback Modifier and Type Field Description protected ExitCallback
AbstractCommandSupport. callback
Methods in org.apache.sshd.server.command that return ExitCallback Modifier and Type Method Description ExitCallback
AbstractCommandSupport. getExitCallback()
Methods in org.apache.sshd.server.command with parameters of type ExitCallback Modifier and Type Method Description void
AbstractCommandSupport. setExitCallback(ExitCallback callback)
void
Command. setExitCallback(ExitCallback callback)
Set the callback that the shell has to call when it is closed. -
Uses of ExitCallback in org.apache.sshd.server.shell
Methods in org.apache.sshd.server.shell with parameters of type ExitCallback Modifier and Type Method Description void
InvertedShellWrapper. setExitCallback(ExitCallback callback)
void
UnknownCommand. setExitCallback(ExitCallback callback)
-
Uses of ExitCallback in org.apache.sshd.server.subsystem.sftp
Fields in org.apache.sshd.server.subsystem.sftp declared as ExitCallback Modifier and Type Field Description protected ExitCallback
SftpSubsystem. callback
Methods in org.apache.sshd.server.subsystem.sftp with parameters of type ExitCallback Modifier and Type Method Description void
SftpSubsystem. setExitCallback(ExitCallback callback)
-