Uses of Class
org.jivesoftware.smack.debugger.SmackDebugger
-
Packages that use SmackDebugger Package Description org.jivesoftware.smack Core classes of the Smack API.org.jivesoftware.smack.c2s.internal Smack's internal API for client-to-server (c2s) connections.org.jivesoftware.smack.debugger Smack includes built-in debugging consoles that will let you track all XML traffic between the client and server.org.jivesoftware.smackx.debugger Smack optional Debuggers, which includeEnhancedDebuggerandLiteDebugger.org.jivesoftware.smackx.debugger.android Android classes for debugging purposes.org.jivesoftware.smackx.debugger.slf4j Smack slf4j debugger implementation. -
-
Uses of SmackDebugger in org.jivesoftware.smack
Fields in org.jivesoftware.smack declared as SmackDebugger Modifier and Type Field Description protected SmackDebuggerAbstractXMPPConnection. debuggerThe 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 SmackDebugger Modifier and Type Field Description SmackDebuggerModularXmppClientToServerConnectionInternal. smackDebuggerMethod parameters in org.jivesoftware.smack.c2s.internal with type arguments of type SmackDebugger Modifier and Type Method Description voidModularXmppClientToServerConnectionInternal. withSmackDebugger(Consumer<SmackDebugger> smackDebuggerConsumer)Constructors in org.jivesoftware.smack.c2s.internal with parameters of type SmackDebugger Constructor Description ModularXmppClientToServerConnectionInternal(ModularXmppClientToServerConnection connection, SmackReactor reactor, SmackDebugger smackDebugger, Queue<TopLevelStreamElement> outgoingElementsQueue) -
Uses of SmackDebugger in org.jivesoftware.smack.debugger
Subclasses of SmackDebugger in org.jivesoftware.smack.debugger Modifier and Type Class Description classAbstractDebuggerclassConsoleDebuggerVery simple debugger that prints to the console (stdout) the sent and received stanzas.classJulDebuggerVery simple debugger that prints to the console (stdout) the sent and received stanzas.Methods in org.jivesoftware.smack.debugger that return SmackDebugger Modifier and Type Method Description SmackDebuggerConsoleDebugger.Factory. create(XMPPConnection connection)SmackDebuggerReflectionDebuggerFactory. create(XMPPConnection connection)SmackDebuggerSmackDebuggerFactory. create(XMPPConnection connection)Initialize the new SmackDebugger instance.Methods in org.jivesoftware.smack.debugger that return types with arguments of type SmackDebugger Modifier and Type Method Description static Class<SmackDebugger>ReflectionDebuggerFactory. getDebuggerClass()Returns debugger class used by this factory.Method parameters in org.jivesoftware.smack.debugger with type arguments of type SmackDebugger Modifier and Type Method Description static voidReflectionDebuggerFactory. 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.debugger Modifier and Type Class Description classEnhancedDebuggerThe 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.classLiteDebuggerThe LiteDebugger is a very simple debugger that allows to debug sent, received and interpreted messages.Methods in org.jivesoftware.smackx.debugger that return SmackDebugger Modifier and Type Method Description SmackDebuggerEnhancedDebugger.Factory. create(XMPPConnection connection) -
Uses of SmackDebugger in org.jivesoftware.smackx.debugger.android
Subclasses of SmackDebugger in org.jivesoftware.smackx.debugger.android Modifier and Type Class Description classAndroidDebuggerVery 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.slf4j Modifier and Type Class Description classSLF4JSmackDebuggerImplementation of SmackDebugger that writes log messages using SLF4J API.Methods in org.jivesoftware.smackx.debugger.slf4j that return SmackDebugger Modifier and Type Method Description SmackDebuggerSLF4JDebuggerFactory. create(XMPPConnection connection)
-