Package org.jivesoftware.smack
Class SmackFuture.InternalSmackFuture<V,E extends java.lang.Exception>
- java.lang.Object
-
- org.jivesoftware.smack.SmackFuture<V,E>
-
- org.jivesoftware.smack.SmackFuture.InternalSmackFuture<V,E>
-
- All Implemented Interfaces:
java.util.concurrent.Future<V>
,CallbackRecipient<V,E>
- Direct Known Subclasses:
SmackFuture.InternalProcessStanzaSmackFuture
,SmackFuture.SocketFuture
- Enclosing class:
- SmackFuture<V,E extends java.lang.Exception>
public static class SmackFuture.InternalSmackFuture<V,E extends java.lang.Exception> extends SmackFuture<V,E>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jivesoftware.smack.SmackFuture
SmackFuture.InternalProcessStanzaSmackFuture<V,E extends java.lang.Exception>, SmackFuture.InternalSmackFuture<V,E extends java.lang.Exception>, SmackFuture.SimpleInternalProcessStanzaSmackFuture<V,E extends java.lang.Exception>, SmackFuture.SocketFuture
-
-
Field Summary
-
Fields inherited from class org.jivesoftware.smack.SmackFuture
exception, result
-
-
Constructor Summary
Constructors Constructor Description InternalSmackFuture()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setException(E exception)
void
setResult(V result)
-
Methods inherited from class org.jivesoftware.smack.SmackFuture
await, cancel, from, futureWait, futureWait, get, get, getIfAvailable, getOrThrow, isCancelled, isDone, maybeInvokeCallbacks, onCompletion, onError, onSuccess
-
-
-
-
Constructor Detail
-
InternalSmackFuture
public InternalSmackFuture()
-
-
Method Detail
-
setException
public final void setException(E exception)
-
-