Uses of Class
org.jivesoftware.smack.SmackConfiguration.UnknownIqRequestReplyMode
-
Packages that use SmackConfiguration.UnknownIqRequestReplyMode Package Description org.jivesoftware.smack Core classes of the Smack API. -
-
Uses of SmackConfiguration.UnknownIqRequestReplyMode in org.jivesoftware.smack
Methods in org.jivesoftware.smack that return SmackConfiguration.UnknownIqRequestReplyMode Modifier and Type Method Description static SmackConfiguration.UnknownIqRequestReplyModeSmackConfiguration. getUnknownIqRequestReplyMode()static SmackConfiguration.UnknownIqRequestReplyModeSmackConfiguration.UnknownIqRequestReplyMode. valueOf(String name)Returns the enum constant of this type with the specified name.static SmackConfiguration.UnknownIqRequestReplyMode[]SmackConfiguration.UnknownIqRequestReplyMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jivesoftware.smack with parameters of type SmackConfiguration.UnknownIqRequestReplyMode Modifier and Type Method Description voidAbstractXMPPConnection. setUnknownIqRequestReplyMode(SmackConfiguration.UnknownIqRequestReplyMode unknownIqRequestReplyMode)Set how Smack behaves when an unknown IQ request has been received.static voidSmackConfiguration. setUnknownIqRequestReplyMode(SmackConfiguration.UnknownIqRequestReplyMode unknownIqRequestReplyMode)
-