Uses of Interface
org.jxmpp.jid.EntityFullJid
Package
Description
Interfaces and classes for XMPP Addresses (JIDs).
JXMPP's implementation of
Jid
and it's subtypes.Utility classes for JIDs.
-
Uses of EntityFullJid in org.jxmpp.jid
Modifier and TypeMethodDescriptionConvert this Jid to aEntityFullJid
if possible.Jid.asEntityFullJidOrThrow()
Convert this Jid to aEntityFullJid
or throw anIllegalStateException
if this is not possible.Jid.asFullJidOrThrow()
Convert this Jid to aFullJid
or throw anIllegalStateException
if this is not possible.Modifier and TypeMethodDescriptionboolean
Jid.isParentOf
(EntityFullJid fullJid) SeeJid.isParentOf(Jid)
.boolean
Jid.isStrictParentOf
(EntityFullJid fullJid) -
Uses of EntityFullJid in org.jxmpp.jid.impl
Modifier and TypeMethodDescriptionDomainAndResourcepartJid.asEntityFullJidIfPossible()
DomainpartJid.asEntityFullJidIfPossible()
LocalAndDomainpartJid.asEntityFullJidIfPossible()
LocalDomainAndResourcepartJid.asEntityFullJidIfPossible()
AbstractJid.asEntityFullJidOrThrow()
AbstractJid.asFullJidOrThrow()
static EntityFullJid
JidCreate.entityFullFrom
(CharSequence jid) Get aEntityFullJid
representing the given CharSequence.static EntityFullJid
JidCreate.entityFullFrom
(CharSequence localpart, Domainpart domainpart, CharSequence resource) Get aEntityFullJid
constructed from the given parts.static EntityFullJid
JidCreate.entityFullFrom
(String localpart, String domainpart, String resource) Get aEntityFullJid
constructed from the given parts.static EntityFullJid
JidCreate.entityFullFrom
(String localpart, String domainpart, String resource, JxmppContext context) Get aEntityFullJid
constructed from the given parts.static EntityFullJid
JidCreate.entityFullFrom
(String jid, JxmppContext context) Get aEntityFullJid
representing the given String.static EntityFullJid
JidCreate.entityFullFrom
(EntityBareJid bareJid, Resourcepart resource) static EntityFullJid
JidCreate.entityFullFrom
(Localpart localpart, DomainBareJid domainBareJid, Resourcepart resource) Get aEntityFullJid
constructed from the given parts.static EntityFullJid
JidCreate.entityFullFrom
(Localpart localpart, Domainpart domainpart, Resourcepart resource) Get aEntityFullJid
constructed from the given parts.static EntityFullJid
JidCreate.entityFullFromOrNull
(CharSequence cs) static EntityFullJid
JidCreate.entityFullFromOrThrowUnchecked
(CharSequence cs) LikeJidCreate.entityFullFrom(CharSequence)
but does throw an uncheckedIllegalArgumentException
instead of aXmppStringprepException
.static EntityFullJid
JidCreate.entityFullFromUnescaped
(CharSequence unescapedJid) Get aEntityFullJid
representing the given unescaped CharSequence.static EntityFullJid
JidCreate.entityFullFromUnescaped
(String unescapedJidString) Get aEntityFullJid
representing the given unescaped String.static EntityFullJid
JidCreate.entityFullFromUnescaped
(String unescapedJidString, JxmppContext context) Get aEntityFullJid
representing the given unescaped String.static EntityFullJid
JidCreate.entityFullFromUnescapedOrNull
(CharSequence cs) static EntityFullJid
JidCreate.entityFullFromUnescapedOrThrowUnchecked
(CharSequence cs) LikeJidCreate.entityFullFromUnescaped(CharSequence)
but does throw an uncheckedIllegalArgumentException
instead of aXmppStringprepException
.static EntityFullJid
JidCreate.entityFullFromUrlEncoded
(CharSequence cs) Get aEntityFullJid
from an URL encoded CharSequence.Modifier and TypeMethodDescriptionboolean
DomainAndResourcepartJid.isParentOf
(EntityFullJid fullJid) boolean
DomainpartJid.isParentOf
(EntityFullJid fullJid) boolean
LocalAndDomainpartJid.isParentOf
(EntityFullJid fullJid) boolean
LocalDomainAndResourcepartJid.isParentOf
(EntityFullJid fullJid) boolean
DomainAndResourcepartJid.isStrictParentOf
(EntityFullJid fullJid) boolean
DomainpartJid.isStrictParentOf
(EntityFullJid fullJid) boolean
LocalAndDomainpartJid.isStrictParentOf
(EntityFullJid fullJid) boolean
LocalDomainAndResourcepartJid.isStrictParentOf
(EntityFullJid fullJid) -
Uses of EntityFullJid in org.jxmpp.jid.util
Modifier and TypeMethodDescriptionstatic 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.