Interface SmackDebuggerFactory

    • 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.