| Package | Description |
|---|---|
| org.jivesoftware.smack |
Core classes of the Smack API.
|
| org.jivesoftware.smack.parsing |
| Modifier and Type | Method and Description |
|---|---|
static ParsingExceptionCallback |
SmackConfiguration.getDefaultParsingExceptionCallback()
Returns the default parsing exception callback
|
ParsingExceptionCallback |
XMPPConnection.getParsingExceptionCallback()
Get the current active parsing exception callback.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SmackConfiguration.setDefaultParsingExceptionCallback(ParsingExceptionCallback callback)
Set the default parsing exception callback for all newly created
connections
|
void |
XMPPConnection.setParsingExceptionCallback(ParsingExceptionCallback callback)
Install a parsing exception callback, which will be invoked once an
exception is encountered while parsing a stanza
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExceptionLoggingCallback
Simple parsing exception callback that only logs the encountered parsing
exception to java util logging.
|
class |
ExceptionThrowingCallback
Parsing exception callback class that simply throws the encountered parsing
exception.
|
Copyright © 2014. All Rights Reserved.