Package org.eclipse.jgit.transport.sshd
Interface SessionCloseListener
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A
SessionCloseListener is invoked when a SshdSession is
closed.- Since:
- 5.2
-
Method Summary
Modifier and TypeMethodDescriptionvoidsessionClosed(SshdSession session) Invoked when aSshdSessionhas been closed.
-
Method Details
-
sessionClosed
Invoked when aSshdSessionhas been closed.- Parameters:
session- that was closed.
-