JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
D
E
F
G
I
L
O
P
R
S
U
V
X
A
asString(TimeZone)
- Static method in class org.jxmpp.util.
XmppDateTime
Converts a time zone to the String format as specified in XEP-0082
C
completeJidFrom(CharSequence, CharSequence)
- Static method in class org.jxmpp.util.
XmppStringUtils
completeJidFrom(String, String)
- Static method in class org.jxmpp.util.
XmppStringUtils
completeJidFrom(CharSequence, CharSequence, CharSequence)
- Static method in class org.jxmpp.util.
XmppStringUtils
completeJidFrom(String, String, String)
- Static method in class org.jxmpp.util.
XmppStringUtils
convertRfc822TimezoneToXep82(String)
- Static method in class org.jxmpp.util.
XmppDateTime
convertXep82TimezoneToRfc822(String)
- Static method in class org.jxmpp.util.
XmppDateTime
Converts a XEP-0082 date String's time zone definition into a RFC822 time zone definition.
D
domainprep(String)
- Method in class org.jxmpp.stringprep.simple.
SimpleXmppStringprep
domainprep(String)
- Method in interface org.jxmpp.stringprep.
XmppStringprep
Performs String preparation on the domainpart String of a JID.
domainprep(String)
- Static method in class org.jxmpp.stringprep.
XmppStringPrepUtil
E
escapeLocalpart(String)
- Static method in class org.jxmpp.util.
XmppStringUtils
Escapes the localpart of a JID according to "JID Escaping" (XEP-0106).
F
format(Date)
- Method in enum org.jxmpp.util.
XmppDateTime.DateFormatType
formatXEP0082Date(Date)
- Static method in class org.jxmpp.util.
XmppDateTime
Formats a Date into a XEP-0082 - XMPP Date and Time Profiles string.
G
generateKey(String, String)
- Static method in class org.jxmpp.util.
XmppStringUtils
Generate a unique key from a element name and namespace.
getCausingString()
- Method in exception org.jxmpp.stringprep.
XmppStringprepException
getInstance()
- Static method in class org.jxmpp.stringprep.simple.
SimpleXmppStringprep
I
isBareJid(String)
- Static method in class org.jxmpp.util.
XmppStringUtils
Returns true if
jid
is a bare JID ("foo@bar.com").
isFullJID(String)
- Static method in class org.jxmpp.util.
XmppStringUtils
Returns true if jid is a full JID (i.e.
L
localprep(String)
- Method in class org.jxmpp.stringprep.simple.
SimpleXmppStringprep
localprep(String)
- Method in interface org.jxmpp.stringprep.
XmppStringprep
Performs String preparation on the localpart String of a JID.
localprep(String)
- Static method in class org.jxmpp.stringprep.
XmppStringPrepUtil
O
org.jxmpp.stringprep
- package org.jxmpp.stringprep
org.jxmpp.stringprep.simple
- package org.jxmpp.stringprep.simple
org.jxmpp.util
- package org.jxmpp.util
P
parse(String)
- Method in enum org.jxmpp.util.
XmppDateTime.DateFormatType
parseBareAddress(String)
- Static method in class org.jxmpp.util.
XmppStringUtils
Deprecated.
use
XmppStringUtils.parseBareJid(String)
instead
parseBareJid(String)
- Static method in class org.jxmpp.util.
XmppStringUtils
Returns the JID with any resource information removed.
parseDate(String)
- Static method in class org.jxmpp.util.
XmppDateTime
Parses the given date string in either of the three profiles of
XEP-0082 - XMPP Date and Time Profiles
or
XEP-0091 - Legacy Delayed Delivery
format.
parseDomain(String)
- Static method in class org.jxmpp.util.
XmppStringUtils
Returns the domain of an XMPP address (JID).
parseLocalpart(String)
- Static method in class org.jxmpp.util.
XmppStringUtils
Returns the localpart of an XMPP address (JID).
parseResource(String)
- Static method in class org.jxmpp.util.
XmppStringUtils
Returns the resource portion of an XMPP address (JID).
parseXEP0082Date(String)
- Static method in class org.jxmpp.util.
XmppDateTime
Parses the given date string in the
XEP-0082 - XMPP Date and Time Profiles
.
R
resourceprep(String)
- Method in class org.jxmpp.stringprep.simple.
SimpleXmppStringprep
resourceprep(String)
- Method in interface org.jxmpp.stringprep.
XmppStringprep
Performs String preparation on the resourcepart String of a JID.
resourceprep(String)
- Static method in class org.jxmpp.stringprep.
XmppStringPrepUtil
S
setMaxCacheSizes(int)
- Static method in class org.jxmpp.stringprep.
XmppStringPrepUtil
setup()
- Static method in class org.jxmpp.stringprep.simple.
SimpleXmppStringprep
setXmppStringprep(XmppStringprep)
- Static method in class org.jxmpp.stringprep.
XmppStringPrepUtil
SimpleXmppStringprep
- Class in
org.jxmpp.stringprep.simple
U
unescapeLocalpart(String)
- Static method in class org.jxmpp.util.
XmppStringUtils
Un-escapes the localpart of a JID according to "JID Escaping" (XEP-0106).
V
valueOf(String)
- Static method in enum org.jxmpp.util.
XmppDateTime.DateFormatType
Returns the enum constant of this type with the specified name.
values()
- Static method in enum org.jxmpp.util.
XmppDateTime.DateFormatType
Returns an array containing the constants of this enum type, in the order they are declared.
X
XmppDateTime
- Class in
org.jxmpp.util
XmppDateTime()
- Constructor for class org.jxmpp.util.
XmppDateTime
XmppDateTime.DateFormatType
- Enum in
org.jxmpp.util
XmppStringprep
- Interface in
org.jxmpp.stringprep
Interface for commonly used Stringprep operations used in XMPP.
XmppStringprepException
- Exception in
org.jxmpp.stringprep
XmppStringprepException(String, Exception)
- Constructor for exception org.jxmpp.stringprep.
XmppStringprepException
XmppStringprepException(String, String)
- Constructor for exception org.jxmpp.stringprep.
XmppStringprepException
XmppStringPrepUtil
- Class in
org.jxmpp.stringprep
XmppStringPrepUtil()
- Constructor for class org.jxmpp.stringprep.
XmppStringPrepUtil
XmppStringUtils
- Class in
org.jxmpp.util
XmppStringUtils()
- Constructor for class org.jxmpp.util.
XmppStringUtils
A
C
D
E
F
G
I
L
O
P
R
S
U
V
X
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes