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.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) protected voidSessionHelper.signalDisconnect(SessionListener listener, int code, String msg, String lang, boolean initiator) protected voidSessionHelper.signalExceptionCaught(SessionListener listener, Throwable t) protected voidSessionHelper.signalNegotiationEnd(SessionListener listener, Map<KexProposalOption, String> c2sOptions, Map<KexProposalOption, String> s2cOptions, Map<KexProposalOption, String> negotiatedGuess, Throwable reason) protected voidSessionHelper.signalNegotiationOptionsCreated(SessionListener listener, Map<KexProposalOption, String> proposal) protected voidSessionHelper.signalNegotiationStart(SessionListener listener, Map<KexProposalOption, String> c2sOptions, Map<KexProposalOption, String> s2cOptions) protected voidSessionHelper.signalPeerIdentificationReceived(SessionListener listener, String version, List<String> extraLines) protected voidSessionHelper.signalReadPeerIdentificationLine(SessionListener listener, String version, List<String> extraLines) protected voidSessionHelper.signalSendIdentification(SessionListener listener, String version, List<String> extraLines) protected voidSessionHelper.signalSessionClosed(SessionListener listener) protected voidSessionHelper.signalSessionCreated(SessionListener listener) protected voidSessionHelper.signalSessionEstablished(SessionListener listener) protected voidSessionHelper.signalSessionEvent(SessionListener listener, SessionListener.Event event) Method parameters in org.apache.sshd.common.session.helpers with type arguments of type SessionListenerModifier and TypeMethodDescriptionprotected voidSessionHelper.invokeSessionSignaller(Invoker<SessionListener, Void> invoker)