Package org.jxmpp.jid

Interface EntityJid

    • Method Detail

      • getLocalpart

        Localpart getLocalpart()
        Return the Localpart of this JID.
        Returns:
        the localpart.
      • asEntityBareJid

        EntityBareJid asEntityBareJid()
        Return the bare JID of this entity JID.
        Returns:
        the bare JID.
      • asEntityBareJidString

        java.lang.String asEntityBareJidString()
        Return the bare JID string of this full JID.
        Returns:
        the bare JID string.