Uses of Interface
org.jxmpp.jid.EntityFullJid
-
Packages that use EntityFullJid 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 EntityFullJid in org.jxmpp.jid
Methods in org.jxmpp.jid that return EntityFullJid Modifier and Type Method Description EntityFullJidJid. asEntityFullJidIfPossible()Convert this Jid to aEntityFullJidif possible.EntityFullJidJid. asEntityFullJidOrThrow()Convert this Jid to aEntityFullJidor throw anIllegalStateExceptionif this is not possible.EntityFullJidJid. asFullJidOrThrow()Convert this Jid to aFullJidor throw anIllegalStateExceptionif this is not possible.Methods in org.jxmpp.jid with parameters of type EntityFullJid Modifier and Type Method Description booleanJid. isParentOf(EntityFullJid fullJid)SeeJid.isParentOf(Jid). -
Uses of EntityFullJid in org.jxmpp.jid.impl
Classes in org.jxmpp.jid.impl that implement EntityFullJid Modifier and Type Class Description classLocalDomainAndResourcepartJidMethods in org.jxmpp.jid.impl that return EntityFullJid Modifier and Type Method Description EntityFullJidDomainAndResourcepartJid. asEntityFullJidIfPossible()EntityFullJidDomainpartJid. asEntityFullJidIfPossible()EntityFullJidLocalAndDomainpartJid. asEntityFullJidIfPossible()EntityFullJidLocalDomainAndResourcepartJid. asEntityFullJidIfPossible()EntityFullJidAbstractJid. asEntityFullJidOrThrow()EntityFullJidAbstractJid. asFullJidOrThrow()static EntityFullJidJidCreate. entityFullFrom(CharSequence jid)Get aEntityFullJidrepresenting the given CharSequence.static EntityFullJidJidCreate. entityFullFrom(String jid)Get aEntityFullJidrepresenting the given String.static EntityFullJidJidCreate. entityFullFrom(String localpart, String domainpart, String resource)Get aEntityFullJidconstructed from the given parts.static EntityFullJidJidCreate. entityFullFrom(String localpart, String domainpart, String resource, JxmppContext context)Get aEntityFullJidconstructed from the given parts.static EntityFullJidJidCreate. entityFullFrom(EntityBareJid bareJid, Resourcepart resource)static EntityFullJidJidCreate. entityFullFrom(Localpart localpart, DomainBareJid domainBareJid, Resourcepart resource)Get aEntityFullJidconstructed from the given parts.static EntityFullJidJidCreate. entityFullFrom(Localpart localpart, Domainpart domainpart, Resourcepart resource)Get aEntityFullJidconstructed from the given parts.static EntityFullJidJidCreate. entityFullFromOrNull(CharSequence cs)static EntityFullJidJidCreate. entityFullFromOrThrowUnchecked(CharSequence cs)LikeJidCreate.entityFullFrom(CharSequence)but does throw an uncheckedIllegalArgumentExceptioninstead of aXmppStringprepException.static EntityFullJidJidCreate. entityFullFromUnescaped(CharSequence unescapedJid)Get aEntityFullJidrepresenting the given unescaped CharSequence.static EntityFullJidJidCreate. entityFullFromUnescaped(String unescapedJidString)Get aEntityFullJidrepresenting the given unescaped String.static EntityFullJidJidCreate. entityFullFromUnescaped(String unescapedJidString, JxmppContext context)Get aEntityFullJidrepresenting the given unescaped String.static EntityFullJidJidCreate. entityFullFromUnescapedOrNull(CharSequence cs)static EntityFullJidJidCreate. entityFullFromUnescapedOrThrowUnchecked(CharSequence cs)LikeJidCreate.entityFullFromUnescaped(CharSequence)but does throw an uncheckedIllegalArgumentExceptioninstead of aXmppStringprepException.static EntityFullJidJidCreate. entityFullFromUrlEncoded(CharSequence cs)Get aEntityFullJidfrom an URL encoded CharSequence.Methods in org.jxmpp.jid.impl with parameters of type EntityFullJid Modifier and Type Method Description booleanDomainAndResourcepartJid. isParentOf(EntityFullJid fullJid)booleanDomainpartJid. isParentOf(EntityFullJid fullJid)booleanLocalAndDomainpartJid. isParentOf(EntityFullJid fullJid)booleanLocalDomainAndResourcepartJid. isParentOf(EntityFullJid fullJid) -
Uses of EntityFullJid in org.jxmpp.jid.util
Methods in org.jxmpp.jid.util that return types with arguments of type EntityFullJid Modifier and Type Method Description static List<EntityFullJid>JidUtil. filterEntityFullJidList(Collection<? extends Jid> input)Filter all full JIDs.static Set<EntityFullJid>JidUtil. filterEntityFullJidSet(Collection<? extends Jid> input)Filter all full JIDs.
-