Class LiteDebugger


  • public class LiteDebugger
    extends SmackDebugger
    The LiteDebugger is a very simple debugger that allows to debug sent, received and interpreted messages.
    • 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)
        Description copied from class: SmackDebugger
        Note that the sequence of characters may be pretty printed.
        Specified by:
        outgoingStreamSink in class SmackDebugger
        Parameters:
        outgoingCharSequence - the outgoing character sequence.
      • userHasLogged

        public void userHasLogged​(EntityFullJid user)
        Description copied from class: SmackDebugger
        Called when a user has logged in to the server. The user could be an anonymous user, this means that the user would be of the form host/resource instead of the form user@host/resource.
        Specified by:
        userHasLogged in class SmackDebugger
        Parameters:
        user - the user@host/resource that has just logged in