Package | Description |
---|---|
org.apache.sshd.client.session | |
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 |
---|---|
protected void |
ClientSessionImpl.sendEvent(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 |
---|---|
void |
SessionListener.sessionEvent(Session sesssion,
SessionListener.Event event)
An event has been triggered
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractSession.sendEvent(SessionListener.Event event) |
Modifier and Type | Method and Description |
---|---|
void |
CachingPublicKeyAuthenticator.sessionEvent(Session sesssion,
SessionListener.Event event) |
Modifier and Type | Method and Description |
---|---|
void |
ServerSessionTimeoutListener.sessionEvent(Session sesssion,
SessionListener.Event event) |
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.