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 SessionListenerAbstractFactoryManager.sessionListenerProxyFields in org.apache.sshd.common.helpers with type parameters of type SessionListenerModifier and TypeFieldDescriptionprotected final Collection<SessionListener> AbstractFactoryManager.sessionListenersMethods in org.apache.sshd.common.helpers that return SessionListenerMethods in org.apache.sshd.common.helpers with parameters of type SessionListenerModifier and TypeMethodDescriptionvoidAbstractFactoryManager.addSessionListener(SessionListener listener) voidAbstractFactoryManager.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 TypeMethodDescriptionvoidSessionListenerManager.addSessionListener(SessionListener listener) Add a session listener.voidSessionListenerManager.removeSessionListener(SessionListener listener) Remove a session listener. -
Uses of SessionListener in org.apache.sshd.common.session.filters
Constructors in org.apache.sshd.common.session.filters with parameters of type SessionListenerModifierConstructorDescriptionSshTransportFilter(AbstractSession session, org.apache.sshd.common.random.Random random, SshIdentHandler identities, SessionListener events, KexFilter.Proposer proposer, KexFilter.HostKeyChecker checker) Creates a new SSH transport filter. -
Uses of SessionListener in org.apache.sshd.common.session.filters.kex
Constructors in org.apache.sshd.common.session.filters.kex with parameters of type SessionListenerModifierConstructorDescriptionKexFilter(AbstractSession session, org.apache.sshd.common.random.Random random, CryptFilter crypt, CompressionFilter compression, SessionListener listener, KexFilter.Proposer proposer, KexFilter.HostKeyChecker checker) -
Uses of SessionListener in org.apache.sshd.common.session.helpers
Classes in org.apache.sshd.common.session.helpers that implement SessionListenerModifier and TypeClassDescriptionclassTask that iterates over all currently openSessions and checks each of them for timeouts.Fields in org.apache.sshd.common.session.helpers declared as SessionListenerModifier and TypeFieldDescriptionprotected final SessionListenerAbstractSession.sessionListenerProxyFields in org.apache.sshd.common.session.helpers with type parameters of type SessionListenerModifier and TypeFieldDescriptionprotected final Collection<SessionListener> AbstractSession.sessionListenersSession 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 TypeMethodDescriptionvoidAbstractSession.addSessionListener(SessionListener listener) voidAbstractSession.removeSessionListener(SessionListener listener) Method parameters in org.apache.sshd.common.session.helpers with type arguments of type SessionListenerModifier and TypeMethodDescriptionprotected voidSessionHelper.invokeSessionSignaller(Consumer<SessionListener> listener)