public abstract class Manager extends java.lang.Object
Constructor and Description |
---|
Manager(XMPPConnection connection) |
Modifier and Type | Method and Description |
---|---|
protected XMPPConnection |
connection() |
protected XMPPConnection |
getAuthenticatedConnectionOrThrow()
Get the XMPPConnection of this Manager if it's authenticated, i.e.
|
protected static java.util.concurrent.ScheduledFuture<?> |
schedule(java.lang.Runnable runnable,
long delay,
java.util.concurrent.TimeUnit unit) |
public Manager(XMPPConnection connection)
protected final XMPPConnection connection()
protected final XMPPConnection getAuthenticatedConnectionOrThrow() throws SmackException.NotLoggedInException
SmackException.NotLoggedInException
.SmackException.NotLoggedInException
- if the connection is not authenticated.protected static final java.util.concurrent.ScheduledFuture<?> schedule(java.lang.Runnable runnable, long delay, java.util.concurrent.TimeUnit unit)