Uses of Class
org.apache.sshd.common.channel.AbstractChannel.GracefulState
-
Packages that use AbstractChannel.GracefulState Package Description org.apache.sshd.common.channel -
-
Uses of AbstractChannel.GracefulState in org.apache.sshd.common.channel
Fields in org.apache.sshd.common.channel with type parameters of type AbstractChannel.GracefulState Modifier and Type Field Description protected java.util.concurrent.atomic.AtomicReference<AbstractChannel.GracefulState>
AbstractChannel. gracefulState
Methods in org.apache.sshd.common.channel that return AbstractChannel.GracefulState Modifier and Type Method Description static AbstractChannel.GracefulState
AbstractChannel.GracefulState. valueOf(java.lang.String name)
Returns 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.
-