Uses of Class
gnu.java.zrtp.ZrtpCodes.MessageSeverity
-
Packages that use ZrtpCodes.MessageSeverity Package Description gnu.java.zrtp -
-
Uses of ZrtpCodes.MessageSeverity in gnu.java.zrtp
Methods in gnu.java.zrtp that return ZrtpCodes.MessageSeverity Modifier and Type Method Description static ZrtpCodes.MessageSeverityZrtpCodes.MessageSeverity. valueOf(String name)Returns the enum constant of this type with the specified name.static ZrtpCodes.MessageSeverity[]ZrtpCodes.MessageSeverity. 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 ZrtpCodes.MessageSeverity Modifier and Type Method Description protected voidZRtp. sendInfo(ZrtpCodes.MessageSeverity severity, EnumSet<?> subCode)Send information messages to the hosting environment.voidZrtpCallback. sendInfo(ZrtpCodes.MessageSeverity severity, EnumSet<?> subCode)Send information messages to the hosting environment.voidZrtpUserCallback. showMessage(ZrtpCodes.MessageSeverity sev, EnumSet<?> subCode)Show some information to user.protected voidZRtp. zrtpNegotiationFailed(ZrtpCodes.MessageSeverity severity, EnumSet<?> subCode)ZRTP state engine calls this if the negotiation failed.voidZrtpCallback. zrtpNegotiationFailed(ZrtpCodes.MessageSeverity severity, EnumSet<?> subCode)Handle ZRTP negotiation failed.voidZrtpUserCallback. zrtpNegotiationFailed(ZrtpCodes.MessageSeverity severity, EnumSet<?> subCode)ZRTP core calls this if the negotiation failed.
-