| Package | Description |
|---|---|
| gnu.java.zrtp |
| Modifier and Type | Method and Description |
|---|---|
static ZrtpCodes.MessageSeverity |
ZrtpCodes.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.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ZRtp.sendInfo(ZrtpCodes.MessageSeverity severity,
EnumSet<?> subCode)
Send information messages to the hosting environment.
|
void |
ZrtpCallback.sendInfo(ZrtpCodes.MessageSeverity severity,
EnumSet<?> subCode)
Send information messages to the hosting environment.
|
void |
ZrtpUserCallback.showMessage(ZrtpCodes.MessageSeverity sev,
EnumSet<?> subCode)
Show some information to user.
|
protected void |
ZRtp.zrtpNegotiationFailed(ZrtpCodes.MessageSeverity severity,
EnumSet<?> subCode)
ZRTP state engine calls this if the negotiation failed.
|
void |
ZrtpCallback.zrtpNegotiationFailed(ZrtpCodes.MessageSeverity severity,
EnumSet<?> subCode)
Handle ZRTP negotiation failed.
|
void |
ZrtpUserCallback.zrtpNegotiationFailed(ZrtpCodes.MessageSeverity severity,
EnumSet<?> subCode)
ZRTP core calls this if the negotiation failed.
|
Copyright © 2020. All rights reserved.