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.sftp.server -
-
Uses of ExitCallback in org.apache.sshd.server.command
Fields in org.apache.sshd.server.command declared as ExitCallback Modifier and Type Field Description private 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
Fields in org.apache.sshd.server.shell declared as ExitCallback Modifier and Type Field Description private ExitCallback
InvertedShellWrapper. callback
private ExitCallback
UnknownCommand. callback
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.sftp.server
Fields in org.apache.sshd.sftp.server declared as ExitCallback Modifier and Type Field Description protected ExitCallback
SftpSubsystem. callback
Methods in org.apache.sshd.sftp.server with parameters of type ExitCallback Modifier and Type Method Description void
SftpSubsystem. setExitCallback(ExitCallback callback)
-