| 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 | 
|---|---|
EntityFullJid | 
Jid.asEntityFullJidIfPossible()
Convert this Jid to a  
EntityFullJid if possible. | 
EntityFullJid | 
Jid.asEntityFullJidOrThrow()
Convert this Jid to a  
EntityFullJid or throw an IllegalStateException if this is not possible. | 
EntityFullJid | 
Jid.asFullJidOrThrow()
Convert this Jid to a  
FullJid or throw an IllegalStateException if this is not possible. | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
Jid.isParentOf(EntityFullJid fullJid)
See  
Jid.isParentOf(Jid). | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LocalDomainAndResourcepartJid  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
LocalDomainAndResourcepartJid.isParentOf(EntityFullJid fullJid)  | 
boolean | 
DomainAndResourcepartJid.isParentOf(EntityFullJid fullJid)  | 
boolean | 
DomainpartJid.isParentOf(EntityFullJid fullJid)  | 
boolean | 
LocalAndDomainpartJid.isParentOf(EntityFullJid fullJid)  | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
JidUtil.filterEntityFullJid(Collection<? extends Jid> in,
                   Collection<? super EntityFullJid> out)
Filter all entity full JIDs. 
 |