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>

A simple version of InternalSmackFuture which implements isNonFatalException(E) as always returning false method.