Interface ServerConnectionStateListener

All Superinterfaces:
com.sshtools.synergy.ssh.ConnectionStateListener

public interface ServerConnectionStateListener extends com.sshtools.synergy.ssh.ConnectionStateListener
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    authenticationComplete(com.sshtools.common.ssh.SshConnection con)
     

    Methods inherited from interface com.sshtools.synergy.ssh.ConnectionStateListener

    connected, disconnected
  • Method Details

    • authenticationComplete

      default void authenticationComplete(com.sshtools.common.ssh.SshConnection con)