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 classSmackFuture.InternalProcessStanzaSmackFuture<V,E extends Exception>static classSmackFuture.SimpleInternalProcessStanzaSmackFuture<V,E extends Exception>A simple version of InternalSmackFuture which implements isNonFatalException(E) as always returningfalsemethod.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 voidCarbonManager. disableCarbonsAsync(ExceptionCallback<Exception> exceptionCallback)Disable carbons asynchronously.voidCarbonManager. enableCarbonsAsync(ExceptionCallback<Exception> exceptionCallback)Enable carbons asynchronously.
-