Uses of Class
org.opendaylight.netconf.nettyutil.AbstractNetconfSessionNegotiator.State
-
Packages that use AbstractNetconfSessionNegotiator.State Package Description org.opendaylight.netconf.nettyutil -
-
Uses of AbstractNetconfSessionNegotiator.State in org.opendaylight.netconf.nettyutil
Methods in org.opendaylight.netconf.nettyutil that return AbstractNetconfSessionNegotiator.State Modifier and Type Method Description static AbstractNetconfSessionNegotiator.StateAbstractNetconfSessionNegotiator.State. valueOf(String name)Returns the enum constant of this type with the specified name.static AbstractNetconfSessionNegotiator.State[]AbstractNetconfSessionNegotiator.State. values()Returns an array containing the constants of this enum type, in the order they are declared.
-