Uses of Interface
org.apache.sshd.common.session.SessionListener
-
Packages that use SessionListener Package Description org.apache.sshd.common.helpers org.apache.sshd.common.session org.apache.sshd.common.session.helpers -
-
Uses of SessionListener in org.apache.sshd.common.helpers
Fields in org.apache.sshd.common.helpers declared as SessionListener Modifier and Type Field Description protected SessionListenerAbstractFactoryManager. sessionListenerProxyFields in org.apache.sshd.common.helpers with type parameters of type SessionListener Modifier and Type Field Description protected Collection<SessionListener>AbstractFactoryManager. sessionListenersMethods in org.apache.sshd.common.helpers that return SessionListener Modifier and Type Method Description SessionListenerAbstractFactoryManager. getSessionListenerProxy()Methods in org.apache.sshd.common.helpers with parameters of type SessionListener Modifier and Type Method Description voidAbstractFactoryManager. 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 SessionListener Modifier and Type Method Description static <L extends SessionListener>
LSessionListener. validateListener(L listener)Methods in org.apache.sshd.common.session that return SessionListener Modifier and Type Method Description SessionListenerSessionListenerManager. getSessionListenerProxy()Methods in org.apache.sshd.common.session with parameters of type SessionListener Modifier and Type Method Description voidSessionListenerManager. 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 SessionListener Modifier and Type Class Description classSessionTimeoutListenerTask that iterates over all currently openSessions and checks each of them for timeouts.Fields in org.apache.sshd.common.session.helpers declared as SessionListener Modifier and Type Field Description protected SessionListenerAbstractSession. sessionListenerProxyFields in org.apache.sshd.common.session.helpers with type parameters of type SessionListener Modifier and Type Field Description protected Collection<SessionListener>AbstractSession. sessionListenersSession listeners containerMethods in org.apache.sshd.common.session.helpers that return SessionListener Modifier and Type Method Description SessionListenerAbstractSession. getSessionListenerProxy()Methods in org.apache.sshd.common.session.helpers with parameters of type SessionListener Modifier and Type Method Description voidAbstractSession. 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 SessionListener Modifier and Type Method Description protected voidSessionHelper. invokeSessionSignaller(Invoker<SessionListener,Void> invoker)
-