Class ConsoleDebugger.Factory

    • Method Detail

      • create

        public SmackDebugger create​(XMPPConnection connection)
                             throws java.lang.IllegalArgumentException
        Description copied from interface: SmackDebuggerFactory
        Initialize the new SmackDebugger instance.
        Specified by:
        create in interface SmackDebuggerFactory
        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.