Uses of Interface
org.jivesoftware.smack.parsing.ParsingExceptionCallback
-
Packages that use ParsingExceptionCallback Package Description org.jivesoftware.smack Core classes of the Smack API.org.jivesoftware.smack.parsing Auxiliary classes for XMPP parsing. -
-
Uses of ParsingExceptionCallback in org.jivesoftware.smack
Methods in org.jivesoftware.smack that return ParsingExceptionCallback Modifier and Type Method Description static ParsingExceptionCallbackSmackConfiguration. getDefaultParsingExceptionCallback()Returns the default parsing exception callback.ParsingExceptionCallbackAbstractXMPPConnection. getParsingExceptionCallback()Get the current active parsing exception callback.Methods in org.jivesoftware.smack with parameters of type ParsingExceptionCallback Modifier and Type Method Description static voidSmackConfiguration. setDefaultParsingExceptionCallback(ParsingExceptionCallback callback)Set the default parsing exception callback for all newly created connections.voidAbstractXMPPConnection. setParsingExceptionCallback(ParsingExceptionCallback callback)Install a parsing exception callback, which will be invoked once an exception is encountered while parsing a stanza. -
Uses of ParsingExceptionCallback in org.jivesoftware.smack.parsing
Classes in org.jivesoftware.smack.parsing that implement ParsingExceptionCallback Modifier and Type Class Description classExceptionLoggingCallbackSimple parsing exception callback that only logs the encountered parsing exception to java util logging.classExceptionThrowingCallbackParsing exception callback class that simply throws the encountered parsing exception.classExceptionThrowingCallbackWithHintLikeExceptionThrowingCallbackbut additionally logs a warning message.
-