Package | Description |
---|---|
org.apache.sshd.common | |
org.apache.sshd.common.session | |
org.apache.sshd.server.auth |
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 | Class and Description |
---|---|
class |
SessionTimeoutListener
Task that iterates over all currently open
AbstractSession s 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 |
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
|
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.