Uses of Interface
org.jxmpp.jid.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
Modifier 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.Modifier and TypeMethodDescriptionJid.asFullJidIfPossible()
Convert this Jid to aFullJid
if possible. -
Uses of FullJid in org.jxmpp.jid.impl
Modifier and TypeClassDescriptionfinal class
RFC6122 2.4 allows JIDs with only a domain and resource part.final class
Modifier 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.