Uses of Enum
org.apache.sshd.common.channel.AbstractChannel.GracefulState
Packages that use AbstractChannel.GracefulState
-
Uses of AbstractChannel.GracefulState in org.apache.sshd.common.channel
Fields in org.apache.sshd.common.channel with type parameters of type AbstractChannel.GracefulStateModifier and TypeFieldDescriptionprotected AtomicReference
<AbstractChannel.GracefulState> AbstractChannel.gracefulState
Methods in org.apache.sshd.common.channel that return AbstractChannel.GracefulStateModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static AbstractChannel.GracefulState[]
AbstractChannel.GracefulState.values()
Returns an array containing the constants of this enum type, in the order they are declared.