| Package | Description |
|---|---|
| org.apache.sshd.client | |
| org.apache.sshd.common.session | |
| org.apache.sshd.server.auth |
| Modifier and Type | Class and Description |
|---|---|
class |
SshKeyScan
A naive implementation of ssh-keyscan(1)
|
| Modifier and Type | Class and Description |
|---|---|
class |
SessionTimeoutListener
Task that iterates over all currently open
AbstractSessions and checks each of them for timeouts. |
| Modifier and Type | Field and Description |
|---|---|
protected SessionListener |
AbstractSession.sessionListenerProxy |
| Modifier and Type | Field and Description |
|---|---|
protected List<SessionListener> |
AbstractSessionFactory.listeners |
protected List<SessionListener> |
AbstractSession.listeners
Session listeners container
|
| Modifier and Type | Method and Description |
|---|---|
void |
Session.addListener(SessionListener listener)
Add a session |listener|.
|
void |
AbstractSessionFactory.addListener(SessionListener listener)
Add a session |listener|.
|
void |
AbstractSession.addListener(SessionListener listener) |
void |
Session.removeListener(SessionListener listener)
Remove a session |listener|.
|
void |
AbstractSessionFactory.removeListener(SessionListener listener)
Remove a session |listener|.
|
void |
AbstractSession.removeListener(SessionListener listener) |
| Modifier and Type | Class and Description |
|---|---|
class |
CachingPublicKeyAuthenticator
Caches the result per session
|
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.