Uses of Class
gnu.java.zrtp.ZrtpStateClass.ZrtpStates
-
Packages that use ZrtpStateClass.ZrtpStates Package Description gnu.java.zrtp -
-
Uses of ZrtpStateClass.ZrtpStates in gnu.java.zrtp
Methods in gnu.java.zrtp that return ZrtpStateClass.ZrtpStates Modifier and Type Method Description static ZrtpStateClass.ZrtpStatesZrtpStateClass.ZrtpStates. valueOf(String name)Returns the enum constant of this type with the specified name.static ZrtpStateClass.ZrtpStates[]ZrtpStateClass.ZrtpStates. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in gnu.java.zrtp with parameters of type ZrtpStateClass.ZrtpStates Modifier and Type Method Description booleanZRtp. inState(ZrtpStateClass.ZrtpStates state)Check current state of the ZRTP state engineprotected booleanZrtpStateClass. isInState(ZrtpStateClass.ZrtpStates state)Check current state of the ZRTP state engine
-