Uses of Class
org.jxmpp.jid.parts.Resourcepart
Packages that use Resourcepart
Package
Description
Interfaces and classes for XMPP Addresses (JIDs).
JXMPP's implementation of
Jid
and it's subtypes.Classes representing JID parts (Local-, Resource- and Domainpart).
-
Uses of Resourcepart in org.jxmpp.jid
Methods in org.jxmpp.jid that return ResourcepartModifier and TypeMethodDescriptionJid.getResourceOrEmpty()
Get the resourcepart of this JID or return the empty resourcepart.Jid.getResourceOrNull()
Get the resourcepart of this JID or null.Jid.getResourceOrThrow()
Get the resourcepart of this JID or throw anIllegalStateException
.FullJid.getResourcepart()
Return theResourcepart
of this JID. -
Uses of Resourcepart in org.jxmpp.jid.impl
Methods in org.jxmpp.jid.impl that return ResourcepartModifier and TypeMethodDescriptionfinal Resourcepart
AbstractJid.getResourceOrEmpty()
abstract Resourcepart
AbstractJid.getResourceOrNull()
DomainAndResourcepartJid.getResourceOrNull()
DomainpartJid.getResourceOrNull()
LocalAndDomainpartJid.getResourceOrNull()
LocalDomainAndResourcepartJid.getResourceOrNull()
final Resourcepart
AbstractJid.getResourceOrThrow()
DomainAndResourcepartJid.getResourcepart()
LocalDomainAndResourcepartJid.getResourcepart()
Methods in org.jxmpp.jid.impl with parameters of type ResourcepartModifier and TypeMethodDescriptionstatic DomainFullJid
JidCreate.domainFullFrom
(DomainBareJid domainBareJid, Resourcepart resource) Get a domain full JID.static DomainFullJid
JidCreate.domainFullFrom
(Domainpart domainpart, Resourcepart resource) Get a domain full JID.static EntityFullJid
JidCreate.entityFullFrom
(EntityBareJid bareJid, Resourcepart resource) static EntityFullJid
JidCreate.entityFullFrom
(Localpart localpart, DomainBareJid domainBareJid, Resourcepart resource) Get aEntityFullJid
constructed from the given parts.static EntityFullJid
JidCreate.entityFullFrom
(Localpart localpart, Domainpart domainpart, Resourcepart resource) Get aEntityFullJid
constructed from the given parts.static FullJid
JidCreate.fullFrom
(BareJid bareJid, Resourcepart resource) static FullJid
JidCreate.fullFrom
(Localpart localpart, DomainBareJid domainBareJid, Resourcepart resource) Get aFullJid
constructed from the given parts.static FullJid
JidCreate.fullFrom
(Localpart localpart, Domainpart domainpart, Resourcepart resource) Get aFullJid
constructed from the given parts. -
Uses of Resourcepart in org.jxmpp.jid.parts
Fields in org.jxmpp.jid.parts declared as ResourcepartModifier and TypeFieldDescriptionstatic final Resourcepart
Resourcepart.EMPTY
The empty resource part.Methods in org.jxmpp.jid.parts that return ResourcepartModifier and TypeMethodDescriptionstatic Resourcepart
Resourcepart.from
(CharSequence resource) Get theResourcepart
representing the input String.static Resourcepart
Get theResourcepart
representing the input String.static Resourcepart
Resourcepart.from
(String resource, JxmppContext context) Get theResourcepart
representing the input String.static Resourcepart
Resourcepart.fromOrNull
(CharSequence cs) static Resourcepart
Resourcepart.fromOrThrowUnchecked
(CharSequence cs) Likefrom(String)
but does throw an uncheckedIllegalArgumentException
instead of aXmppStringprepException
.