Uses of Interface
org.apache.sshd.common.session.SessionListener
Packages that use SessionListener
Package
Description
-
Uses of SessionListener in org.apache.sshd.common.helpers
Fields in org.apache.sshd.common.helpers declared as SessionListenerModifier and TypeFieldDescriptionprotected final SessionListener
AbstractFactoryManager.sessionListenerProxy
Fields in org.apache.sshd.common.helpers with type parameters of type SessionListenerModifier and TypeFieldDescriptionprotected final Collection<SessionListener>
AbstractFactoryManager.sessionListeners
Methods in org.apache.sshd.common.helpers that return SessionListenerMethods in org.apache.sshd.common.helpers with parameters of type SessionListenerModifier and TypeMethodDescriptionvoid
AbstractFactoryManager.addSessionListener
(SessionListener listener) void
AbstractFactoryManager.removeSessionListener
(SessionListener listener) -
Uses of SessionListener in org.apache.sshd.common.session
Methods in org.apache.sshd.common.session with type parameters of type SessionListenerModifier and TypeMethodDescriptionstatic <L extends SessionListener>
LSessionListener.validateListener
(L listener) Methods in org.apache.sshd.common.session that return SessionListenerMethods in org.apache.sshd.common.session with parameters of type SessionListenerModifier and TypeMethodDescriptionvoid
SessionListenerManager.addSessionListener
(SessionListener listener) Add a session listener.void
SessionListenerManager.removeSessionListener
(SessionListener listener) Remove a session listener. -
Uses of SessionListener in org.apache.sshd.common.session.helpers
Classes in org.apache.sshd.common.session.helpers that implement SessionListenerModifier and TypeClassDescriptionclass
Task that iterates over all currently openSession
s and checks each of them for timeouts.Fields in org.apache.sshd.common.session.helpers declared as SessionListenerModifier and TypeFieldDescriptionprotected final SessionListener
AbstractSession.sessionListenerProxy
Fields in org.apache.sshd.common.session.helpers with type parameters of type SessionListenerModifier and TypeFieldDescriptionprotected final Collection<SessionListener>
AbstractSession.sessionListeners
Session listeners containerMethods in org.apache.sshd.common.session.helpers that return SessionListenerMethods in org.apache.sshd.common.session.helpers with parameters of type SessionListenerModifier and TypeMethodDescriptionvoid
AbstractSession.addSessionListener
(SessionListener listener) void
AbstractSession.removeSessionListener
(SessionListener listener) protected void
SessionHelper.signalDisconnect
(SessionListener listener, int code, String msg, String lang, boolean initiator) protected void
SessionHelper.signalExceptionCaught
(SessionListener listener, Throwable t) protected void
SessionHelper.signalNegotiationEnd
(SessionListener listener, Map<KexProposalOption, String> c2sOptions, Map<KexProposalOption, String> s2cOptions, Map<KexProposalOption, String> negotiatedGuess, Throwable reason) protected void
SessionHelper.signalNegotiationOptionsCreated
(SessionListener listener, Map<KexProposalOption, String> proposal) protected void
SessionHelper.signalNegotiationStart
(SessionListener listener, Map<KexProposalOption, String> c2sOptions, Map<KexProposalOption, String> s2cOptions) protected void
SessionHelper.signalPeerIdentificationReceived
(SessionListener listener, String version, List<String> extraLines) protected void
SessionHelper.signalReadPeerIdentificationLine
(SessionListener listener, String version, List<String> extraLines) protected void
SessionHelper.signalSendIdentification
(SessionListener listener, String version, List<String> extraLines) protected void
SessionHelper.signalSessionClosed
(SessionListener listener) protected void
SessionHelper.signalSessionCreated
(SessionListener listener) protected void
SessionHelper.signalSessionEstablished
(SessionListener listener) protected void
SessionHelper.signalSessionEvent
(SessionListener listener, SessionListener.Event event) Method parameters in org.apache.sshd.common.session.helpers with type arguments of type SessionListenerModifier and TypeMethodDescriptionprotected void
SessionHelper.invokeSessionSignaller
(Invoker<SessionListener, Void> invoker)