| Package | Description |
|---|---|
| org.eclipse.jgit.transport.sshd |
| Modifier and Type | Field and Description |
|---|---|
private java.util.concurrent.CopyOnWriteArrayList<SessionCloseListener> |
SshdSession.listeners |
| Modifier and Type | Method and Description |
|---|---|
void |
SshdSession.addCloseListener(SessionCloseListener listener)
Adds a
SessionCloseListener to this session. |
void |
SshdSession.removeCloseListener(SessionCloseListener listener)
Removes the given
listener; has no effect if the listener is not
currently registered with this session. |