Uses of Class
org.jivesoftware.smack.debugger.AbstractDebugger
-
Packages that use AbstractDebugger Package Description 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.android Android classes for debugging purposes. -
-
Uses of AbstractDebugger in org.jivesoftware.smack.debugger
Subclasses of AbstractDebugger in org.jivesoftware.smack.debugger Modifier and Type Class Description classConsoleDebuggerVery 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. -
Uses of AbstractDebugger in org.jivesoftware.smackx.debugger.android
Subclasses of AbstractDebugger 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.
-