public class XmppConfig extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isUseDnsSec()
Whether or not we're configured to use DNSSEC for lookups.
|
static XmppConnectionRetyStrategy |
newRetyStrategy() |
static void |
setRetyStrategyFactory(XmppConnectionRetyStrategyFactory connectionRetyStrategy) |
static void |
setUseDnsSec(boolean useDnsSec)
Sets whether or not to use DNSSEC to request signed records when
performing DNS lookups and verifying those records if they exist.
|
public static void setUseDnsSec(boolean useDnsSec)
useDnsSec - Whether or not to use DNSSEC.public static boolean isUseDnsSec()
true if configured to use DNSSEC, otherwise
false.public static void setRetyStrategyFactory(XmppConnectionRetyStrategyFactory connectionRetyStrategy)
public static XmppConnectionRetyStrategy newRetyStrategy()
Copyright © 2013 LittleShoot. All Rights Reserved.