Uses of Class
org.jivesoftware.smack.UnparseableStanza
-
Packages that use UnparseableStanza Package Description org.jivesoftware.smack.parsing Auxiliary classes for XMPP parsing. -
-
Uses of UnparseableStanza in org.jivesoftware.smack.parsing
Methods in org.jivesoftware.smack.parsing with parameters of type UnparseableStanza Modifier and Type Method Description voidExceptionLoggingCallback. handleUnparsableStanza(UnparseableStanza unparsed)voidExceptionThrowingCallback. handleUnparsableStanza(UnparseableStanza packetData)voidExceptionThrowingCallbackWithHint. handleUnparsableStanza(UnparseableStanza packetData)voidParsingExceptionCallback. handleUnparsableStanza(UnparseableStanza stanzaData)Called when parsing a stanza caused an exception.
-