Uses of Interface
org.apache.sshd.server.ExitCallback
Packages that use ExitCallback
Package
Description
-
Uses of ExitCallback in org.apache.sshd.server.command
Fields in org.apache.sshd.server.command declared as ExitCallbackMethods in org.apache.sshd.server.command that return ExitCallbackMethods in org.apache.sshd.server.command with parameters of type ExitCallbackModifier and TypeMethodDescriptionvoidAbstractCommandSupport.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 ExitCallbackModifier and TypeFieldDescriptionprivate ExitCallbackInvertedShellWrapper.callbackprivate ExitCallbackUnknownCommand.callbackMethods in org.apache.sshd.server.shell with parameters of type ExitCallbackModifier and TypeMethodDescriptionvoidInvertedShellWrapper.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 ExitCallbackMethods in org.apache.sshd.sftp.server with parameters of type ExitCallback