Uses of Class
org.apache.sshd.common.session.SessionListener.Event
-
Packages that use SessionListener.Event Package Description org.apache.sshd.client.session org.apache.sshd.common.session org.apache.sshd.common.session.helpers -
-
Uses of SessionListener.Event in org.apache.sshd.client.session
Methods in org.apache.sshd.client.session with parameters of type SessionListener.Event Modifier and Type Method Description protected void
ClientSessionImpl. signalSessionEvent(SessionListener.Event event)
-
Uses of SessionListener.Event in org.apache.sshd.common.session
Methods in org.apache.sshd.common.session that return SessionListener.Event Modifier and Type Method 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.Methods in org.apache.sshd.common.session with parameters of type SessionListener.Event Modifier and Type Method Description default void
SessionListener. sessionEvent(Session session, SessionListener.Event event)
An event has been triggered -
Uses of SessionListener.Event in org.apache.sshd.common.session.helpers
Methods in org.apache.sshd.common.session.helpers with parameters of type SessionListener.Event Modifier and Type Method Description protected void
SessionHelper. signalSessionEvent(SessionListener.Event event)
Sends a session event to all currently registered session listenersprotected void
SessionHelper. signalSessionEvent(SessionListener listener, SessionListener.Event event)
-