public static final class ConsoleDebugger.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
SmackDebuggerFactory
create
in interface SmackDebuggerFactory
connection
- the XMPP connection this debugger is going to get attached to.IllegalArgumentException
- if the SmackDebugger can't be loaded.