Package org.jivesoftware.smack.debugger
Interface SmackDebuggerFactory
-
- All Known Implementing Classes:
ConsoleDebugger.Factory
,EnhancedDebugger.Factory
,ReflectionDebuggerFactory
,SLF4JDebuggerFactory
public interface SmackDebuggerFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SmackDebugger
create(XMPPConnection connection)
Initialize the new SmackDebugger instance.
-
-
-
Method Detail
-
create
SmackDebugger create(XMPPConnection connection) throws java.lang.IllegalArgumentException
Initialize the new SmackDebugger instance.- Parameters:
connection
- the XMPP connection this debugger is going to get attached to.- Returns:
- SmackDebugger.
- Throws:
java.lang.IllegalArgumentException
- if the SmackDebugger can't be loaded.
-
-