Class EnhancedDebugger.Factory

  • All Implemented Interfaces:
    org.jivesoftware.smack.debugger.SmackDebuggerFactory
    Enclosing class:
    EnhancedDebugger

    public static final class EnhancedDebugger.Factory
    extends java.lang.Object
    implements org.jivesoftware.smack.debugger.SmackDebuggerFactory
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.jivesoftware.smack.debugger.SmackDebuggerFactory INSTANCE  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.jivesoftware.smack.debugger.SmackDebugger create​(org.jivesoftware.smack.XMPPConnection connection)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • INSTANCE

        public static final org.jivesoftware.smack.debugger.SmackDebuggerFactory INSTANCE
    • Method Detail

      • create

        public org.jivesoftware.smack.debugger.SmackDebugger create​(org.jivesoftware.smack.XMPPConnection connection)
                                                             throws java.lang.IllegalArgumentException
        Specified by:
        create in interface org.jivesoftware.smack.debugger.SmackDebuggerFactory
        Throws:
        java.lang.IllegalArgumentException