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 AtomicReference<AbstractChannel.GracefulState>AbstractChannel. gracefulStateMethods in org.apache.sshd.common.channel that return AbstractChannel.GracefulState Modifier and Type Method Description static AbstractChannel.GracefulStateAbstractChannel.GracefulState. valueOf(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.
-