Package | Description |
---|---|
org.apache.sshd.common.util.closeable |
Modifier and Type | Field and Description |
---|---|
protected java.util.concurrent.atomic.AtomicReference<AbstractCloseable.State> |
AbstractCloseable.state
State of this object
|
Modifier and Type | Method and Description |
---|---|
static AbstractCloseable.State |
AbstractCloseable.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractCloseable.State[] |
AbstractCloseable.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|