- AbstractComponent - Class in org.xmpp.component
-
This class provides a default
Component implementation.
- AbstractComponent() - Constructor for class org.xmpp.component.AbstractComponent
-
Instantiates a new AbstractComponent with a maximum thread pool size of
17 and a maximum queue size of 1000.
- AbstractComponent(int, int, boolean) - Constructor for class org.xmpp.component.AbstractComponent
-
Instantiates a new AbstractComponent.
- addChildElement(String, String) - Method in class org.xmpp.packet.Message
-
Adds a new child element to this packet with the given name and
namespace.
- addChildElement(String, String) - Method in class org.xmpp.packet.Presence
-
Adds a new child element to this packet with the given name and
namespace.
- addComponent(String, Component) - Method in interface org.xmpp.component.ComponentManager
-
Adds a component.
- addExtension(PacketExtension) - Method in class org.xmpp.packet.IQ
-
Adds the element contained in the PacketExtension to the child element of the IQ
packet.
- addExtension(PacketExtension) - Method in class org.xmpp.packet.Packet
-
Adds the element contained in the PacketExtension to the element of this packet.
- addField() - Method in class org.xmpp.forms.DataForm
-
Adds a new field as part of the form.
- addField(String, String, FormField.Type) - Method in class org.xmpp.forms.DataForm
-
Adds a new field as part of the form.
- addInstruction(String) - Method in class org.xmpp.forms.DataForm
-
Adds a new instruction to the list of instructions that explain how to fill out the form
and what the form is about.
- addItem(String, Roster.Subscription) - Method in class org.xmpp.packet.Roster
-
Adds a new item to the roster.
- addItem(JID, Roster.Subscription) - Method in class org.xmpp.packet.Roster
-
Adds a new item to the roster.
- addItem(JID, String, Roster.Ask, Roster.Subscription, Collection<String>) - Method in class org.xmpp.packet.Roster
-
Adds a new item to the roster.
- addItemFields(Map<String, Object>) - Method in class org.xmpp.forms.DataForm
-
Adds a new row of items of reported data.
- addOption(String, String) - Method in class org.xmpp.forms.FormField
-
Adds an available option to the question that the user has in order to answer
the question.
- addReportedField(String, String, FormField.Type) - Method in class org.xmpp.forms.DataForm
-
Adds a field to the list of fields that will be returned from a search.
- addValue(Object) - Method in class org.xmpp.forms.FormField
-
Adds a default value to the question if the question is part of a form to fill out.
- answerTimeout(String) - Method in interface org.xmpp.component.IQResultListener
-
Notification method indicating that a predefined time has passed without
receiving answer to a previously sent IQ packet.
- applyRSMDirectives(Element) - Method in class org.xmpp.resultsetmanagement.ResultSet
-
Applies the 'result set management' directives to this result set, and
returns a list of Results that matches the directives.
- asBareJID() - Method in class org.xmpp.packet.JID
-
Returns the bare JID representation of this JID, which is the JID with
resource information removed.
- 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
-
- getDescription() - Method in class org.xmpp.component.AbstractComponent
-
- 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.component.AbstractComponent
-
Returns the XMPP domain to which this component is registered to.
- 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.component.AbstractComponent
-
Returns the XMPP address / Jabber ID (JID) of this component.
- 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 class org.xmpp.component.AbstractComponent
-
- 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.
- getRepresentation() - Method in class org.xmpp.util.ValueWrapper
-
- 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.
- getValue() - Method in class org.xmpp.util.ValueWrapper
-
Returns the wrapped value, or null if the representation used in
this instance is not USE_VALUE;
- 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.
- indexOf(String) - Method in class org.xmpp.resultsetmanagement.ResultSet
-
Returns the index in the full resultset of the element identified by the
UID in te supplied argument.
- indexOf(E) - Method in class org.xmpp.resultsetmanagement.ResultSet
-
Returns the index in the full resultset of the supplied argument.
- indexOf(String) - Method in class org.xmpp.resultsetmanagement.ResultSetImpl
-
- initialize(JID, ComponentManager) - Method in class org.xmpp.component.AbstractComponent
-
Initialize the abstract component.
- initialize(JID, ComponentManager) - Method in interface org.xmpp.component.Component
-
Initializes this component with a ComponentManager and the JID
that this component is available at (e.g.
- Invitation - Class in org.xmpp.muc
-
Represents an invitation to a Multi-User Chat room from a room occupant to a user that is not
an occupant of the room.
- Invitation(String, String) - Constructor for class org.xmpp.muc.Invitation
-
Creates a new invitation.
- IQ - Class in org.xmpp.packet
-
IQ (Info/Query) packet.
- IQ() - Constructor for class org.xmpp.packet.IQ
-
Constructs a new IQ with an automatically generated ID and a type
of
IQ.Type.get.
- IQ(IQ.Type) - Constructor for class org.xmpp.packet.IQ
-
Constructs a new IQ using the specified type.
- IQ(IQ.Type, String) - Constructor for class org.xmpp.packet.IQ
-
Constructs a new IQ using the specified type and ID.
- IQ(Element) - Constructor for class org.xmpp.packet.IQ
-
Constructs a new IQ using an existing Element.
- IQ(Element, boolean) - Constructor for class org.xmpp.packet.IQ
-
Constructs a new IQ using an existing Element.
- IQ.Type - Enum in org.xmpp.packet
-
Type-safe enumeration to represent the type of the IQ packet.
- IQResultListener - Interface in org.xmpp.component
-
An IQResultListener will be invoked when a previously IQ packet sent by the server was answered.
- isAvailable() - Method in class org.xmpp.packet.Presence
-
Returns true if the presence type is "available".
- isExternalMode() - Method in interface org.xmpp.component.ComponentManager
-
Returns true if components managed by this component manager are external
components connected to the server over a network connection.
- isRequest() - Method in class org.xmpp.packet.IQ
-
Convenience routine to indicate if this is a request stanza.
- isRequired() - Method in class org.xmpp.forms.FormField
-
Returns true if the question must be answered in order to complete the questionnaire.
- isResponse() - Method in class org.xmpp.packet.IQ
-
Convenience routine to indicate if this is a response stanza.
- isValidRSMRequest(Element) - Static method in class org.xmpp.resultsetmanagement.ResultSet
-
Checks if the Element that has been passed as an argument is a valid
Result Set Management element, in a request context.
- iterator() - Method in class org.xmpp.resultsetmanagement.ResultSet
-
- Packet - Class in org.xmpp.packet
-
An XMPP packet (also referred to as a stanza).
- Packet(Element) - Constructor for class org.xmpp.packet.Packet
-
Constructs a new Packet.
- Packet(Element, boolean) - Constructor for class org.xmpp.packet.Packet
-
Constructs a new Packet.
- Packet() - Constructor for class org.xmpp.packet.Packet
-
Constructs a new Packet with no element data.
- PacketError - Class in org.xmpp.packet
-
A packet error.
- PacketError(PacketError.Condition) - Constructor for class org.xmpp.packet.PacketError
-
Construcs a new PacketError with the specified condition.
- PacketError(PacketError.Condition, PacketError.Type) - Constructor for class org.xmpp.packet.PacketError
-
Constructs a new PacketError with the specified condition and type.
- PacketError(PacketError.Condition, PacketError.Type, String) - Constructor for class org.xmpp.packet.PacketError
-
Constructs a new PacketError.
- PacketError(PacketError.Condition, PacketError.Type, String, String) - Constructor for class org.xmpp.packet.PacketError
-
Constructs a new PacketError.
- PacketError(Element) - Constructor for class org.xmpp.packet.PacketError
-
Constructs a new PacketError using an existing Element.
- PacketError.Condition - Enum in org.xmpp.packet
-
Type-safe enumeration for the error condition.
- PacketError.Type - Enum in org.xmpp.packet
-
Error type.
- PacketExtension - Class in org.xmpp.packet
-
A packet extension represents a child element of a Packet for a given qualified name.
- PacketExtension(String, String) - Constructor for class org.xmpp.packet.PacketExtension
-
Constructs a new Packet extension using the specified name and namespace.
- PacketExtension(Element) - Constructor for class org.xmpp.packet.PacketExtension
-
Constructs a new PacketExtension.
- parseBoolean(String) - Static method in class org.xmpp.forms.DataForm
-
- parseDate(String) - Static method in class org.xmpp.forms.DataForm
-
Returns the Date obtained by parsing the specified date representation.
- postComponentShutdown() - Method in class org.xmpp.component.AbstractComponent
-
This method gets called as part of the Component shutdown routine.
- postComponentStart() - Method in class org.xmpp.component.AbstractComponent
-
This method gets called as part of the Component 'start' routine.
- preComponentShutdown() - Method in class org.xmpp.component.AbstractComponent
-
This method gets called as part of the Component shutdown routine.
- preComponentStart() - Method in class org.xmpp.component.AbstractComponent
-
This method gets called as part of the Component 'start' routine.
- Presence - Class in org.xmpp.packet
-
Presence packet.
- Presence() - Constructor for class org.xmpp.packet.Presence
-
Constructs a new Presence.
- Presence(Presence.Type) - Constructor for class org.xmpp.packet.Presence
-
Constructs a new Presence with the specified type.
- Presence(Element) - Constructor for class org.xmpp.packet.Presence
-
Constructs a new Presence using an existing Element.
- Presence(Element, boolean) - Constructor for class org.xmpp.packet.Presence
-
Constructs a new Presence using an existing Element.
- Presence.Show - Enum in org.xmpp.packet
-
Represents the presence "show" value.
- Presence.Type - Enum in org.xmpp.packet
-
Represents the type of a presence packet.
- processPacket(Packet) - Method in class org.xmpp.component.AbstractComponent
-
- processPacket(Packet) - Method in interface org.xmpp.component.Component
-
Processes a packet sent to this Component.
- receivedAnswer(IQ) - Method in interface org.xmpp.component.IQResultListener
-
Notification method indicating that a previously sent IQ packet has been answered.
- registeredExtensions - Static variable in class org.xmpp.packet.PacketExtension
-
Subclasses of PacketExtension should register the element name and namespace that the
subclass is using.
- removeComponent(String) - Method in interface org.xmpp.component.ComponentManager
-
Removes a component.
- removeField(String) - Method in class org.xmpp.forms.DataForm
-
Removes the field whose variable matches the specified variable.
- removeItem(JID) - Method in class org.xmpp.packet.Roster
-
Removes an item from this roster.
- resourceprep(String) - Static method in class org.xmpp.packet.JID
-
Returns a valid representation of a JID resource, based on the provided
input.
- Result - Interface in org.xmpp.resultsetmanagement
-
Elements from a result set as defined by XEP-0059 have certain
characteristics.
- resultList - Variable in class org.xmpp.resultsetmanagement.ResultSetImpl
-
A list of all results in this ResultSet
- ResultSet<E extends Result> - Class in org.xmpp.resultsetmanagement
-
A result set representation as described in XEP-0059.
- ResultSet() - Constructor for class org.xmpp.resultsetmanagement.ResultSet
-
- ResultSetImpl<E extends Result> - Class in org.xmpp.resultsetmanagement
-
A result set representation as described in XEP-0059.
- ResultSetImpl(Collection<E>) - Constructor for class org.xmpp.resultsetmanagement.ResultSetImpl
-
Creates a new Result Set instance, based on a collection of Result
implementing objects.
- ResultSetImpl(Collection<E>, Comparator<E>) - Constructor for class org.xmpp.resultsetmanagement.ResultSetImpl
-
Creates a new Result Set instance, based on a collection of Result
implementing objects.
- RoomConfiguration - Class in org.xmpp.muc
-
RoomConfiguration is a packet that helps to set the configuration of MUC rooms.
- RoomConfiguration(Map<String, Collection<String>>) - Constructor for class org.xmpp.muc.RoomConfiguration
-
Creates a new IQ packet that contains the field and values to send for setting the room
configuration.
- Roster - Class in org.xmpp.packet
-
Roster packet.
- Roster() - Constructor for class org.xmpp.packet.Roster
-
Constructs a new Roster with an automatically generated ID and a type
of
IQ.Type.get.
- Roster(IQ.Type) - Constructor for class org.xmpp.packet.Roster
-
Constructs a new Roster using the specified type.
- Roster(IQ.Type, String) - Constructor for class org.xmpp.packet.Roster
-
Constructs a new Roster using the specified type and ID.
- Roster(Element) - Constructor for class org.xmpp.packet.Roster
-
Constructs a new Roster using an existing Element.
- Roster.Ask - Enum in org.xmpp.packet
-
Type-safe enumeration for the roster ask type.
- Roster.Item - Class in org.xmpp.packet
-
Item in a roster, which represents an individual contact.
- Roster.Subscription - Enum in org.xmpp.packet
-
Type-safe enumeration for the roster subscription type.
- SECOND - Static variable in class org.xmpp.util.XMPPConstants
-
The amount of milliseconds in one second.
- send(Packet) - Method in class org.xmpp.component.AbstractComponent
-
Helper method to send packets.
- sendPacket(Component, Packet) - Method in interface org.xmpp.component.ComponentManager
-
Sends a packet to the XMPP server.
- servesLocalUsersOnly() - Method in class org.xmpp.component.AbstractComponent
-
Checks if the component can only be used by users of the XMPP domain that
the component has registered to.
- setApplicationCondition(String) - Method in class org.xmpp.packet.PacketError
-
Sets an application-specific error condition.
- setApplicationCondition(String, String) - Method in class org.xmpp.packet.PacketError
-
Sets an application-specific error condition.
- setBody(String) - Method in class org.xmpp.packet.Message
-
Sets the body of this message.
- setChildElement(Element) - Method in class org.xmpp.packet.IQ
-
Sets the child element of this IQ.
- setChildElement(String, String) - Method in class org.xmpp.packet.IQ
-
Sets the child element of this IQ by constructing a new Element with the
given name and namespace.
- setComponentManager(ComponentManager) - Static method in class org.xmpp.component.ComponentManagerFactory
-
Sets the ComponentManager instance that will be used.
- setCondition(PacketError.Condition) - Method in class org.xmpp.packet.PacketError
-
Sets the error condition.
- setCondition(StreamError.Condition) - Method in class org.xmpp.packet.StreamError
-
Sets the error condition.
- setDescription(String) - Method in class org.xmpp.forms.FormField
-
Sets a description that provides extra clarification about the question.
- setError(PacketError) - Method in class org.xmpp.packet.Packet
-
Sets the packet error.
- setError(PacketError.Condition) - Method in class org.xmpp.packet.Packet
-
Sets the packet error using the specified condition.
- setFrom(String) - Method in class org.xmpp.packet.Packet
-
Sets the XMPP address (JID) that the packet comes from.
- setFrom(JID) - Method in class org.xmpp.packet.Packet
-
Sets the XMPP address (JID) that the packet comes from.
- setID(String) - Method in class org.xmpp.packet.Packet
-
Sets the packet ID.
- setLabel(String) - Method in class org.xmpp.forms.FormField
-
Sets the label of the question which should give enough information to the user to
fill out the form.
- setPriority(int) - Method in class org.xmpp.packet.Presence
-
Sets the priority.
- setProperty(String, String) - Method in interface org.xmpp.component.ComponentManager
-
Sets a property value.
- setRequired(boolean) - Method in class org.xmpp.forms.FormField
-
Sets if the question must be answered in order to complete the questionnaire.
- setShow(Presence.Show) - Method in class org.xmpp.packet.Presence
-
Sets the presence "show" value, which specifies a particular availability
status.
- setStatus(String) - Method in class org.xmpp.packet.Presence
-
Sets the status of this presence packet, a natural-language description
of availability status.
- setSubject(String) - Method in class org.xmpp.packet.Message
-
Sets the subject of this message.
- setText(String) - Method in class org.xmpp.packet.PacketError
-
Sets the text description of the error.
- setText(String, String) - Method in class org.xmpp.packet.PacketError
-
Sets the text description of the error.
- setText(String) - Method in class org.xmpp.packet.StreamError
-
Sets the text description of the error.
- setText(String, String) - Method in class org.xmpp.packet.StreamError
-
Sets the text description of the error.
- setThread(String) - Method in class org.xmpp.packet.Message
-
Sets the thread value of this message, an identifier that is used for
tracking a conversation thread ("instant messaging session")
between two entities.
- setTitle(String) - Method in class org.xmpp.forms.DataForm
-
Sets the description of the data.
- setTo(String) - Method in class org.xmpp.packet.Packet
-
Sets the XMPP address (JID) that the packet is addressed to.
- setTo(JID) - Method in class org.xmpp.packet.Packet
-
Sets the XMPP address (JID) that the packet is address to.
- setType(FormField.Type) - Method in class org.xmpp.forms.FormField
-
Sets an indicative of the format for the data to answer.
- setType(IQ.Type) - Method in class org.xmpp.packet.IQ
-
Sets the type of this IQ.
- setType(Message.Type) - Method in class org.xmpp.packet.Message
-
Sets the type of this message.
- setType(PacketError.Type) - Method in class org.xmpp.packet.PacketError
-
Sets the error type.
- setType(Presence.Type) - Method in class org.xmpp.packet.Presence
-
Sets the type of this presence.
- setVariable(String) - Method in class org.xmpp.forms.FormField
-
Sets the attribute that uniquely identifies the field in the context of the form.
- SHORT - Static variable in class org.jivesoftware.util.FastDateFormat
-
Style pattern
- shutdown() - Method in class org.xmpp.component.AbstractComponent
-
Default implementation of the shutdown() method of the
Component
interface.
- shutdown() - Method in interface org.xmpp.component.Component
-
Shuts down this component.
- size() - Method in class org.xmpp.resultsetmanagement.ResultSetImpl
-
- start() - Method in class org.xmpp.component.AbstractComponent
-
Default implementation of the start() method of the
Component
interface.
- start() - Method in interface org.xmpp.component.Component
-
Notification message indicating that the component will start receiving incoming
packets.
- StreamError - Class in org.xmpp.packet
-
A stream error.
- StreamError(StreamError.Condition) - Constructor for class org.xmpp.packet.StreamError
-
Construcs a new StreamError with the specified condition.
- StreamError(StreamError.Condition, String) - Constructor for class org.xmpp.packet.StreamError
-
Constructs a new StreamError with the specified condition and error text.
- StreamError(StreamError.Condition, String, String) - Constructor for class org.xmpp.packet.StreamError
-
Constructs a new StreamError with the specified condition and error text.
- StreamError(Element) - Constructor for class org.xmpp.packet.StreamError
-
Constructs a new StreamError using an existing Element.
- StreamError.Condition - Enum in org.xmpp.packet
-
Type-safe enumeration for the error condition.
- valueOf(String) - Static method in enum org.xmpp.forms.DataForm.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.xmpp.forms.FormField.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.xmpp.packet.IQ.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.xmpp.packet.Message.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.xmpp.packet.PacketError.Condition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.xmpp.packet.PacketError.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.xmpp.packet.Presence.Show
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.xmpp.packet.Presence.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.xmpp.packet.Roster.Ask
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.xmpp.packet.Roster.Subscription
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.xmpp.packet.StreamError.Condition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.xmpp.util.ValueWrapper.Representation
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.xmpp.forms.DataForm.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.xmpp.forms.FormField.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.xmpp.packet.IQ.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.xmpp.packet.Message.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.xmpp.packet.PacketError.Condition
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.xmpp.packet.PacketError.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.xmpp.packet.Presence.Show
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.xmpp.packet.Presence.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.xmpp.packet.Roster.Ask
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.xmpp.packet.Roster.Subscription
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.xmpp.packet.StreamError.Condition
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.xmpp.util.ValueWrapper.Representation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- ValueWrapper<V> - Class in org.xmpp.util
-
A wrapper implementation for cached values, suitable for
Map based
caches where a significant portion of keys matches the corresponding value
exactly.
- ValueWrapper(ValueWrapper.Representation) - Constructor for class org.xmpp.util.ValueWrapper
-
Constructs an empty wrapper.
- ValueWrapper(V) - Constructor for class org.xmpp.util.ValueWrapper
-
Wraps a value while using the USE_VALUE representation.
- ValueWrapper.Representation - Enum in org.xmpp.util
-
Indication of how the key of this cache entry represents the cache value.