Uses of Class
org.apache.sshd.common.util.closeable.AbstractCloseable.State
-
Packages that use AbstractCloseable.State Package Description org.apache.sshd.common.channel org.apache.sshd.common.util.closeable -
-
Uses of AbstractCloseable.State in org.apache.sshd.common.channel
Fields in org.apache.sshd.common.channel declared as AbstractCloseable.State Modifier and Type Field Description protected AbstractCloseable.StateChannelAsyncOutputStream.WriteState. openStateA copy of this stream's state as set by the superclass.Methods in org.apache.sshd.common.channel with parameters of type AbstractCloseable.State Modifier and Type Method Description private booleanChannelAsyncOutputStream. abortWrite(AbstractCloseable.State openState) -
Uses of AbstractCloseable.State in org.apache.sshd.common.util.closeable
Fields in org.apache.sshd.common.util.closeable with type parameters of type AbstractCloseable.State Modifier and Type Field Description protected java.util.concurrent.atomic.AtomicReference<AbstractCloseable.State>AbstractCloseable. stateState of this objectMethods in org.apache.sshd.common.util.closeable that return AbstractCloseable.State Modifier and Type Method Description static AbstractCloseable.StateAbstractCloseable.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.
-