mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 12:02:05 +01:00
Add javadoc for SASLMechanism.getPriority()
This commit is contained in:
parent
de783dce73
commit
762939068b
1 changed files with 5 additions and 0 deletions
|
@ -279,6 +279,11 @@ public abstract class SASLMechanism implements Comparable<SASLMechanism> {
|
|||
*/
|
||||
public abstract String getName();
|
||||
|
||||
/**
|
||||
* Get the priority of this SASL mechanism. Lower values mean higher priority.
|
||||
*
|
||||
* @return the priority of this SASL mechanism.
|
||||
*/
|
||||
public abstract int getPriority();
|
||||
|
||||
public abstract void checkIfSuccessfulOrThrow() throws SmackException;
|
||||
|
|
Loading…
Reference in a new issue