Uses of Interface
org.jivesoftware.smack.debugger.SmackDebuggerFactory
Packages that use SmackDebuggerFactory
Package
Description
Core classes of the Smack API.
Smack includes built-in debugging consoles that will let you track all XML traffic between the client and server.
Smack optional Debuggers, which include
EnhancedDebugger
and LiteDebugger
.Smack slf4j debugger implementation.
-
Uses of SmackDebuggerFactory in org.jivesoftware.smack
Methods in org.jivesoftware.smack that return SmackDebuggerFactoryModifier and TypeMethodDescriptionConnectionConfiguration.getDebuggerFactory()
Returns the Smack debugger factory.static SmackDebuggerFactory
SmackConfiguration.getDefaultSmackDebuggerFactory()
Methods in org.jivesoftware.smack with parameters of type SmackDebuggerFactoryModifier and TypeMethodDescriptionConnectionConfiguration.Builder.setDebuggerFactory
(SmackDebuggerFactory debuggerFactory) Set the Smack debugger factory used to construct Smack debuggers.static void
SmackConfiguration.setDefaultSmackDebuggerFactory
(SmackDebuggerFactory debuggerFactory) -
Uses of SmackDebuggerFactory in org.jivesoftware.smack.debugger
Classes in org.jivesoftware.smack.debugger that implement SmackDebuggerFactoryModifier and TypeClassDescriptionstatic final class
final class
Fields in org.jivesoftware.smack.debugger declared as SmackDebuggerFactoryModifier and TypeFieldDescriptionstatic final SmackDebuggerFactory
ConsoleDebugger.Factory.INSTANCE
-
Uses of SmackDebuggerFactory in org.jivesoftware.smackx.debugger
Classes in org.jivesoftware.smackx.debugger that implement SmackDebuggerFactoryFields in org.jivesoftware.smackx.debugger declared as SmackDebuggerFactoryModifier and TypeFieldDescriptionstatic final SmackDebuggerFactory
EnhancedDebugger.Factory.INSTANCE
-
Uses of SmackDebuggerFactory in org.jivesoftware.smackx.debugger.slf4j
Classes in org.jivesoftware.smackx.debugger.slf4j that implement SmackDebuggerFactoryModifier and TypeClassDescriptionfinal class
Implementation of SmackDebuggerFactory which always creates instance of SLF4JSmackDebugger.