public interface SshClientListener
Modifier and Type | Method and Description |
---|---|
void |
authenticated(SshClient client,
String username) |
void |
authenticationStarted(SshClient client,
String[] methods) |
void |
commandExecuted(SshClient client,
SshSession session,
String cmd,
int exitCode) |
void |
connected(SshClient client,
String remoteIdentification) |
void |
disconnected(SshClient client,
String msg,
int reason) |
void |
disconnecting(SshClient client,
String msg,
int reason) |
void |
executedCommand(SshClient client,
SshSession session,
String cmd) |
void |
executingCommand(SshClient client,
SshSession session,
String cmd) |
void |
idle(SshClient client,
long lastActivity) |
void |
keyExchangeComplete(SshClient client,
SshPublicKey hostkey,
String keyExchange,
String cipherCS,
String cipherSC,
String macCS,
String macSC,
String compressionCS,
String compressionSC) |
void |
sessionClosed(SshClient client,
SshSession channel) |
void |
sessionOpened(SshClient client,
SshSession channel) |
void |
shellClosed(SshClient client,
SshSession session) |
void |
startedShell(SshClient client,
SshSession session) |
void |
startedSubsystem(SshClient client,
SshSession session,
String subsystem) |
void |
startingShell(SshClient client,
SshSession sSession) |
void |
startingSubsystem(SshClient client,
SshSession session,
String subsystem) |
void |
subsystemClosed(SshClient client,
SshSession session,
String subsystem) |
void sessionOpened(SshClient client, SshSession channel)
void sessionClosed(SshClient client, SshSession channel)
void idle(SshClient client, long lastActivity)
void executingCommand(SshClient client, SshSession session, String cmd)
void executedCommand(SshClient client, SshSession session, String cmd)
void startingShell(SshClient client, SshSession sSession)
void startedShell(SshClient client, SshSession session)
void startingSubsystem(SshClient client, SshSession session, String subsystem)
void startedSubsystem(SshClient client, SshSession session, String subsystem)
void commandExecuted(SshClient client, SshSession session, String cmd, int exitCode)
void subsystemClosed(SshClient client, SshSession session, String subsystem)
void shellClosed(SshClient client, SshSession session)
Copyright © 2024. All rights reserved.