Uses of Class
org.jivesoftware.smack.debugger.SmackDebugger
Packages that use SmackDebugger
Package
Description
Core classes of the Smack API.
Smack's internal API for client-to-server (c2s) connections.
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
.Android classes for debugging purposes.
Smack slf4j debugger implementation.
-
Uses of SmackDebugger in org.jivesoftware.smack
Fields in org.jivesoftware.smack declared as SmackDebuggerModifier and TypeFieldDescriptionprotected final SmackDebugger
AbstractXMPPConnection.debugger
The SmackDebugger allows to log and debug XML traffic. -
Uses of SmackDebugger in org.jivesoftware.smack.c2s.internal
Fields in org.jivesoftware.smack.c2s.internal declared as SmackDebuggerModifier and TypeFieldDescriptionfinal SmackDebugger
ModularXmppClientToServerConnectionInternal.smackDebugger
Method parameters in org.jivesoftware.smack.c2s.internal with type arguments of type SmackDebuggerModifier and TypeMethodDescriptionfinal void
ModularXmppClientToServerConnectionInternal.withSmackDebugger
(Consumer<SmackDebugger> smackDebuggerConsumer) Constructors in org.jivesoftware.smack.c2s.internal with parameters of type SmackDebuggerModifierConstructorDescriptionModularXmppClientToServerConnectionInternal
(ModularXmppClientToServerConnection connection, SmackReactor reactor, SmackDebugger smackDebugger, Queue<TopLevelStreamElement> outgoingElementsQueue) -
Uses of SmackDebugger in org.jivesoftware.smack.debugger
Subclasses of SmackDebugger in org.jivesoftware.smack.debuggerModifier and TypeClassDescriptionclass
class
Very simple debugger that prints to the console (stdout) the sent and received stanzas.class
Very simple debugger that prints to the console (stdout) the sent and received stanzas.Methods in org.jivesoftware.smack.debugger that return SmackDebuggerModifier and TypeMethodDescriptionConsoleDebugger.Factory.create
(XMPPConnection connection) ReflectionDebuggerFactory.create
(XMPPConnection connection) SmackDebuggerFactory.create
(XMPPConnection connection) Initialize the new SmackDebugger instance.Methods in org.jivesoftware.smack.debugger that return types with arguments of type SmackDebuggerModifier and TypeMethodDescriptionstatic Class<SmackDebugger>
ReflectionDebuggerFactory.getDebuggerClass()
Returns debugger class used by this factory.Method parameters in org.jivesoftware.smack.debugger with type arguments of type SmackDebuggerModifier and TypeMethodDescriptionstatic void
ReflectionDebuggerFactory.setDebuggerClass
(Class<? extends SmackDebugger> debuggerClass) Sets custom debugger class to be created by this factory. -
Uses of SmackDebugger in org.jivesoftware.smackx.debugger
Subclasses of SmackDebugger in org.jivesoftware.smackx.debuggerModifier and TypeClassDescriptionclass
The EnhancedDebugger is a debugger that allows to debug sent, received and interpreted messages but also provides the ability to send ad-hoc messages composed by the user.class
The LiteDebugger is a very simple debugger that allows to debug sent, received and interpreted messages.Methods in org.jivesoftware.smackx.debugger that return SmackDebugger -
Uses of SmackDebugger in org.jivesoftware.smackx.debugger.android
Subclasses of SmackDebugger in org.jivesoftware.smackx.debugger.androidModifier and TypeClassDescriptionclass
Very simple debugger that prints to the android log the sent and received stanzas. -
Uses of SmackDebugger in org.jivesoftware.smackx.debugger.slf4j
Subclasses of SmackDebugger in org.jivesoftware.smackx.debugger.slf4jModifier and TypeClassDescriptionclass
Implementation of SmackDebugger that writes log messages using SLF4J API.Methods in org.jivesoftware.smackx.debugger.slf4j that return SmackDebugger