Package | Description |
---|---|
org.apache.sshd.client.session | |
org.apache.sshd.common.session | |
org.apache.sshd.common.session.helpers |
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 |
SessionHelper.signalSessionEvent(SessionListener.Event event)
Sends a session event to all currently registered session listeners
|
protected void |
SessionHelper.signalSessionEvent(SessionListener listener,
SessionListener.Event event) |
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.