Package com.sshtools.client
Class AbstractKeyboardInteractiveCallback
java.lang.Object
com.sshtools.client.AbstractKeyboardInteractiveCallback
- All Implemented Interfaces:
KeyboardInteractiveCallback
public abstract class AbstractKeyboardInteractiveCallback
extends Object
implements KeyboardInteractiveCallback
-
Field Details
-
connection
protected com.sshtools.common.ssh.SshConnection connection
-
-
Constructor Details
-
AbstractKeyboardInteractiveCallback
public AbstractKeyboardInteractiveCallback()
-
-
Method Details
-
init
public void init(com.sshtools.common.ssh.SshConnection connection) - Specified by:
init
in interfaceKeyboardInteractiveCallback
-