Uses of Interface
org.jxmpp.jid.EntityJid
Package
Description
Interfaces and classes for XMPP Addresses (JIDs).
JXMPP's implementation of
Jid
and it's subtypes.-
Uses of EntityJid in org.jxmpp.jid
Modifier and TypeInterfaceDescriptioninterface
An XMPP address (JID) consisting of a localpart and a domainpart.interface
An XMPP address (JID) consisting of a localpart, domainpart and resourcepart.Modifier and TypeMethodDescriptionJid.asEntityJidIfPossible()
Convert this Jid to aEntityJid
if possible.Jid.asEntityJidOrThrow()
Convert this Jid to aEntityJid
or throw anIllegalStateException
if this is not possible. -
Uses of EntityJid in org.jxmpp.jid.impl
Modifier and TypeClassDescriptionfinal class
final class
Modifier and TypeMethodDescriptionDomainAndResourcepartJid.asEntityJidIfPossible()
DomainpartJid.asEntityJidIfPossible()
LocalAndDomainpartJid.asEntityJidIfPossible()
LocalDomainAndResourcepartJid.asEntityJidIfPossible()
AbstractJid.asEntityJidOrThrow()
static EntityJid
JidCreate.entityFrom
(CharSequence jid) Get aEntityJid
representing the given String.static EntityJid
JidCreate.entityFrom
(String jidString) Get aEntityJid
representing the given String.static EntityJid
JidCreate.entityFrom
(String jidString, JxmppContext context) Get aEntityJid
representing the given String.static EntityJid
JidCreate.entityFromOrNull
(CharSequence cs) static EntityJid
JidCreate.entityFromOrThrowUnchecked
(CharSequence cs) LikeJidCreate.entityFrom(CharSequence)
but does throw an uncheckedIllegalArgumentException
instead of aXmppStringprepException
.static EntityJid
JidCreate.entityFromUnesacpedOrNull
(CharSequence cs) Deprecated.static EntityJid
JidCreate.entityFromUnescaped
(CharSequence jid) Get aEntityJid
representing the given String.static EntityJid
JidCreate.entityFromUnescaped
(CharSequence jid, JxmppContext context) Get aEntityJid
representing the given String.static EntityJid
JidCreate.entityFromUnescaped
(String jidString) Get aEntityJid
representing the given String.static EntityJid
JidCreate.entityFromUnescaped
(String jidString, JxmppContext context) Get aEntityJid
representing the given String.static EntityJid
JidCreate.entityFromUnescapedOrNull
(CharSequence cs) static EntityJid
JidCreate.entityFromUnescapedOrThrowUnchecked
(CharSequence cs) LikeJidCreate.entityFromUnescaped(CharSequence)
but does throw an uncheckedIllegalArgumentException
instead of aXmppStringprepException
.static EntityJid
JidCreate.entityFromUnescapedOrThrowUnchecked
(CharSequence cs, JxmppContext context) LikeJidCreate.entityFromUnescaped(CharSequence)
but does throw an uncheckedIllegalArgumentException
instead of aXmppStringprepException
.static EntityJid
JidCreate.entityFromUrlEncoded
(CharSequence cs) Get aEntityJid
from an URL encoded CharSequence.
JidCreate.entityFromUnescapedOrNull(CharSequence)
instead.