Uses of Interface
org.jxmpp.jid.Jid
Packages that use Jid
Package
Description
Interfaces and classes for XMPP Addresses (JIDs).
JXMPP's implementation of
Jid and it's subtypes.Utility classes for JIDs.
A framework to test various XMPP specific string preparation libraries.
-
Uses of Jid in org.jxmpp.jid
Subinterfaces of Jid in org.jxmpp.jidModifier and TypeInterfaceDescriptioninterfaceAn XMPP address (JID) which has noResourcepart.interfaceAn XMPP address (JID) consisting of the domainpart.interfaceAn XMPP address (JID) consisting of a domainpart and a resourcepart.interfaceAn XMPP address (JID) which has noLocalpart.interfaceAn XMPP address (JID) consisting of a localpart and a domainpart.interfaceAn XMPP address (JID) consisting of a localpart, domainpart and resourcepart.interfaceAn XMPP address (JID) which has aLocalpart.interfaceAn XMPP address (JID) which has aResourcepart.Methods in org.jxmpp.jid with type parameters of type JidMethods in org.jxmpp.jid with parameters of type JidModifier and TypeMethodDescriptionbooleanJid.isParentOf(Jid jid) Check if this JID is the parent of another JID.booleanJid.isStrictParentOf(Jid jid) Check if this JID is the strict parent of another JID. -
Uses of Jid in org.jxmpp.jid.impl
Classes in org.jxmpp.jid.impl that implement JidModifier and TypeClassDescriptionclassfinal classRFC6122 2.4 allows JIDs with only a domain and resource part.final classfinal classfinal classMethods in org.jxmpp.jid.impl with type parameters of type JidMethods in org.jxmpp.jid.impl that return JidModifier and TypeMethodDescriptionstatic JidJidCreate.from(CharSequence jid) Get aJidfrom a CharSequence.static JidJidCreate.from(CharSequence localpart, CharSequence domainpart, CharSequence resource) Get aJidfrom the given parts.static JidGet aJidfrom the given String.static JidGet aJidfrom the given parts.static JidJidCreate.from(String localpart, String domainpart, String resource, JxmppContext context) Get aJidfrom the given parts.static JidJidCreate.from(String jidString, JxmppContext context) Get aJidfrom the given String.static JidJidCreate.fromOrNull(CharSequence cs) static JidJidCreate.fromOrThrowUnchecked(CharSequence cs) LikeJidCreate.from(CharSequence)but does throw an uncheckedIllegalArgumentExceptioninstead of aXmppStringprepException.static JidJidCreate.fromUnescaped(CharSequence unescapedJid) Get aJidfrom the given unescaped CharSequence.static JidJidCreate.fromUnescaped(String unescapedJidString) Get aJidfrom the given unescaped String.static JidJidCreate.fromUnescapedOrNull(CharSequence cs) static JidJidCreate.fromUnescapedOrThrowUnchecked(CharSequence cs) LikeJidCreate.fromUnescaped(CharSequence)but does throw an uncheckedIllegalArgumentExceptioninstead of aXmppStringprepException.static JidJidCreate.fromUrlEncoded(CharSequence cs) Get aJidfrom an URL encoded CharSequence.Methods in org.jxmpp.jid.impl with parameters of type JidModifier and TypeMethodDescriptionfinal intfinal booleanAbstractJid.isParentOf(Jid jid) final booleanAbstractJid.isStrictParentOf(Jid jid) -
Uses of Jid in org.jxmpp.jid.util
Methods in org.jxmpp.jid.util that return types with arguments of type JidModifier and TypeMethodDescriptionJidUtil.jidSetFrom(String[] jids) Convert the given array of Strings to JIDs.JidUtil.jidSetFrom(Collection<? extends CharSequence> jidStrings) Convert the given collection of CharSequences to JIDs.Methods in org.jxmpp.jid.util with parameters of type JidModifier and TypeMethodDescriptionstatic booleanCheck if two JIDs are equals.Method parameters in org.jxmpp.jid.util with type arguments of type JidModifier and TypeMethodDescriptionstatic voidJidUtil.filterDomainFullJid(Collection<? extends Jid> in, Collection<? super DomainFullJid> out) Filter all domain full JIDs.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.static voidJidUtil.filterEntityBareJid(Collection<? extends Jid> in, Collection<? super EntityBareJid> out) Filter all entity bare JIDs.static List<EntityBareJid> JidUtil.filterEntityBareJidList(Collection<? extends Jid> input) Filter all entity bare JIDs.static Set<EntityBareJid> JidUtil.filterEntityBareJidSet(Collection<? extends Jid> input) Filter all entity bare JIDs.static voidJidUtil.filterEntityFullJid(Collection<? extends Jid> in, Collection<? super EntityFullJid> out) Filter all entity full JIDs.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.JidUtil.toStringList(Collection<? extends Jid> jids) Convert a collection of JIDs to a list of Strings representing those JIDs.static voidJidUtil.toStrings(Collection<? extends Jid> jids, Collection<? super String> jidStrings) Convert a collection of JIDs to a Collection of Strings.JidUtil.toStringSet(Collection<? extends Jid> jids) convert a collection of JIDs to a set of Strings representing those JIDs. -
Uses of Jid in org.jxmpp.strings.testframework
Fields in org.jxmpp.strings.testframework declared as JidModifier and TypeFieldDescriptionfinal JidInvalidJidTestresult.Failed.jidfinal JidValidJidTestresult.jidConstructors in org.jxmpp.strings.testframework with parameters of type JidModifierConstructorDescriptionprotectedFailed(XmppStringPrepper xmppStringPrepper, long startNanos, long stopNanos, InvalidJid invalidJid, Jid jid) protectedFailed(XmppStringPrepper xmppStringPrepper, long startNanos, long stopNanos, ValidJid validJid, Jid jid) protectedFailedBecauseMismatch(XmppStringPrepper xmppStringPrepper, long startNanos, long stopNanos, ValidJid validJid, Jid jid, boolean domainpartMismatch, boolean localpartMismatch, boolean resourcepartMismatch) protectedSuccessful(XmppStringPrepper xmppStringPrepper, long startNanos, long stopNanos, ValidJid validJid, Jid jid) protectedValidJidTestresult(XmppStringPrepper xmppStringPrepper, long startNanos, long stopNanos, ValidJid validJid, Jid jid)