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 List<SessionListener> |
AbstractSession.listeners
Session listener
|
protected List<SessionListener> |
AbstractSessionFactory.listeners |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSession.addListener(SessionListener listener)
Add a session |listener|.
|
void |
AbstractSessionFactory.addListener(SessionListener listener)
Add a session |listener|.
|
void |
AbstractSession.removeListener(SessionListener listener)
Remove a session |listener|.
|
void |
AbstractSessionFactory.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
ServerSession s and checks each of them for timeouts. |
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.