A C D E F G H I J L M N O P Q R S T U V W X

G

generateSetElementFromResults(List<E>) - Method in class org.xmpp.resultsetmanagement.ResultSet
Generates a Result Set Management 'set' element that describes the parto of the result set that was generated.
get(int) - Method in class org.xmpp.resultsetmanagement.ResultSet
Returns the element denoted by the index.
get(int, int) - Method in class org.xmpp.resultsetmanagement.ResultSet
Returns a list of results, starting with the result that's at the specified index.
get(int) - Method in class org.xmpp.resultsetmanagement.ResultSetImpl
 
get(int, int) - Method in class org.xmpp.resultsetmanagement.ResultSetImpl
 
getAfter(E, int) - Method in class org.xmpp.resultsetmanagement.ResultSet
Returns a List of results starting with the first result after the provided result (the returned List is exclusive).
getAfter(String, int) - Method in class org.xmpp.resultsetmanagement.ResultSet
Returns a List of results starting with the first result after the result that's identified by the provided UID (the returned List is exclusive).
getAfter(String, int) - Method in class org.xmpp.resultsetmanagement.ResultSetImpl
 
getApplicationConditionName() - Method in class org.xmpp.packet.PacketError
Returns the name of the application-specific error condition, or null if there is no application-specific error.
getApplicationConditionNamespaceURI() - Method in class org.xmpp.packet.PacketError
Returns the namespace of the application-specific error condition, or null if there is no application-specific error.
getAsk() - Method in class org.xmpp.packet.Roster.Item
Returns the ask state of this item.
getBefore(E, int) - Method in class org.xmpp.resultsetmanagement.ResultSet
Returns a list of results ending with the element right before the provided result (the returned List is exclusive).
getBefore(String, int) - Method in class org.xmpp.resultsetmanagement.ResultSet
Returns a list of results ending with the element right before the element identified by the provided UID (the returned List is exclusive).
getBefore(String, int) - Method in class org.xmpp.resultsetmanagement.ResultSetImpl
 
getBody() - Method in class org.xmpp.packet.Message
Returns the body of this message or null if there is no body.
getChildElement() - Method in class org.xmpp.packet.IQ
Returns the child element of this IQ.
getChildElement(String, String) - Method in class org.xmpp.packet.Message
Returns the first child element of this packet that matches the given name and namespace.
getChildElement(String, String) - Method in class org.xmpp.packet.Presence
Returns the first child element of this packet that matches the given name and namespace.
getComponentManager() - Static method in class org.xmpp.component.ComponentManagerFactory
Returns a ComponentManager instance.
getCondition() - Method in class org.xmpp.packet.PacketError
Returns the error condition.
getCondition() - Method in class org.xmpp.packet.StreamError
Returns the error condition.
getDateInstance(Object, TimeZone, Locale) - Static method in class org.jivesoftware.util.FastDateFormat
 
getDateTimeInstance(Object, Object, TimeZone, Locale) - Static method in class org.jivesoftware.util.FastDateFormat
 
getDefaultType() - Method in enum org.xmpp.packet.PacketError.Condition
Returns the default PacketError.Type associated with this condition.
getDescription() - Method in interface org.xmpp.component.Component
Returns the description of this component.
getDescription() - Method in class org.xmpp.forms.FormField
Returns a description that provides extra clarification about the question.
getDomain() - Method in class org.xmpp.packet.JID
Returns the domain.
getElement() - Method in class org.xmpp.packet.Packet
Returns the DOM4J Element that backs the packet.
getElement() - Method in class org.xmpp.packet.PacketError
Returns the DOM4J Element that backs the error.
getElement() - Method in class org.xmpp.packet.PacketExtension
Returns the DOM4J Element that backs the packet.
getElement() - Method in class org.xmpp.packet.StreamError
Returns the DOM4J Element that backs the error.
getError() - Method in class org.xmpp.packet.Packet
Returns the packet error, or null if there is no packet error.
getExtension(String, String) - Method in class org.xmpp.packet.IQ
Returns a PacketExtension on the first element found in this packet's child element for the specified name and namespace or null if none was found.
getExtension(String, String) - Method in class org.xmpp.packet.Packet
Returns a PacketExtension on the first element found in this packet for the specified name and namespace or null if none was found.
getExtensionClass(String, String) - Static method in class org.xmpp.packet.PacketExtension
Returns the extension class to use for the specified element name and namespace.
getField(String) - Method in class org.xmpp.forms.DataForm
Returns the field whose variable matches the specified variable.
getFields() - Method in class org.xmpp.forms.DataForm
Returns the fields that are part of the form.
getFirst(int) - Method in class org.xmpp.resultsetmanagement.ResultSet
Returns the first elements from this result set.
getFirst(int) - Method in class org.xmpp.resultsetmanagement.ResultSetImpl
 
getFirstValue() - Method in class org.xmpp.forms.FormField
Returns the first value from the FormField, or 'null' if no value has been set.
getFrom() - Method in class org.xmpp.packet.Packet
Returns the XMPP address (JID) that the packet is from, or null if the "from" attribute is not set.
getGroups() - Method in class org.xmpp.packet.Roster.Item
Returns a Collection of the groups defined in this item.
getID() - Method in class org.xmpp.packet.Packet
Returns the packet ID, or null if the packet does not have an ID.
getInstance() - Static method in class org.jivesoftware.util.FastDateFormat
 
getInstance(String) - Static method in class org.jivesoftware.util.FastDateFormat
 
getInstance(String, TimeZone) - Static method in class org.jivesoftware.util.FastDateFormat
 
getInstance(String, Locale) - Static method in class org.jivesoftware.util.FastDateFormat
 
getInstance(String, DateFormatSymbols) - Static method in class org.jivesoftware.util.FastDateFormat
 
getInstance(String, TimeZone, Locale) - Static method in class org.jivesoftware.util.FastDateFormat
 
getInstance(String, TimeZone, Locale, DateFormatSymbols) - Static method in class org.jivesoftware.util.FastDateFormat
 
getInstructions() - Method in class org.xmpp.forms.DataForm
Returns an unmodifiable list of instructions that explain how to fill out the form and what the form is about.
getItems() - Method in class org.xmpp.packet.Roster
Returns an unmodifiable copy of the Items in the roster packet.
getJID() - Method in class org.xmpp.packet.Roster.Item
Returns the JID associated with this item.
getLabel() - Method in class org.xmpp.forms.FormField
Returns the label of the question which should give enough information to the user to fill out the form.
getLabel() - Method in class org.xmpp.forms.FormField.Option
Returns the label that represents the option.
getLast(int) - Method in class org.xmpp.resultsetmanagement.ResultSet
Returns the last elements from this result set.
getLast(int) - Method in class org.xmpp.resultsetmanagement.ResultSetImpl
 
getLegacyCode() - Method in enum org.xmpp.packet.PacketError.Condition
Returns the legacy error code associated with the error.
getLocale() - Method in class org.jivesoftware.util.FastDateFormat
 
getMaxLengthEstimate() - Method in class org.jivesoftware.util.FastDateFormat
Returns an estimate for the maximum length date that this date formatter will produce.
getName() - Method in interface org.xmpp.component.Component
Returns the name of this component.
getName() - Method in class org.xmpp.packet.Roster.Item
Returns the nickname associated with this item.
getNode() - Method in class org.xmpp.packet.JID
Returns the node, or null if this JID does not contain node information.
getOptions() - Method in class org.xmpp.forms.FormField
Returns the available options to answer for this question.
getPattern() - Method in class org.jivesoftware.util.FastDateFormat
 
getPriority() - Method in class org.xmpp.packet.Presence
Returns the priority.
getProperty(String) - Method in interface org.xmpp.component.ComponentManager
Returns a property value specified by name.
getResource() - Method in class org.xmpp.packet.JID
Returns the resource, or null if this JID does not contain resource information.
getServerName() - Method in interface org.xmpp.component.ComponentManager
Returns the domain of the XMPP server.
getShow() - Method in class org.xmpp.packet.Presence
Returns the presence "show" value, which specifies a particular availability status.
getStatus() - Method in class org.xmpp.packet.Presence
Returns the status of this presence packet, a natural-language description of availability status.
getStreamError() - Method in exception org.xmpp.component.ComponentException
 
getSubject() - Method in class org.xmpp.packet.Message
Returns the subject of this message or null if there is no subject..
getSubscription() - Method in class org.xmpp.packet.Roster.Item
Returns the subscription state of this item.
getText() - Method in class org.xmpp.packet.PacketError
Returns a text description of the error, or null if there is no text description.
getText() - Method in class org.xmpp.packet.StreamError
Returns a text description of the error, or null if there is no text description.
getTextLang() - Method in class org.xmpp.packet.PacketError
Returns the text description's language code, or null if there is no language code associated with the description text.
getTextLanguage() - Method in class org.xmpp.packet.StreamError
Returns the text description's language code, or null if there is no language code associated with the description text.
getThread() - Method in class org.xmpp.packet.Message
Returns the thread value of this message, an identifier that is used for tracking a conversation thread ("instant messaging session") between two entities.
getTimeInstance(Object, TimeZone, Locale) - Static method in class org.jivesoftware.util.FastDateFormat
 
getTimeZone() - Method in class org.jivesoftware.util.FastDateFormat
Returns the time zone used by this formatter, or null if time zone of formatted dates is used instead.
getTitle() - Method in class org.xmpp.forms.DataForm
Returns the description of the data form.
getTo() - Method in class org.xmpp.packet.Packet
Returns the XMPP address (JID) that the packet is addressed to, or null if the "to" attribute is not set.
getType() - Method in class org.xmpp.forms.DataForm
Returns the type of this data form.
getType() - Method in class org.xmpp.forms.FormField
Returns an indicative of the format for the data to answer.
getType() - Method in class org.xmpp.packet.IQ
Returns the type of this IQ.
getType() - Method in class org.xmpp.packet.Message
Returns the type of this message
getType() - Method in class org.xmpp.packet.PacketError
Returns the error type.
getType() - Method in class org.xmpp.packet.Presence
Returns the type of this presence.
getUID() - Method in interface org.xmpp.resultsetmanagement.Result
Returns a unique identifier for this Result.
getUID(int) - Method in class org.xmpp.resultsetmanagement.ResultSet
Returns the UID of the object at the specified index in this result set.
getValue() - Method in class org.xmpp.forms.FormField.Option
Returns the value of the option.
getValues() - Method in class org.xmpp.forms.FormField
Returns an Iterator for the default values of the question if the question is part of a form to fill out.
getVariable() - Method in class org.xmpp.forms.FormField
Returns the variable name that the question is filling out.

A C D E F G H I J L M N O P Q R S T U V W X