Package | Description |
---|---|
org.apache.sshd.client.session | |
org.apache.sshd.common | |
org.apache.sshd.common.session |
Modifier and Type | Method and Description |
---|---|
void |
ClientSessionImpl.setState(Session.State newState) |
Modifier and Type | Method and Description |
---|---|
Session.State |
Session.getState()
Retrieve the state of this session.
|
static Session.State |
Session.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Session.State[] |
Session.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Session.State |
AbstractSession.getState() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractSession.setState(Session.State state) |
Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.