Uses of Class
org.jivesoftware.smack.debugger.AbstractDebugger
Packages that use AbstractDebugger
Package
Description
Smack includes built-in debugging consoles that will let you track all XML traffic between the client and server.
Android classes for debugging purposes.
-
Uses of AbstractDebugger in org.jivesoftware.smack.debugger
Subclasses of AbstractDebugger in org.jivesoftware.smack.debuggerModifier and TypeClassDescriptionclass
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. -
Uses of AbstractDebugger in org.jivesoftware.smackx.debugger.android
Subclasses of AbstractDebugger in org.jivesoftware.smackx.debugger.androidModifier and TypeClassDescriptionclass
Very simple debugger that prints to the android log the sent and received stanzas.