Uses of Enum
org.apache.sshd.common.util.closeable.AbstractCloseable.State
Packages that use AbstractCloseable.State
-
Uses of AbstractCloseable.State in org.apache.sshd.common.channel
Fields in org.apache.sshd.common.channel declared as AbstractCloseable.StateModifier and TypeFieldDescriptionprotected AbstractCloseable.State
ChannelAsyncOutputStream.WriteState.openState
A copy of this stream's state as set by the superclass.Methods in org.apache.sshd.common.channel with parameters of type AbstractCloseable.StateModifier and TypeMethodDescriptionprivate boolean
ChannelAsyncOutputStream.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.StateModifier and TypeFieldDescriptionprotected final AtomicReference
<AbstractCloseable.State> AbstractCloseable.state
State of this objectMethods in org.apache.sshd.common.util.closeable that return AbstractCloseable.StateModifier and TypeMethodDescriptionstatic AbstractCloseable.State
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.