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.
|
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.