| Package | Description |
|---|---|
| org.apache.sshd.common | |
| org.apache.sshd.common.session | |
| org.apache.sshd.server.auth | |
| org.apache.sshd.server.session |
| Modifier and Type | Method and Description |
|---|---|
void |
Session.addListener(SessionListener listener)
Add a session |listener|.
|
void |
Session.removeListener(SessionListener listener)
Remove a session |listener|.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<SessionListener> |
AbstractSessionFactory.listeners |
protected java.util.List<SessionListener> |
AbstractSession.listeners
Session listener
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSessionFactory.addListener(SessionListener listener)
Add a session |listener|.
|
void |
AbstractSession.addListener(SessionListener listener)
Add a session |listener|.
|
void |
AbstractSessionFactory.removeListener(SessionListener listener)
Remove a session |listener|.
|
void |
AbstractSession.removeListener(SessionListener listener)
Remove a session |listener|.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CachingPublicKeyAuthenticator
TODO Add javadoc
|
| Modifier and Type | Class and Description |
|---|---|
class |
ServerSessionTimeoutListener
Task that iterates over all currently open
ServerSessions and checks each of them for timeouts. |
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.