Uses of Class
org.jxmpp.JxmppContext
-
Packages that use JxmppContext Package Description org.jxmpp JXMPP, a XMPP base library.org.jxmpp.jid.impl JXMPP's implementation ofJidand it's subtypes.org.jxmpp.jid.parts Classes representing JID parts (Local-, Resource- and Domainpart).org.jxmpp.stringprep API to transform (prepare) Strings and CharSequences for use in XMPP.org.jxmpp.strings.testframework A framework to test various XMPP specific string preparation libraries. -
-
Uses of JxmppContext in org.jxmpp
Methods in org.jxmpp that return JxmppContext Modifier and Type Method Description JxmppContextJxmppContext.Builder. build()Build a JxmppContext.static JxmppContextJxmppContext. getDefaultContext()Get the default context. -
Uses of JxmppContext in org.jxmpp.jid.impl
Methods in org.jxmpp.jid.impl with parameters of type JxmppContext Modifier and Type Method Description static BareJidJidCreate. bareFrom(String jid, JxmppContext context)Get aBareJidrepresenting the given String.static DomainBareJidJidCreate. domainBareFrom(String jid, JxmppContext context)Get a domain bare JID.static DomainFullJidJidCreate. domainFullFrom(String jid, JxmppContext context)Get a domain full JID from the given String.static EntityBareJidJidCreate. entityBareFrom(String jid, JxmppContext context)Get aEntityBareJidrepresenting the given String.static EntityBareJidJidCreate. entityBareFromUnescaped(String unescapedJidString, JxmppContext context)Get aEntityBareJidrepresenting the given unescaped String.static EntityFullJidJidCreate. entityFullFrom(String localpart, String domainpart, String resource, JxmppContext context)Get aEntityFullJidconstructed from the given parts.static EntityFullJidJidCreate. entityFullFromUnescaped(String unescapedJidString, JxmppContext context)Get aEntityFullJidrepresenting the given unescaped String.static JidJidCreate. from(String localpart, String domainpart, String resource, JxmppContext context)Get aJidfrom the given parts.static JidJidCreate. from(String jidString, JxmppContext context)Get aJidfrom the given String.static FullJidJidCreate. fullFrom(String localpart, String domainpart, String resource, JxmppContext context)Get aFullJidconstructed from the given parts. -
Uses of JxmppContext in org.jxmpp.jid.parts
Methods in org.jxmpp.jid.parts with parameters of type JxmppContext Modifier and Type Method Description static DomainpartDomainpart. from(String domain, JxmppContext context)Get theDomainpartrepresenting the input String.static LocalpartLocalpart. from(String localpart, JxmppContext context)Get theLocalpartrepresenting the input String.static ResourcepartResourcepart. from(String resource, JxmppContext context)Get theResourcepartrepresenting the input String. -
Uses of JxmppContext in org.jxmpp.stringprep
Methods in org.jxmpp.stringprep with parameters of type JxmppContext Modifier and Type Method Description static StringXmppStringPrepUtil. domainprep(String string, JxmppContext context)Perform domainprep on the input String.static StringXmppStringPrepUtil. localprep(String string, JxmppContext context)Perform localprep on the input String.static StringXmppStringPrepUtil. resourceprep(String string, JxmppContext context)Perform resourceprep on the input String. -
Uses of JxmppContext in org.jxmpp.strings.testframework
Fields in org.jxmpp.strings.testframework declared as JxmppContext Modifier and Type Field Description JxmppContextXmppStringPrepper. context
-