Class SmackFuture.SimpleInternalProcessStanzaSmackFuture<V,E extends Exception>

Type Parameters:
V - the return value of the future.
All Implemented Interfaces:
Future<V>, StanzaListener, CallbackRecipient<V,E>, ExceptionCallback<E>
Enclosing class:
SmackFuture<V,E extends Exception>

public abstract static class SmackFuture.SimpleInternalProcessStanzaSmackFuture<V,E extends Exception> extends SmackFuture.InternalProcessStanzaSmackFuture<V,E>
A simple version of InternalSmackFuture which implements isNonFatalException(E) as always returning false method.
  • Constructor Details

    • SimpleInternalProcessStanzaSmackFuture

      public SimpleInternalProcessStanzaSmackFuture()
  • Method Details