public static final class EnhancedDebugger.Factory extends Object implements SmackDebuggerFactory
| Modifier and Type | Field and Description |
|---|---|
static SmackDebuggerFactory |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
SmackDebugger |
create(XMPPConnection connection)
Initialize the new SmackDebugger instance.
|
public static final SmackDebuggerFactory INSTANCE
public SmackDebugger create(XMPPConnection connection) throws IllegalArgumentException
SmackDebuggerFactorycreate in interface SmackDebuggerFactoryconnection - the XMPP connection this debugger is going to get attached to.IllegalArgumentException - if the SmackDebugger can't be loaded.