public interface SmackDebuggerFactory
Modifier and Type | Method and Description |
---|---|
SmackDebugger |
create(XMPPConnection connection)
Initialize the new SmackDebugger instance.
|
SmackDebugger create(XMPPConnection connection) throws java.lang.IllegalArgumentException
connection
- the XMPP connection this debugger is going to get attached to.java.lang.IllegalArgumentException
- if the SmackDebugger can't be loaded.