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 ExitCallbackAbstractCommandSupport. callbackMethods in org.apache.sshd.server.command that return ExitCallback Modifier and Type Method Description ExitCallbackAbstractCommandSupport. getExitCallback()Methods in org.apache.sshd.server.command with parameters of type ExitCallback Modifier and Type Method Description voidAbstractCommandSupport. setExitCallback(ExitCallback callback)voidCommand. 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 ExitCallbackInvertedShellWrapper. callbackprivate ExitCallbackUnknownCommand. callbackMethods in org.apache.sshd.server.shell with parameters of type ExitCallback Modifier and Type Method Description voidInvertedShellWrapper. setExitCallback(ExitCallback callback)voidUnknownCommand. 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 ExitCallbackSftpSubsystem. callbackMethods in org.apache.sshd.sftp.server with parameters of type ExitCallback Modifier and Type Method Description voidSftpSubsystem. setExitCallback(ExitCallback callback)
-