Uses of Interface
org.eclipse.jgit.transport.sshd.SessionCloseListener
-
Packages that use SessionCloseListener Package Description org.eclipse.jgit.transport.sshd Provides a JGitSshSessionFactory
implemented via Apache MINA sshd. -
-
Uses of SessionCloseListener in org.eclipse.jgit.transport.sshd
Fields in org.eclipse.jgit.transport.sshd with type parameters of type SessionCloseListener Modifier and Type Field Description private java.util.concurrent.CopyOnWriteArrayList<SessionCloseListener>
SshdSession. listeners
Methods in org.eclipse.jgit.transport.sshd with parameters of type SessionCloseListener Modifier and Type Method Description void
SshdSession. addCloseListener(SessionCloseListener listener)
Adds aSessionCloseListener
to this session.void
SshdSession. removeCloseListener(SessionCloseListener listener)
Removes the givenlistener
; has no effect if the listener is not currently registered with this session.
-