Uses of Interface
org.jxmpp.jid.EntityJid
Packages that use 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
Subinterfaces of EntityJid in org.jxmpp.jidModifier and TypeInterfaceDescriptioninterfaceAn XMPP address (JID) consisting of a localpart and a domainpart.interfaceAn XMPP address (JID) consisting of a localpart, domainpart and resourcepart.Methods in org.jxmpp.jid that return EntityJidModifier and TypeMethodDescriptionJid.asEntityJidIfPossible()Convert this Jid to aEntityJidif possible.Jid.asEntityJidOrThrow()Convert this Jid to aEntityJidor throw anIllegalStateExceptionif this is not possible. -
Uses of EntityJid in org.jxmpp.jid.impl
Classes in org.jxmpp.jid.impl that implement EntityJidModifier and TypeClassDescriptionfinal classfinal classMethods in org.jxmpp.jid.impl that return EntityJidModifier and TypeMethodDescriptionDomainAndResourcepartJid.asEntityJidIfPossible()DomainpartJid.asEntityJidIfPossible()LocalAndDomainpartJid.asEntityJidIfPossible()LocalDomainAndResourcepartJid.asEntityJidIfPossible()AbstractJid.asEntityJidOrThrow()static EntityJidJidCreate.entityFrom(CharSequence jid) Get aEntityJidrepresenting the given String.static EntityJidJidCreate.entityFrom(String jidString) Get aEntityJidrepresenting the given String.static EntityJidJidCreate.entityFrom(String jidString, JxmppContext context) Get aEntityJidrepresenting the given String.static EntityJidJidCreate.entityFromOrNull(CharSequence cs) static EntityJidJidCreate.entityFromOrThrowUnchecked(CharSequence cs) LikeJidCreate.entityFrom(CharSequence)but does throw an uncheckedIllegalArgumentExceptioninstead of aXmppStringprepException.static EntityJidJidCreate.entityFromUnesacpedOrNull(CharSequence cs) Deprecated.static EntityJidJidCreate.entityFromUnescaped(CharSequence jid) Get aEntityJidrepresenting the given String.static EntityJidJidCreate.entityFromUnescaped(CharSequence jid, JxmppContext context) Get aEntityJidrepresenting the given String.static EntityJidJidCreate.entityFromUnescaped(String jidString) Get aEntityJidrepresenting the given String.static EntityJidJidCreate.entityFromUnescaped(String jidString, JxmppContext context) Get aEntityJidrepresenting the given String.static EntityJidJidCreate.entityFromUnescapedOrNull(CharSequence cs) static EntityJidJidCreate.entityFromUnescapedOrThrowUnchecked(CharSequence cs) LikeJidCreate.entityFromUnescaped(CharSequence)but does throw an uncheckedIllegalArgumentExceptioninstead of aXmppStringprepException.static EntityJidJidCreate.entityFromUnescapedOrThrowUnchecked(CharSequence cs, JxmppContext context) LikeJidCreate.entityFromUnescaped(CharSequence)but does throw an uncheckedIllegalArgumentExceptioninstead of aXmppStringprepException.static EntityJidJidCreate.entityFromUrlEncoded(CharSequence cs) Get aEntityJidfrom an URL encoded CharSequence.
JidCreate.entityFromUnescapedOrNull(CharSequence)instead.