Class AbstractJidTypeFilter

    • Method Detail

      • accept

        public boolean accept​(Stanza stanza)
        Description copied from interface: StanzaFilter
        Tests whether or not the specified stanza should pass the filter.
        Specified by:
        accept in interface StanzaFilter
        Parameters:
        stanza - the stanza to test.
        Returns:
        true if and only if stanza passes the filter.
      • getJidToMatchFrom

        protected abstract org.jxmpp.jid.Jid getJidToMatchFrom​(Stanza stanza)
      • toString

        public final java.lang.String toString()
        Overrides:
        toString in class java.lang.Object