Package org.jivesoftware.smack.debugger
Interface SmackDebuggerFactory
- All Known Implementing Classes:
ConsoleDebugger.Factory,ReflectionDebuggerFactory
public interface SmackDebuggerFactory
-
Method Summary
Modifier and TypeMethodDescriptioncreate(XMPPConnection connection) Initialize the new SmackDebugger instance.
-
Method Details
-
create
Initialize the new SmackDebugger instance.- Parameters:
connection- the XMPP connection this debugger is going to get attached to.- Returns:
- SmackDebugger.
- Throws:
IllegalArgumentException- if the SmackDebugger can't be loaded.
-