class |
SshKeyScan
A naive implementation of
Methods in org.apache.sshd.common.session.helpers with parameters of type SessionListener
| Modifier and Type |
Method and Description |
void |
AbstractSession.addSessionListener(SessionListener listener) |
void |
AbstractSession.removeSessionListener(SessionListener listener) |
protected void |
AbstractSession.signalExceptionCaught(SessionListener listener,
Throwable t) |
protected void |
AbstractSession.signalNegotiationEnd(SessionListener listener,
Map<KexProposalOption,String> c2sOptions,
Map<KexProposalOption,String> s2cOptions,
Map<KexProposalOption,String> negotiatedGuess,
Throwable reason) |
protected void |
AbstractSession.signalNegotiationStart(SessionListener listener,
Map<KexProposalOption,String> c2sOptions,
Map<KexProposalOption,String> s2cOptions) |
protected void |
AbstractSession.signalSessionClosed(SessionListener listener) |
protected void |
AbstractSession.signalSessionCreated(SessionListener listener) |
protected void |
AbstractSession.signalSessionEvent(SessionListener listener,
SessionListener.Event event) |
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.
|