| Package | Description | 
|---|---|
| org.jxmpp.jid | 
 Interfaces and classes for XMPP Addresses (JIDs). 
 | 
| org.jxmpp.jid.impl | 
 JXMPP's implementation of  
Jid and it's subtypes. | 
| org.jxmpp.jid.util | 
 Utility classes for JIDs. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
EntityBareJid | 
EntityJid.asEntityBareJid()
Return the bare JID of this entity JID. 
 | 
EntityBareJid | 
Jid.asEntityBareJidIfPossible()
Convert this Jid to a  
EntityBareJid if possible. | 
EntityBareJid | 
Jid.asEntityBareJidOrThrow()
Convert this Jid to a  
EntityBareJid or throw an IllegalStateException if this is not possible. | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
Jid.isParentOf(EntityBareJid bareJid)
See  
Jid.isParentOf(Jid). | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LocalAndDomainpartJid  | 
| Modifier and Type | Method and Description | 
|---|---|
static EntityFullJid | 
JidCreate.entityFullFrom(EntityBareJid bareJid,
              Resourcepart resource)
 | 
static EntityFullJid | 
JidCreate.fullFrom(EntityBareJid bareJid,
        Resourcepart resource)
 | 
boolean | 
LocalDomainAndResourcepartJid.isParentOf(EntityBareJid bareJid)  | 
boolean | 
DomainAndResourcepartJid.isParentOf(EntityBareJid bareJid)  | 
boolean | 
DomainpartJid.isParentOf(EntityBareJid bareJid)  | 
boolean | 
LocalAndDomainpartJid.isParentOf(EntityBareJid bareJid)  | 
| Modifier and Type | Method and Description | 
|---|---|
static EntityBareJid | 
JidUtil.validateEntityBareJid(CharSequence jidcs)
Check if the given CharSequence is a valid entity bare JID. 
 | 
static EntityBareJid | 
JidUtil.validateTypicalEntityBareJid(CharSequence jidcs)
Check if the given CharSequence is a typical and valid entity bare JID. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Set<EntityBareJid> | 
JidUtil.entityBareJidSetFrom(Collection<? extends CharSequence> jidStrings)
Convert the given collection of CharSequences to 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
JidUtil.entityBareJidsFrom(Collection<? extends CharSequence> jidStrings,
                  Collection<? super EntityBareJid> output,
                  List<XmppStringprepException> exceptions)
Convert a collection of Strings to a Set of  
EntityBareJid's. | 
static void | 
JidUtil.filterEntityBareJid(Collection<? extends Jid> in,
                   Collection<? super EntityBareJid> out)
Filter all entity bare JIDs. 
 |