Uses of Interface
org.jivesoftware.smack.debugger.SmackDebuggerFactory
-
Packages that use SmackDebuggerFactory Package Description org.jivesoftware.smack Core classes of the Smack API.org.jivesoftware.smack.debugger Core debugger functionality.org.jivesoftware.smackx.debugger Smack optional Debuggers.org.jivesoftware.smackx.debugger.slf4j Smack slf4j debugger implementation. -
-
Uses of SmackDebuggerFactory in org.jivesoftware.smack
Methods in org.jivesoftware.smack that return SmackDebuggerFactory Modifier and Type Method Description SmackDebuggerFactoryConnectionConfiguration. getDebuggerFactory()Returns the Smack debugger factory.static SmackDebuggerFactorySmackConfiguration. getDefaultSmackDebuggerFactory()Methods in org.jivesoftware.smack with parameters of type SmackDebuggerFactory Modifier and Type Method Description BConnectionConfiguration.Builder. setDebuggerFactory(SmackDebuggerFactory debuggerFactory)Set the Smack debugger factory used to construct Smack debuggers.static voidSmackConfiguration. setDefaultSmackDebuggerFactory(SmackDebuggerFactory debuggerFactory) -
Uses of SmackDebuggerFactory in org.jivesoftware.smack.debugger
Classes in org.jivesoftware.smack.debugger that implement SmackDebuggerFactory Modifier and Type Class Description static classConsoleDebugger.FactoryclassReflectionDebuggerFactoryFields in org.jivesoftware.smack.debugger declared as SmackDebuggerFactory Modifier and Type Field Description static SmackDebuggerFactoryConsoleDebugger.Factory. INSTANCE -
Uses of SmackDebuggerFactory in org.jivesoftware.smackx.debugger
Classes in org.jivesoftware.smackx.debugger that implement SmackDebuggerFactory Modifier and Type Class Description static classEnhancedDebugger.FactoryFields in org.jivesoftware.smackx.debugger declared as SmackDebuggerFactory Modifier and Type Field Description static SmackDebuggerFactoryEnhancedDebugger.Factory. INSTANCE -
Uses of SmackDebuggerFactory in org.jivesoftware.smackx.debugger.slf4j
Classes in org.jivesoftware.smackx.debugger.slf4j that implement SmackDebuggerFactory Modifier and Type Class Description classSLF4JDebuggerFactoryImplementation of SmackDebuggerFactory which always creates instance of SLF4JSmackDebugger.
-