Uses of Interface
org.jivesoftware.smack.util.ExceptionCallback
-
Packages that use ExceptionCallback Package Description org.jivesoftware.smack Core classes of the Smack API.org.jivesoftware.smack.util Utility classes.org.jivesoftware.smackx.carbons Smack's API for XEP-0280: Message Carbons. -
-
Uses of ExceptionCallback in org.jivesoftware.smack
Classes in org.jivesoftware.smack that implement ExceptionCallback Modifier and Type Class Description static class
SmackFuture.InternalProcessStanzaSmackFuture<V,E extends java.lang.Exception>
static class
SmackFuture.SimpleInternalProcessStanzaSmackFuture<V,E extends java.lang.Exception>
A simple version of InternalSmackFuture which implements isNonFatalException(E) as always returningfalse
method.Methods in org.jivesoftware.smack with parameters of type ExceptionCallback Modifier and Type Method Description CallbackRecipient<V,E>
SmackFuture. onError(ExceptionCallback<E> exceptionCallback)
-
Uses of ExceptionCallback in org.jivesoftware.smack.util
Methods in org.jivesoftware.smack.util with parameters of type ExceptionCallback Modifier and Type Method Description CallbackRecipient<V,E>
CallbackRecipient. onError(ExceptionCallback<E> exceptionCallback)
-
Uses of ExceptionCallback in org.jivesoftware.smackx.carbons
Methods in org.jivesoftware.smackx.carbons with parameters of type ExceptionCallback Modifier and Type Method Description void
CarbonManager. disableCarbonsAsync(ExceptionCallback<java.lang.Exception> exceptionCallback)
Disable carbons asynchronously.void
CarbonManager. enableCarbonsAsync(ExceptionCallback<java.lang.Exception> exceptionCallback)
Enable carbons asynchronously.
-