Package | Description |
---|---|
org.eclipse.jgit.transport.sshd |
Modifier and Type | Field and Description |
---|---|
private java.util.Set<SshdSession> |
SshdSessionFactory.sessions |
Modifier and Type | Method and Description |
---|---|
SshdSession |
SshdSessionFactory.getSession(URIish uri,
CredentialsProvider credentialsProvider,
FS fs,
int tms) |
Modifier and Type | Method and Description |
---|---|
private void |
SshdSessionFactory.register(SshdSession newSession) |
void |
SessionCloseListener.sessionClosed(SshdSession session)
Invoked when a
SshdSession has been closed. |
private void |
SshdSessionFactory.unregister(SshdSession oldSession) |