Uses of Interface
org.jxmpp.jid.FullJid
Packages that use FullJid
Package
Description
Interfaces and classes for XMPP Addresses (JIDs).
JXMPP's implementation of
Jid
and it's subtypes.-
Uses of FullJid in org.jxmpp.jid
Subinterfaces of FullJid in org.jxmpp.jidModifier and TypeInterfaceDescriptioninterface
An XMPP address (JID) consisting of a domainpart and a resourcepart.interface
An XMPP address (JID) consisting of a localpart, domainpart and resourcepart.Methods in org.jxmpp.jid that return FullJidModifier and TypeMethodDescriptionJid.asFullJidIfPossible()
Convert this Jid to aFullJid
if possible. -
Uses of FullJid in org.jxmpp.jid.impl
Classes in org.jxmpp.jid.impl that implement FullJidModifier and TypeClassDescriptionfinal class
RFC6122 2.4 allows JIDs with only a domain and resource part.final class
Methods in org.jxmpp.jid.impl that return FullJidModifier and TypeMethodDescriptionDomainAndResourcepartJid.asFullJidIfPossible()
DomainpartJid.asFullJidIfPossible()
LocalAndDomainpartJid.asFullJidIfPossible()
LocalDomainAndResourcepartJid.asFullJidIfPossible()
static FullJid
JidCreate.fullFrom
(CharSequence jid) Get aFullJid
representing the given CharSequence.static FullJid
Get aFullJid
representing the given String.static FullJid
Get aFullJid
constructed from the given parts.static FullJid
JidCreate.fullFrom
(String localpart, String domainpart, String resource, JxmppContext context) Get aFullJid
constructed from the given parts.static FullJid
JidCreate.fullFrom
(String jid, JxmppContext context) Get aFullJid
representing the given String.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.static FullJid
JidCreate.fullFromOrNull
(CharSequence cs) static FullJid
JidCreate.fullFromOrThrowUnchecked
(CharSequence cs) LikeJidCreate.fullFrom(CharSequence)
but does throw an uncheckedIllegalArgumentException
instead of aXmppStringprepException
.static FullJid
JidCreate.fullFromUrlEncoded
(CharSequence cs) Get aFullJid
from an URL encoded CharSequence.