Uses of Class
org.jxmpp.JxmppContext
Package
Description
JXMPP, a XMPP base library.
JXMPP's implementation of
Jid
and it's subtypes.Classes representing JID parts (Local-, Resource- and Domainpart).
API to transform (prepare) Strings and CharSequences for use in XMPP.
A framework to test various XMPP specific string preparation libraries.
-
Uses of JxmppContext in org.jxmpp
Modifier and TypeMethodDescriptionJxmppContext.Builder.build()
Build a JxmppContext.static JxmppContext
JxmppContext.getDefaultContext()
Get the default context. -
Uses of JxmppContext in org.jxmpp.jid.impl
Modifier and TypeMethodDescriptionstatic BareJid
JidCreate.bareFrom
(String jid, JxmppContext context) Get aBareJid
representing the given String.static DomainBareJid
JidCreate.domainBareFrom
(String jid, JxmppContext context) Get a domain bare JID.static DomainFullJid
JidCreate.domainFullFrom
(String jid, JxmppContext context) Get a domain full JID from the given String.static EntityBareJid
JidCreate.entityBareFrom
(String jid, JxmppContext context) Get aEntityBareJid
representing the given String.static EntityBareJid
JidCreate.entityBareFromUnescaped
(String unescapedJidString, JxmppContext context) Get aEntityBareJid
representing the given unescaped String.static EntityJid
JidCreate.entityFrom
(String jidString, JxmppContext context) Get aEntityJid
representing the given String.static EntityJid
JidCreate.entityFromUnescaped
(CharSequence jid, JxmppContext context) Get aEntityJid
representing the given String.static EntityJid
JidCreate.entityFromUnescaped
(String jidString, JxmppContext context) Get aEntityJid
representing the given String.static EntityJid
JidCreate.entityFromUnescapedOrThrowUnchecked
(CharSequence cs, JxmppContext context) LikeJidCreate.entityFromUnescaped(CharSequence)
but does throw an uncheckedIllegalArgumentException
instead of aXmppStringprepException
.static EntityFullJid
JidCreate.entityFullFrom
(String localpart, String domainpart, String resource, JxmppContext context) Get aEntityFullJid
constructed from the given parts.static EntityFullJid
JidCreate.entityFullFrom
(String jid, JxmppContext context) Get aEntityFullJid
representing the given String.static EntityFullJid
JidCreate.entityFullFromUnescaped
(String unescapedJidString, JxmppContext context) Get aEntityFullJid
representing the given unescaped String.static Jid
JidCreate.from
(String localpart, String domainpart, String resource, JxmppContext context) Get aJid
from the given parts.static Jid
JidCreate.from
(String jidString, JxmppContext context) Get aJid
from the given String.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. -
Uses of JxmppContext in org.jxmpp.jid.parts
Modifier and TypeMethodDescriptionstatic Domainpart
Domainpart.from
(String domain, JxmppContext context) Get theDomainpart
representing the input String.static Localpart
Localpart.from
(String localpart, JxmppContext context) Get theLocalpart
representing the input String.static Resourcepart
Resourcepart.from
(String resource, JxmppContext context) Get theResourcepart
representing the input String. -
Uses of JxmppContext in org.jxmpp.stringprep
Modifier and TypeMethodDescriptionstatic String
XmppStringPrepUtil.domainprep
(String string, JxmppContext context) Perform domainprep on the input String.static String
XmppStringPrepUtil.localprep
(String string, JxmppContext context) Perform localprep on the input String.static String
XmppStringPrepUtil.resourceprep
(String string, JxmppContext context) Perform resourceprep on the input String. -
Uses of JxmppContext in org.jxmpp.strings.testframework