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 TypeMethodDescriptionvoid
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 ExitCallbackModifier and TypeFieldDescriptionprivate ExitCallback
InvertedShellWrapper.callback
private ExitCallback
UnknownCommand.callback
Methods in org.apache.sshd.server.shell with parameters of type ExitCallbackModifier and TypeMethodDescriptionvoid
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 ExitCallbackMethods in org.apache.sshd.sftp.server with parameters of type ExitCallback