Package org.jivesoftware.smackx.debugger
Class LiteDebugger
- java.lang.Object
-
- org.jivesoftware.smack.debugger.SmackDebugger
-
- org.jivesoftware.smackx.debugger.LiteDebugger
-
public class LiteDebugger extends org.jivesoftware.smack.debugger.SmackDebuggerThe LiteDebugger is a very simple debugger that allows to debug sent, received and interpreted messages.
-
-
Constructor Summary
Constructors Constructor Description LiteDebugger(org.jivesoftware.smack.XMPPConnection connection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidincomingStreamSink(java.lang.CharSequence incomingCharSequence)voidonIncomingStreamElement(org.jivesoftware.smack.packet.TopLevelStreamElement streamElement)voidonOutgoingStreamElement(org.jivesoftware.smack.packet.TopLevelStreamElement streamElement)voidoutgoingStreamSink(java.lang.CharSequence outgoingCharSequence)voidrootWindowClosing(java.awt.event.WindowEvent evt)Notification that the root window is closing.voiduserHasLogged(org.jxmpp.jid.EntityFullJid user)
-
-
-
Method Detail
-
rootWindowClosing
public void rootWindowClosing(java.awt.event.WindowEvent evt)
Notification that the root window is closing. Stop listening for received and transmitted packets.- Parameters:
evt- the event that indicates that the root window is closing
-
outgoingStreamSink
public void outgoingStreamSink(java.lang.CharSequence outgoingCharSequence)
- Specified by:
outgoingStreamSinkin classorg.jivesoftware.smack.debugger.SmackDebugger
-
incomingStreamSink
public void incomingStreamSink(java.lang.CharSequence incomingCharSequence)
- Specified by:
incomingStreamSinkin classorg.jivesoftware.smack.debugger.SmackDebugger
-
userHasLogged
public void userHasLogged(org.jxmpp.jid.EntityFullJid user)
- Specified by:
userHasLoggedin classorg.jivesoftware.smack.debugger.SmackDebugger
-
onIncomingStreamElement
public void onIncomingStreamElement(org.jivesoftware.smack.packet.TopLevelStreamElement streamElement)
- Specified by:
onIncomingStreamElementin classorg.jivesoftware.smack.debugger.SmackDebugger
-
onOutgoingStreamElement
public void onOutgoingStreamElement(org.jivesoftware.smack.packet.TopLevelStreamElement streamElement)
- Specified by:
onOutgoingStreamElementin classorg.jivesoftware.smack.debugger.SmackDebugger
-
-