Uses of Interface
org.jxmpp.jid.BareJid
Package
Description
Interfaces and classes for XMPP Addresses (JIDs).
JXMPP's implementation of
Jid
and it's subtypes.-
Uses of BareJid in org.jxmpp.jid
Modifier and TypeInterfaceDescriptioninterface
An XMPP address (JID) consisting of the domainpart.interface
An XMPP address (JID) consisting of a localpart and a domainpart. -
Uses of BareJid in org.jxmpp.jid.impl
Modifier and TypeMethodDescriptionDomainAndResourcepartJid.asBareJid()
DomainpartJid.asBareJid()
LocalAndDomainpartJid.asBareJid()
LocalDomainAndResourcepartJid.asBareJid()
static BareJid
JidCreate.bareFrom
(CharSequence jid) Get aBareJid
representing the given CharSequence.static BareJid
Get aBareJid
representing the given String.static BareJid
JidCreate.bareFrom
(String jid, JxmppContext context) Get aBareJid
representing the given String.static BareJid
JidCreate.bareFrom
(Localpart localpart, DomainBareJid domainBareJid) static BareJid
JidCreate.bareFrom
(Localpart localpart, Domainpart domain) static BareJid
JidCreate.bareFromOrNull
(CharSequence cs) static BareJid
JidCreate.bareFromOrThrowUnchecked
(CharSequence cs) LikeJidCreate.bareFrom(CharSequence)
but does throw an uncheckedIllegalArgumentException
instead of aXmppStringprepException
.static BareJid
JidCreate.bareFromUrlEncoded
(CharSequence cs) Get aBareJid
from an URL encoded CharSequence.Modifier and TypeMethodDescriptionstatic FullJid
JidCreate.fullFrom
(BareJid bareJid, Resourcepart resource)