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 TypeMethodDescriptionvoid
sessionClosed
(SshdSession session) Invoked when aSshdSession
has been closed.
-
Method Details
-
sessionClosed
Invoked when aSshdSession
has been closed.- Parameters:
session
- that was closed.
-