Uses of Interface
org.jxmpp.jid.DomainFullJid
-
Packages that use DomainFullJid Package Description org.jxmpp.jid Interfaces and classes for XMPP Addresses (JIDs).org.jxmpp.jid.impl JXMPP's implementation ofJidand it's subtypes.org.jxmpp.jid.util Utility classes for JIDs. -
-
Uses of DomainFullJid in org.jxmpp.jid
Methods in org.jxmpp.jid that return DomainFullJid Modifier and Type Method Description DomainFullJidJid. asDomainFullJidIfPossible()Convert this Jid to aDomainFullJidif possible.DomainFullJidJid. asDomainFullJidOrThrow()Convert this Jid to aDomainFullJidor throw anIllegalStateExceptionif this is not possible.Methods in org.jxmpp.jid with parameters of type DomainFullJid Modifier and Type Method Description booleanJid. isParentOf(DomainFullJid domainFullJid)SeeJid.isParentOf(Jid). -
Uses of DomainFullJid in org.jxmpp.jid.impl
Classes in org.jxmpp.jid.impl that implement DomainFullJid Modifier and Type Class Description classDomainAndResourcepartJidRFC6122 2.4 allows JIDs with only a domain and resource part.Methods in org.jxmpp.jid.impl that return DomainFullJid Modifier and Type Method Description DomainFullJidDomainAndResourcepartJid. asDomainFullJidIfPossible()DomainFullJidDomainpartJid. asDomainFullJidIfPossible()DomainFullJidLocalAndDomainpartJid. asDomainFullJidIfPossible()DomainFullJidLocalDomainAndResourcepartJid. asDomainFullJidIfPossible()DomainFullJidAbstractJid. asDomainFullJidOrThrow()static DomainFullJidJidCreate. domainFullFrom(CharSequence jid)Get a domain full JID from the given CharSequence.static DomainFullJidJidCreate. domainFullFrom(String jid)Get a domain full JID from the given String.static DomainFullJidJidCreate. domainFullFrom(String jid, JxmppContext context)Get a domain full JID from the given String.static DomainFullJidJidCreate. domainFullFrom(DomainBareJid domainBareJid, Resourcepart resource)Get a domain full JID.static DomainFullJidJidCreate. domainFullFrom(Domainpart domainpart, Resourcepart resource)Get a domain full JID.static DomainFullJidJidCreate. domainFullFromOrNull(CharSequence cs)static DomainFullJidJidCreate. domainFullFromOrThrowUnchecked(CharSequence cs)LikeJidCreate.domainFullFrom(CharSequence)but does throw an uncheckedIllegalArgumentExceptioninstead of aXmppStringprepException.static DomainFullJidJidCreate. domainFullFromUrlEncoded(CharSequence cs)Get aDomainFullJidfrom an URL encoded CharSequence.Methods in org.jxmpp.jid.impl with parameters of type DomainFullJid Modifier and Type Method Description booleanDomainAndResourcepartJid. isParentOf(DomainFullJid domainFullJid)booleanDomainpartJid. isParentOf(DomainFullJid domainFullJid)booleanLocalAndDomainpartJid. isParentOf(DomainFullJid domainFullJid)booleanLocalDomainAndResourcepartJid. isParentOf(DomainFullJid domainFullJid) -
Uses of DomainFullJid in org.jxmpp.jid.util
Methods in org.jxmpp.jid.util that return types with arguments of type DomainFullJid Modifier and Type Method Description static List<DomainFullJid>JidUtil. filterDomainFullJidList(Collection<? extends Jid> input)Filter all domain full JIDs.static Set<DomainFullJid>JidUtil. filterDomainFullJidSet(Collection<? extends Jid> input)Filter all domain full JIDs.
-