JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
All Classes
All Classes
Interface Summary
Class Summary
Enum Summary
Exception Summary
Class
Description
AbstractJid
ArraysUtil
BareJid
An XMPP address (JID) which has no
Resourcepart
.
Cache
<
K
,
V
>
CompleteElementCallback
Callback for
XmlSplitter
.
DeclarationCallback
Callback for
XmlSplitter
.
DomainAndResourcepartJid
RFC6122 2.4 allows JIDs with only a domain and resource part.
DomainBareJid
An XMPP address (JID) consisting of the domainpart.
DomainFullJid
An XMPP address (JID) consisting of a domainpart and a resourcepart.
DomainJid
An XMPP address (JID) which has no
Localpart
.
Domainpart
A
domainpart
of an XMPP address (JID).
DomainpartJid
EntityBareJid
An XMPP address (JID) consisting of a localpart and a domainpart.
EntityFullJid
An XMPP address (JID) consisting of a localpart, domainpart and resourcepart.
EntityJid
An XMPP address (JID) which has a
Localpart
.
ExpirationCache
<
K
,
V
>
FullJid
An XMPP address (JID) which has a
Resourcepart
.
Icu4jXmppStringprep
InvalidJid
InvalidJidCorpusParser
InvalidJidTestresult
InvalidJidTestresult.Failed
InvalidJidTestresult.Successful
InvalidXmlException
InvalidXmlException.InvalidAttributeDeclarationException
InvalidXmlException.InvalidEmptyTagException
Jid
An
XMPP address
, also known as JID (formerly for "Jabber Identifier"), which acts as globally unique address within the XMPP network.
JidCorpusParser
<
J
>
JidCreate
API to create JIDs (XMPP addresses) from Strings and CharSequences.
JidTestresult
JidUtil
JidUtil.NotAEntityBareJidStringException
JxmppContext
A context with describes the configuration used by JXMPP.
JxmppContext.Builder
JxmppRepl
Supporting class for JXMPP's REPL.
KnownFailures
KnownFailures.Result
LibIdnXmppStringprep
LocalAndDomainpartJid
LocalDomainAndResourcepartJid
Localpart
A
localpart
of an XMPP address (JID).
LruCache
<
K
,
V
>
A specialized Map that is size-limited (using an LRU algorithm).
Objects
Part
ProcessingInstructionCallback
Callback for
XmlSplitter
.
Resourcepart
A
resourcepart
of an XMPP address (JID).
RocksXmppPrecisStringprep
SimpleXmppStringprep
StringsTestframework
StringsTestframework.Configuration
StringsTestframework.Configuration.Builder
StringsTestframework.Result
StringsTestframework.XmppStringPrepperResult
StringsTestframeworkMain
Utf8ByteXmppXmlSplitter
Extended version of
XmppXmlSplitter
allowing input to be bytes or
ByteBuffer
representing a UTF-8 encoded XML string for XMPP.
ValidJid
ValidJidCorpusParser
ValidJidTestresult
ValidJidTestresult.Failed
ValidJidTestresult.FailedBecauseException
ValidJidTestresult.FailedBecauseMismatch
ValidJidTestresult.Successful
XmlPrettyPrinter
XmlPrettyPrinter.Builder
XmlPrettyPrinter.PrettyPrintedXmlChunkSink
A functional interface which acts as sink for character sequences.
XmlPrettyPrinter.PrettyPrintedXmlChunkWithCurrentPartCallback
XmlPrettyPrinter.PrettyPrintedXmlPartCallback
XmlPrinter
XmlSplitter
A XML splitter capable of splitting XML into top-level elements.
XmlSplitterFactory
A factory creating
XmlSplitter
.
XmppAddressParttype
XmppDateTime
Utility class for date and time handling in XMPP.
XmppElementCallback
Callback for
XmlSplitter
.
XmppStringprep
Interface for commonly used Stringprep operations used in XMPP.
XmppStringprepException
XMPP Stringprep exceptions signal an error when performing a particular Stringprep profile on a String.
XmppStringprepException.MissingDomainpart
The input string does not contain a domainpart.
XmppStringPrepper
XmppStringPrepUtil
XmppStringUtils
Utility class for handling Strings in XMPP.
XmppXmlSplitter
A XML splitter for XMPP.