| Modifier and Type | Method and Description |
|---|---|
void |
SshKeyScan.sessionEvent(Session session,
SessionListener.Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ClientSessionImpl.signalSessionEvent(SessionListener.Event event) |
| Modifier and Type | Method and Description |
|---|---|
static SessionListener.Event |
SessionListener.Event.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SessionListener.Event[] |
SessionListener.Event.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
SessionListener.sessionEvent(Session session,
SessionListener.Event event)
An event has been triggered
|
| Modifier and Type | Method and Description |
|---|---|
void |
SessionTimeoutListener.sessionEvent(Session session,
SessionListener.Event event) |
protected void |
AbstractSession.signalSessionEvent(SessionListener.Event event)
Sends a session event to all currently registered session listeners
|
protected void |
AbstractSession.signalSessionEvent(SessionListener listener,
SessionListener.Event event) |
| Modifier and Type | Method and Description |
|---|---|
void |
CachingPublicKeyAuthenticator.sessionEvent(Session session,
SessionListener.Event event) |
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.