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

A

Abort - Class in rocks.xmpp.core.sasl.model
The implementation of the <abort/> element to abort SASL negotiation.
Abort() - Constructor for class rocks.xmpp.core.sasl.model.Abort
 
AbstractIQ - Class in rocks.xmpp.core.stanza.model
The implementation of the <iq/> stanza.
AbstractIQ() - Constructor for class rocks.xmpp.core.stanza.model.AbstractIQ
Default constructor for unmarshalling.
AbstractIQ(AbstractIQ.Type) - Constructor for class rocks.xmpp.core.stanza.model.AbstractIQ
Creates an IQ stanza with the given type.
AbstractIQ(AbstractIQ.Type, Object) - Constructor for class rocks.xmpp.core.stanza.model.AbstractIQ
Creates an IQ stanza with the given type and extension.
AbstractIQ(String, AbstractIQ.Type, Object) - Constructor for class rocks.xmpp.core.stanza.model.AbstractIQ
Creates an IQ stanza with the given id, type and extension.
AbstractIQ(Jid, AbstractIQ.Type, Object) - Constructor for class rocks.xmpp.core.stanza.model.AbstractIQ
Creates an IQ stanza with the given receiver, type and extension.
AbstractIQ(Jid, String, AbstractIQ.Type, Object) - Constructor for class rocks.xmpp.core.stanza.model.AbstractIQ
Creates an IQ stanza with the given receiver, id, type and extension.
AbstractIQ.Type - Enum in rocks.xmpp.core.stanza.model
Represents a <iq/> 'type' attribute.
AbstractMessage - Class in rocks.xmpp.core.stanza.model
The implementation of the <message/> element.
AbstractMessage() - Constructor for class rocks.xmpp.core.stanza.model.AbstractMessage
 
AbstractMessage(Jid) - Constructor for class rocks.xmpp.core.stanza.model.AbstractMessage
Constructs an empty message.
AbstractMessage(Jid, AbstractMessage.Type) - Constructor for class rocks.xmpp.core.stanza.model.AbstractMessage
Constructs a message with a type.
AbstractMessage(Jid, AbstractMessage.Type, String) - Constructor for class rocks.xmpp.core.stanza.model.AbstractMessage
Constructs a message with body and type.
AbstractMessage.Body - Class in rocks.xmpp.core.stanza.model
The implementation of a message's <body/> element.
AbstractMessage.Subject - Class in rocks.xmpp.core.stanza.model
The implementation of a message's <subject/> element.
AbstractMessage.Type - Enum in rocks.xmpp.core.stanza.model
Represents a <message/> 'type' attribute.
AbstractPresence - Class in rocks.xmpp.core.stanza.model
The implementation of the <presence/> element.
AbstractPresence() - Constructor for class rocks.xmpp.core.stanza.model.AbstractPresence
Constructs an empty presence.
AbstractPresence(AbstractPresence.Type) - Constructor for class rocks.xmpp.core.stanza.model.AbstractPresence
Constructs a presence of a specific type.
AbstractPresence(AbstractPresence.Show) - Constructor for class rocks.xmpp.core.stanza.model.AbstractPresence
Constructs a presence with a specific 'show' attribute.
AbstractPresence.Show - Enum in rocks.xmpp.core.stanza.model
Represents a <presence/> <show/> element.
AbstractPresence.Status - Class in rocks.xmpp.core.stanza.model
The implementation of a presence's <status/> element.
AbstractPresence.Type - Enum in rocks.xmpp.core.stanza.model
Represents a <presence/> 'type' attribute.
AnonymousSaslClient - Class in rocks.xmpp.core.sasl.anonymous
The client implementation of the "ANONYMOUS" SASL mechanism.
AnonymousSaslClient() - Constructor for class rocks.xmpp.core.sasl.anonymous.AnonymousSaslClient
 
asBareJid() - Method in class rocks.xmpp.core.Jid
Converts this JID into a bare JID, i.e. removes the resource.
Auth - Class in rocks.xmpp.core.sasl.model
The implementation of the <auth/> element to initialize the SASL authentication process.
Auth(String, byte[]) - Constructor for class rocks.xmpp.core.sasl.model.Auth
 

B

BadFormat - Class in rocks.xmpp.core.stream.model.errors
The implementation of the <bad-format/> stream error.
BadFormat() - Constructor for class rocks.xmpp.core.stream.model.errors.BadFormat
 
BadNamespacePrefix - Class in rocks.xmpp.core.stream.model.errors
The implementation of the <bad-namespace-prefix/> stream error.
BadNamespacePrefix() - Constructor for class rocks.xmpp.core.stream.model.errors.BadNamespacePrefix
 
BadRequest - Class in rocks.xmpp.core.stanza.model.errors
The implementation of the <bad-request/> stanza error.
BadRequest() - Constructor for class rocks.xmpp.core.stanza.model.errors.BadRequest
 
Basic() - Constructor for class rocks.xmpp.extensions.data.validate.model.Validation.ValidationMethod.Basic
 
Bind - Class in rocks.xmpp.core.bind.model
The implementation of the <bind/> element, which is used during resource binding.
Bind() - Constructor for class rocks.xmpp.core.bind.model.Bind
Creates a <bind/> element.
Bind(String) - Constructor for class rocks.xmpp.core.bind.model.Bind
Creates a <bind/> element with a resource.
Body(String) - Constructor for class rocks.xmpp.core.stanza.model.AbstractMessage.Body
Constructs a default body.
Body(String, String) - Constructor for class rocks.xmpp.core.stanza.model.AbstractMessage.Body
Constructs a body with a language attribute.
Body - Class in rocks.xmpp.extensions.httpbind.model
The implementation of the <body/> element in the http://jabber.org/protocol/httpbind namespace.
Body(Object) - Constructor for class rocks.xmpp.extensions.httpbind.model.Body
 
Body() - Constructor for class rocks.xmpp.extensions.httpbind.model.Body
 
Body.Condition - Enum in rocks.xmpp.extensions.httpbind.model
The implementation of the 'condition' attribute of the <body/> wrapper element, which indicates an error reported by the connection manager.
Body.Type - Enum in rocks.xmpp.extensions.httpbind.model
The implementation of the 'type' attribute of the <body/> element.

C

Challenge - Class in rocks.xmpp.core.sasl.model
The implementation of the <challenge/> element, which is sent during SASL negotiation.
charAt(int) - Method in class rocks.xmpp.core.Jid
 
ClientStreamElement - Interface in rocks.xmpp.core.stream.model
This is a marker interface to mark top-level elements, which can be sent over the client stream.
compareTo(Jid) - Method in class rocks.xmpp.core.Jid
Compares this JID with another JID.
compareTo(Contact) - Method in class rocks.xmpp.core.roster.model.Contact
Compares two contacts with each other by first comparing their names, then their subscription states and eventually their pending states.
compareTo(ContactGroup) - Method in class rocks.xmpp.core.roster.model.ContactGroup
 
compareTo(AbstractPresence) - Method in class rocks.xmpp.core.stanza.model.AbstractPresence
 
compareTo(StreamFeature) - Method in class rocks.xmpp.core.stream.model.StreamFeature
Compares two features by their priority and mandatory-to-negotiate flag.
compareTo(DataForm) - Method in class rocks.xmpp.extensions.data.model.DataForm
Compares this data form with another data form.
compareTo(DataForm.Field) - Method in class rocks.xmpp.extensions.data.model.DataForm.Field
 
compareTo(Feature) - Method in class rocks.xmpp.extensions.disco.model.info.Feature
Implements a natural ordering of a feature, as suggested and required by XEP-0115: Entity Capabilities.
compareTo(Identity) - Method in class rocks.xmpp.extensions.disco.model.info.Identity
Implements a natural ordering of an identity, as suggested and required by XEP-0115: Entity Capabilities.
Compress - Class in rocks.xmpp.extensions.compress.model
The implementation of the <compress/> element in the http://jabber.org/protocol/compress namespace.
Compress(CompressionMethod) - Constructor for class rocks.xmpp.extensions.compress.model.Compress
 
Compressed - Class in rocks.xmpp.extensions.compress.model
The implementation of the <compressed/> element in the http://jabber.org/protocol/compress namespace, which indicates that the stream is now compressed.
Compressed() - Constructor for class rocks.xmpp.extensions.compress.model.Compressed
 
Compression - Class in rocks.xmpp.extensions.compress.model.feature
The implementation of the <compression/> element in the http://jabber.org/features/compress namespace.
Compression() - Constructor for class rocks.xmpp.extensions.compress.model.feature.Compression
 
CompressionMethod - Enum in rocks.xmpp.extensions.compress.model
Defines a compression method.
Condition() - Constructor for class rocks.xmpp.core.sasl.model.Failure.Condition
 
Condition - Class in rocks.xmpp.core.stanza.model.errors
An abstract implementation of a defined stanza error condition.
Condition - Class in rocks.xmpp.core.stream.model.errors
An abstract implementation of a defined stream error condition.
Conflict - Class in rocks.xmpp.core.stanza.model.errors
The implementation of the <conflict/> stanza error.
Conflict() - Constructor for class rocks.xmpp.core.stanza.model.errors.Conflict
 
Conflict - Class in rocks.xmpp.core.stream.model.errors
The implementation of the <conflict/> stream error.
Conflict() - Constructor for class rocks.xmpp.core.stream.model.errors.Conflict
 
ConnectionTimeout - Class in rocks.xmpp.core.stream.model.errors
The implementation of the <connection-timeout/> stream error.
ConnectionTimeout() - Constructor for class rocks.xmpp.core.stream.model.errors.ConnectionTimeout
 
Contact - Class in rocks.xmpp.core.roster.model
A contact in the user's roster.
Contact(Jid) - Constructor for class rocks.xmpp.core.roster.model.Contact
Creates a new contact associated with the given JID.
Contact(Jid, String) - Constructor for class rocks.xmpp.core.roster.model.Contact
Creates a new contact associated with the given JID and name.
Contact(Jid, String, String...) - Constructor for class rocks.xmpp.core.roster.model.Contact
Creates a new contact associated with the given JID, name and groups.
Contact(Jid, String, List<String>) - Constructor for class rocks.xmpp.core.roster.model.Contact
Creates a new contact associated with the given JID, name and groups.
Contact(Jid, String, boolean, Contact.Subscription, String...) - Constructor for class rocks.xmpp.core.roster.model.Contact
Creates a new contact associated with the given JID, name and groups.
Contact.Subscription - Enum in rocks.xmpp.core.roster.model
The implementation of the 'subscription' attribute.
ContactGroup - Class in rocks.xmpp.core.roster.model
Represents a contact group in the user's roster.
ContactGroup(String, String, ContactGroup) - Constructor for class rocks.xmpp.core.roster.model.ContactGroup
 
createBranchedInputStream(InputStream, OutputStream) - Static method in class rocks.xmpp.core.XmppUtils
Creates an branched InputStream, which means that everything read by the source stream is written to the target OutputStream.
createBranchedOutputStream(OutputStream, OutputStream) - Static method in class rocks.xmpp.core.XmppUtils
Creates a branched OutputStream, which means that everything written to the original stream is also written to the branched stream.
createError(StanzaError) - Method in class rocks.xmpp.core.stanza.model.client.IQ
 
createError(StanzaError) - Method in class rocks.xmpp.core.stanza.model.client.Message
 
createError(StanzaError) - Method in class rocks.xmpp.core.stanza.model.client.Presence
 
createError(StanzaError) - Method in class rocks.xmpp.core.stanza.model.server.IQ
 
createError(StanzaError) - Method in class rocks.xmpp.core.stanza.model.server.Message
 
createError(StanzaError) - Method in class rocks.xmpp.core.stanza.model.server.Presence
 
createError(StanzaError) - Method in class rocks.xmpp.core.stanza.model.Stanza
Creates an error response for this stanza.
createError(Stanza, StanzaError) - Method in class rocks.xmpp.core.stanza.model.Stanza
Swaps the 'from' and 'to' addresses from the generated stanza and adds a 'by' attribute to the error.
createResult() - Method in class rocks.xmpp.core.stanza.model.client.IQ
Creates a result IQ stanza, i.e. it uses the same id as this IQ, sets the type to 'result' and switches the 'to' and 'from' attribute.
createResult() - Method in class rocks.xmpp.core.stanza.model.server.IQ
Creates a result IQ stanza, i.e. it uses the same id as this IQ, sets the type to 'result' and switches the 'to' and 'from' attribute.
createXmppStreamWriter(XMLStreamWriter, boolean) - Static method in class rocks.xmpp.core.XmppUtils
Creates a XMLStreamWriter instance, which writes XML without namespace prefixes.

D

DataForm - Class in rocks.xmpp.extensions.data.model
The implementation of the <x/> element in the jabber:x:data namespace, which represents data forms.
DataForm(DataForm.Type) - Constructor for class rocks.xmpp.extensions.data.model.DataForm
Creates a data form.
DataForm(DataForm.Type, String) - Constructor for class rocks.xmpp.extensions.data.model.DataForm
Creates a data form.
DataForm(DataForm.Type, String, String...) - Constructor for class rocks.xmpp.extensions.data.model.DataForm
Creates a data form.
DataForm.Field - Class in rocks.xmpp.extensions.data.model
A form field.
DataForm.Field.Type - Enum in rocks.xmpp.extensions.data.model
Defines field types.
DataForm.Item - Class in rocks.xmpp.extensions.data.model
An item which can be understood as a table row.
DataForm.Option - Class in rocks.xmpp.extensions.data.model
Defines an option in a field of type DataForm.Field.Type.LIST_SINGLE or DataForm.Field.Type.LIST_MULTI.
DataForm.Type - Enum in rocks.xmpp.extensions.data.model
The form type.
dispose() - Method in class rocks.xmpp.core.sasl.anonymous.AnonymousSaslClient
 
dispose() - Method in class rocks.xmpp.core.sasl.scram.ScramClient
 

E

equals(Object) - Method in class rocks.xmpp.core.Jid
 
equals(Object) - Method in class rocks.xmpp.core.roster.model.Contact
 
equals(Object) - Method in class rocks.xmpp.core.roster.model.ContactGroup
 
equals(Object) - Method in class rocks.xmpp.extensions.disco.model.info.Feature
A feature is considered equal to another one, if their 'var' attribute are equal.
equals(Object) - Method in class rocks.xmpp.extensions.disco.model.info.Identity
An identity is considered equal, if category, type and language are equal, because there cannot be two identities with the same category, type and language, but with different names.
evaluateChallenge(byte[]) - Method in class rocks.xmpp.core.sasl.anonymous.AnonymousSaslClient
 
evaluateChallenge(byte[]) - Method in class rocks.xmpp.core.sasl.scram.ScramClient
 

F

Failure - Class in rocks.xmpp.core.sasl.model
The implementation of the <failure/> element, which indicates a SASL failure.
Failure - Class in rocks.xmpp.core.tls.model
Represents the TLS failure case.
Failure - Class in rocks.xmpp.extensions.compress.model
The implementation of the <failure/> element in the http://jabber.org/protocol/compress namespace, which indicates failure during compression negotiation.
Failure.Aborted - Class in rocks.xmpp.core.sasl.model
The implementation of the <aborted/> SASL failure.
Failure.AccountDisabled - Class in rocks.xmpp.core.sasl.model
The implementation of the <account-disabled/> SASL failure.
Failure.Condition - Class in rocks.xmpp.core.sasl.model
A general class for a SASL failure condition.
Failure.CredentialsExpired - Class in rocks.xmpp.core.sasl.model
The implementation of the <credentials-expired/> SASL failure.
Failure.EncryptionRequired - Class in rocks.xmpp.core.sasl.model
The implementation of the <encryption-required/> SASL failure.
Failure.IncorrectEncoding - Class in rocks.xmpp.core.sasl.model
The implementation of the <incorrect-encoding/> SASL failure.
Failure.InvalidAuthzid - Class in rocks.xmpp.core.sasl.model
The implementation of the <invalid-authzid/> SASL failure.
Failure.InvalidMechanism - Class in rocks.xmpp.core.sasl.model
The implementation of the <invalid-mechanism/> SASL failure.
Failure.MalformedRequest - Class in rocks.xmpp.core.sasl.model
The implementation of the <malformed-request/> SASL failure.
Failure.MechanismTooWeak - Class in rocks.xmpp.core.sasl.model
The implementation of the <mechanism-too-weak/> SASL failure.
Failure.NotAuthorized - Class in rocks.xmpp.core.sasl.model
The implementation of the <not-authorized/> SASL failure.
Failure.ProcessingFailed - Class in rocks.xmpp.extensions.compress.model
 
Failure.SetupFailed - Class in rocks.xmpp.extensions.compress.model
 
Failure.TemporaryAuthFailure - Class in rocks.xmpp.core.sasl.model
The implementation of the <temporary-auth-failure/> SASL failure.
Failure.UnsupportedMethod - Class in rocks.xmpp.extensions.compress.model
 
Feature - Class in rocks.xmpp.extensions.disco.model.info
Represents a feature offered or protocol supported by an XMPP entity.
Feature(String) - Constructor for class rocks.xmpp.extensions.disco.model.info.Feature
Creates a feature.
FeatureNotImplemented - Class in rocks.xmpp.core.stanza.model.errors
The implementation of the <feature-not-implemented/> stanza error.
FeatureNotImplemented() - Constructor for class rocks.xmpp.core.stanza.model.errors.FeatureNotImplemented
 
Field(DataForm.Field.Type) - Constructor for class rocks.xmpp.extensions.data.model.DataForm.Field
Creates a field.
Field(DataForm.Field.Type, String, String...) - Constructor for class rocks.xmpp.extensions.data.model.DataForm.Field
Creates a field.
FieldReference - Class in rocks.xmpp.extensions.data.layout.model
A field reference is used to reference to a field in a data form.
FieldReference(String) - Constructor for class rocks.xmpp.extensions.data.layout.model.FieldReference
Creates a field reference.
findField(String) - Method in class rocks.xmpp.extensions.data.model.DataForm
Finds a field by its name ('ver' attribute).
Forbidden - Class in rocks.xmpp.core.stanza.model.errors
The implementation of the <forbidden/> stanza error.
Forbidden() - Constructor for class rocks.xmpp.core.stanza.model.errors.Forbidden
 
from - Variable in class rocks.xmpp.core.stanza.model.Stanza
 

G

getAccept() - Method in class rocks.xmpp.extensions.httpbind.model.Body
The connection manager MAY include an 'accept' attribute in the session creation response element, to specify a comma-separated list of the content encodings it can decompress.
getAck() - Method in class rocks.xmpp.extensions.httpbind.model.Body
A client MAY include an 'ack' attribute (set to "1") to indicate that it will be using acknowledgements throughout the session and that the absence of an 'ack' attribute in any request is meaningful.
getAdditionalData() - Method in class rocks.xmpp.core.sasl.model.Success
Gets additional data.
getAlternateAddress() - Method in class rocks.xmpp.core.stanza.model.errors.Redirect
Gets the alternate address.
getBodies() - Method in class rocks.xmpp.core.stanza.model.AbstractMessage
Gets the bodies.
getBody() - Method in class rocks.xmpp.core.stanza.model.AbstractMessage
Gets the default body (which has no language attribute).
getBy() - Method in class rocks.xmpp.core.stanza.model.StanzaError
Gets the 'by' attribute.
getCategory() - Method in class rocks.xmpp.extensions.disco.model.info.Identity
Gets the category, e.g. server, client, gateway, directory, etc.
getCharsets() - Method in class rocks.xmpp.extensions.httpbind.model.Body
The connection manager MAY inform the client which encodings it can convert by setting the optional 'charsets' attribute in the session creation response element to a space-separated list of encodings.
getCondition() - Method in class rocks.xmpp.core.sasl.model.Failure
Gets the defined error condition.
getCondition() - Method in class rocks.xmpp.core.stanza.model.StanzaError
Gets the defined error condition.
getCondition() - Method in class rocks.xmpp.core.stream.model.StreamError
Gets the defined stream error condition.
getCondition() - Method in class rocks.xmpp.extensions.compress.model.Failure
 
getCondition() - Method in class rocks.xmpp.extensions.httpbind.model.Body
 
getContacts() - Method in class rocks.xmpp.core.roster.model.ContactGroup
Gets the contacts in this group.
getContacts() - Method in class rocks.xmpp.core.roster.model.Roster
Gets the contacts.
getContent() - Method in class rocks.xmpp.extensions.httpbind.model.Body
 
getDataType() - Method in class rocks.xmpp.extensions.data.validate.model.Validation
Gets the data type of the field.
getDescription() - Method in class rocks.xmpp.extensions.data.model.DataForm.Field
Gets a natural-language description of the field, intended for presentation in a user-agent (e.g., as a "tool-tip", help button, or explanatory text provided near the field).
getDomain() - Method in class rocks.xmpp.core.Jid
Gets the domain part.
getError() - Method in class rocks.xmpp.core.stanza.model.Stanza
Gets the stanza's 'error' element.
getExtension(Class<T>) - Method in class rocks.xmpp.core.stanza.model.AbstractIQ
 
getExtension(Class<T>) - Method in class rocks.xmpp.core.stanza.model.AbstractMessage
 
getExtension(Class<T>) - Method in class rocks.xmpp.core.stanza.model.AbstractPresence
 
getExtension(Class<T>) - Method in class rocks.xmpp.core.stanza.model.Stanza
Gets an extension by type.
getExtension() - Method in class rocks.xmpp.core.stanza.model.StanzaError
Gets the application specific condition, if any.
getExtension() - Method in class rocks.xmpp.core.stream.model.StreamError
Gets the application specific condition, if any.
getExtensions() - Method in class rocks.xmpp.core.stanza.model.AbstractMessage
Gets all extensions.
getExtensions() - Method in class rocks.xmpp.core.stanza.model.AbstractPresence
Gets all extensions.
getExtensions() - Method in class rocks.xmpp.extensions.disco.model.info.InfoDiscovery
 
getExtensions() - Method in interface rocks.xmpp.extensions.disco.model.info.InfoNode
Gets the service discovery extensions as described in XEP-0128: Service Discovery Extensions
getFeatures() - Method in class rocks.xmpp.core.stream.model.StreamFeatures
Gets the features, i.e. the child elements of the <stream:features/> element.
getFeatures() - Method in class rocks.xmpp.extensions.disco.model.info.InfoDiscovery
 
getFeatures() - Method in interface rocks.xmpp.extensions.disco.model.info.InfoNode
Gets the features.
getFieldReferences() - Method in class rocks.xmpp.extensions.data.layout.model.Page
Gets the field references.
getFieldReferences() - Method in class rocks.xmpp.extensions.data.layout.model.Section
Gets the field references.
getFields() - Method in class rocks.xmpp.extensions.data.model.DataForm
Gets the fields of the form.
getFields() - Method in class rocks.xmpp.extensions.data.model.DataForm.Item
Gets the fields.
getFormType() - Method in class rocks.xmpp.extensions.data.model.DataForm
Gets the form type of this form, i.e. the value of the "FORM_TYPE" field.
getFrom() - Method in class rocks.xmpp.core.stanza.model.Stanza
Gets the stanza's 'from' attribute.
getFrom() - Method in class rocks.xmpp.extensions.httpbind.model.Body
The <body/> element of the first request MAY also possess a 'from' attribute, which specifies the originator of the first stream and which enables the connection manager to forward the originating entity's identity to the application server.
getFullName() - Method in class rocks.xmpp.core.roster.model.ContactGroup
Gets the full name of the group.
getGroups() - Method in class rocks.xmpp.core.roster.model.Contact
Gets the groups of the contact.
getGroups() - Method in class rocks.xmpp.core.roster.model.ContactGroup
Gets the nested sub-groups of this group.
getHeight() - Method in class rocks.xmpp.extensions.data.mediaelement.model.Media
If the media is an image or video, gets the recommended display height of the image.
getHold() - Method in class rocks.xmpp.extensions.httpbind.model.Body
This attribute informs the client about the maximum number of requests the connection manager will keep waiting at any one time during the session.
getId() - Method in class rocks.xmpp.core.stanza.model.Stanza
Gets the stanza's 'id' attribute.
getIdentities() - Method in class rocks.xmpp.extensions.disco.model.info.InfoDiscovery
 
getIdentities() - Method in interface rocks.xmpp.extensions.disco.model.info.InfoNode
Gets the identities.
getInactivity() - Method in class rocks.xmpp.extensions.httpbind.model.Body
 
getInstructions() - Method in class rocks.xmpp.extensions.data.model.DataForm
Gets the instructions of the form.
getItems() - Method in class rocks.xmpp.extensions.data.model.DataForm
Gets the items, which can be understood as "table rows" containing data (if any) that matches the request.
getItems() - Method in class rocks.xmpp.extensions.disco.model.items.ItemDiscovery
 
getItems() - Method in interface rocks.xmpp.extensions.disco.model.items.ItemNode
Gets the items.
getJid() - Method in class rocks.xmpp.core.bind.model.Bind
Gets the JID, which has been generated by the server after resource binding.
getJid() - Method in class rocks.xmpp.core.roster.model.Contact
Gets the JID of the contact.
getJid() - Method in class rocks.xmpp.extensions.disco.model.items.Item
Gets the JID.
getKey() - Method in class rocks.xmpp.extensions.httpbind.model.Body
 
getLabel() - Method in class rocks.xmpp.extensions.data.layout.model.Section
Gets the label of the section.
getLabel() - Method in class rocks.xmpp.extensions.data.model.DataForm.Field
Gets the field label.
getLabel() - Method in class rocks.xmpp.extensions.data.model.DataForm.Option
Gets the label.
getLanguage() - Method in class rocks.xmpp.core.sasl.model.Failure
Gets the language of the text.
getLanguage() - Method in class rocks.xmpp.core.stanza.model.AbstractMessage.Body
Gets the language.
getLanguage() - Method in class rocks.xmpp.core.stanza.model.AbstractMessage.Subject
Gets the language.
getLanguage() - Method in class rocks.xmpp.core.stanza.model.AbstractPresence.Status
Gets the language.
getLanguage() - Method in class rocks.xmpp.core.stanza.model.errors.Text
 
getLanguage() - Method in class rocks.xmpp.core.stanza.model.Stanza
Gets the stanza's 'xml:lang' attribute.
getLanguage() - Method in class rocks.xmpp.core.stanza.model.StanzaError
Gets the language of the error text.
getLanguage() - Method in class rocks.xmpp.core.stream.model.errors.Text
 
getLanguage() - Method in class rocks.xmpp.core.stream.model.StreamError
Gets the language of the error text.
getLanguage() - Method in class rocks.xmpp.extensions.disco.model.info.Identity
The optional language to localize the name.
getLanguage() - Method in class rocks.xmpp.extensions.httpbind.model.Body
 
getListRange() - Method in class rocks.xmpp.extensions.data.validate.model.Validation
Gets the list range.
getLocal() - Method in class rocks.xmpp.core.Jid
Gets the local part of the JID, also known as the name or node.
getLocations() - Method in class rocks.xmpp.extensions.data.mediaelement.model.Media
Gets the locations to the media.
getMax() - Method in class rocks.xmpp.extensions.data.validate.model.Validation.ListRange
Gets the maximum allowable number of selected/entered values.
getMax() - Method in class rocks.xmpp.extensions.data.validate.model.Validation.ValidationMethod.Range
Gets the maximum value allowed.
getMaxPause() - Method in class rocks.xmpp.extensions.httpbind.model.Body
If the connection manager supports session pausing (see Inactivity) then it SHOULD advertise that to the client by including a 'maxpause' attribute in the session creation response element.
getMechanismName() - Method in class rocks.xmpp.core.sasl.anonymous.AnonymousSaslClient
 
getMechanisms() - Method in class rocks.xmpp.core.sasl.model.Mechanisms
Gets the list of mechanisms supported by the server.
getMedia() - Method in class rocks.xmpp.extensions.data.model.DataForm.Field
Gets the media element.
getMethods() - Method in class rocks.xmpp.extensions.compress.model.feature.Compression
Gets the available compression methods.
getMin() - Method in class rocks.xmpp.extensions.data.validate.model.Validation.ListRange
Gets the minimum allowable number of selected/entered values.
getMin() - Method in class rocks.xmpp.extensions.data.validate.model.Validation.ValidationMethod.Range
Gets the minimum value allowed.
getName() - Method in class rocks.xmpp.core.roster.model.Contact
Gets the name of the contact.
getName() - Method in class rocks.xmpp.core.roster.model.ContactGroup
Gets the name of the group.
getName() - Method in class rocks.xmpp.extensions.disco.model.info.Identity
Gets the identity's name.
getName() - Method in class rocks.xmpp.extensions.disco.model.items.Item
Gets the name.
getNegotiatedProperty(String) - Method in class rocks.xmpp.core.sasl.anonymous.AnonymousSaslClient
 
getNegotiatedProperty(String) - Method in class rocks.xmpp.core.sasl.scram.ScramClient
 
getNewAddress() - Method in class rocks.xmpp.core.stanza.model.errors.Gone
Gets the new address.
getNewKey() - Method in class rocks.xmpp.extensions.httpbind.model.Body
 
getNode() - Method in class rocks.xmpp.extensions.disco.model.info.InfoDiscovery
 
getNode() - Method in interface rocks.xmpp.extensions.disco.model.info.InfoNode
Gets the node name.
getNode() - Method in class rocks.xmpp.extensions.disco.model.items.Item
Gets the node.
getNode() - Method in class rocks.xmpp.extensions.disco.model.items.ItemDiscovery
 
getNode() - Method in interface rocks.xmpp.extensions.disco.model.items.ItemNode
Gets the node name.
getOptions() - Method in class rocks.xmpp.extensions.data.model.DataForm.Field
Gets the options if the field type is DataForm.Field.Type.LIST_SINGLE or DataForm.Field.Type.LIST_MULTI.
getOtherHost() - Method in class rocks.xmpp.core.stream.model.errors.SeeOtherHost
Gets the other host.
getPages() - Method in class rocks.xmpp.extensions.data.model.DataForm
Gets the layout pages for this data form.
getParentGroup() - Method in class rocks.xmpp.core.roster.model.ContactGroup
Gets the parent group.
getParentThread() - Method in class rocks.xmpp.core.stanza.model.AbstractMessage
Gets the parent thread.
getPause() - Method in class rocks.xmpp.extensions.httpbind.model.Body
If a client encounters an exceptional temporary situation during which it will be unable to send requests to the connection manager for a period of time greater than the maximum inactivity period (e.g., while a runtime environment changes from one web page to another), and if the connection manager included a 'maxpause' attribute in its Session Creation Response, then the client MAY request a temporary increase to the maximum inactivity period by including a 'pause' attribute in a request.
getPolling() - Method in class rocks.xmpp.extensions.httpbind.model.Body
This attribute specifies the shortest allowable polling interval (in seconds).
getPriority() - Method in class rocks.xmpp.core.bind.model.Bind
 
getPriority() - Method in class rocks.xmpp.core.roster.versioning.model.RosterVersioning
 
getPriority() - Method in class rocks.xmpp.core.sasl.model.Mechanisms
 
getPriority() - Method in class rocks.xmpp.core.session.model.Session
 
getPriority() - Method in class rocks.xmpp.core.stanza.model.AbstractPresence
Gets the priority.
getPriority() - Method in class rocks.xmpp.core.stream.model.StreamFeature
Gets the priority of the feature, i.e. when it will be negotiated during feature negotiation.
getPriority() - Method in class rocks.xmpp.core.subscription.preapproval.model.SubscriptionPreApproval
 
getPriority() - Method in class rocks.xmpp.core.tls.model.StartTls
 
getPriority() - Method in class rocks.xmpp.extensions.compress.model.feature.Compression
 
getRegex() - Method in class rocks.xmpp.extensions.data.validate.model.Validation.ValidationMethod.Regex
Gets the regular expression.
getReport() - Method in class rocks.xmpp.extensions.httpbind.model.Body
After receiving a request with an 'ack' value less than the 'rid' of the last request that it has already responded to, the connection manager MAY inform the client of the situation by sending its next response immediately instead of waiting until it has payloads to send to the client (e.g., if some time has passed since it responded).
getReportedFields() - Method in class rocks.xmpp.extensions.data.model.DataForm
Gets the reported fields, which can be understood as "table headers" describing the data to follow.
getReportedReference() - Method in class rocks.xmpp.extensions.data.layout.model.Page
Gets the reported field reference.
getReportedReference() - Method in class rocks.xmpp.extensions.data.layout.model.Section
Gets the reported field reference.
getRequests() - Method in class rocks.xmpp.extensions.httpbind.model.Body
This attribute enables the connection manager to limit the number of simultaneous requests the client makes (see Overactivity and Polling Sessions).
getResource() - Method in class rocks.xmpp.core.Jid
Gets the resource part.
getRestart() - Method in class rocks.xmpp.extensions.httpbind.model.Body
 
getRestartLogic() - Method in class rocks.xmpp.extensions.httpbind.model.Body
 
getRid() - Method in class rocks.xmpp.extensions.httpbind.model.Body
The <body/> element of every client request MUST possess a sequential request ID encapsulated via the 'rid' attribute.
getRoute() - Method in class rocks.xmpp.extensions.httpbind.model.Body
A connection manager MAY be configured to enable sessions with more than one server in different domains.
getSections() - Method in class rocks.xmpp.extensions.data.layout.model.Page
Gets the sections for this page.
getSections() - Method in class rocks.xmpp.extensions.data.layout.model.Section
Gets nested sub-sections.
getShow() - Method in class rocks.xmpp.core.stanza.model.AbstractPresence
Gets the <show/> element.
getSid() - Method in class rocks.xmpp.extensions.httpbind.model.Body
All requests after the first one MUST include a valid 'sid' attribute (provided by the connection manager in the Session Creation Response).
getStanza() - Method in exception rocks.xmpp.core.stanza.model.StanzaException
Gets the stanza, which includes the error.
getStatus() - Method in class rocks.xmpp.core.stanza.model.AbstractPresence
Gets the default body (which has no language attribute).
getStatuses() - Method in class rocks.xmpp.core.stanza.model.AbstractPresence
Gets the statuses.
getStream() - Method in class rocks.xmpp.extensions.httpbind.model.Body
If a connection manager supports the multi-streams feature, it MUST include a 'stream' attribute in its Session Creation Response.
getStreamError() - Method in exception rocks.xmpp.core.stream.model.StreamException
Gets the stream error.
getSubject() - Method in class rocks.xmpp.core.stanza.model.AbstractMessage
Gets the default subject (which has no language attribute).
getSubjects() - Method in class rocks.xmpp.core.stanza.model.AbstractMessage
Gets the subjects.
getSubscription() - Method in class rocks.xmpp.core.roster.model.Contact
Gets the subscription attribute.
getText() - Method in class rocks.xmpp.core.sasl.model.Failure
Gets the text of the failure.
getText() - Method in class rocks.xmpp.core.stanza.model.AbstractMessage.Body
Gets the text.
getText() - Method in class rocks.xmpp.core.stanza.model.AbstractMessage.Subject
Gets the text.
getText() - Method in class rocks.xmpp.core.stanza.model.AbstractPresence.Status
Gets the text.
getText() - Method in class rocks.xmpp.core.stanza.model.errors.Text
 
getText() - Method in class rocks.xmpp.core.stanza.model.StanzaError
Gets the optional error text.
getText() - Method in class rocks.xmpp.core.stream.model.errors.Text
 
getText() - Method in class rocks.xmpp.core.stream.model.StreamError
Gets the optional error text.
getText() - Method in class rocks.xmpp.extensions.data.layout.model.Page
Gets additional information for the page.
getText() - Method in class rocks.xmpp.extensions.data.layout.model.Section
Gets additional information for the section.
getThread() - Method in class rocks.xmpp.core.stanza.model.AbstractMessage
Gets the thread.
getTime() - Method in class rocks.xmpp.extensions.httpbind.model.Body
 
getTitle() - Method in class rocks.xmpp.extensions.data.model.DataForm
Gets the title of the form.
getTo() - Method in class rocks.xmpp.core.stanza.model.Stanza
Gets the stanza's 'to' attribute.
getTo() - Method in class rocks.xmpp.extensions.httpbind.model.Body
 
getType() - Method in class rocks.xmpp.core.stanza.model.AbstractIQ
Gets the type.
getType() - Method in class rocks.xmpp.core.stanza.model.AbstractMessage
Gets the message type.
getType() - Method in class rocks.xmpp.core.stanza.model.AbstractPresence
Gets the type of the presence.
getType() - Method in class rocks.xmpp.core.stanza.model.StanzaError
Gets the error type, either 'auth', 'cancel', 'continue', 'modify' or 'wait'.
getType() - Method in class rocks.xmpp.extensions.data.mediaelement.model.Media.Location
Gets the MIME type of the media.
getType() - Method in class rocks.xmpp.extensions.data.model.DataForm.Field
Gets the field type.
getType() - Method in class rocks.xmpp.extensions.data.model.DataForm
Gets the type of the form.
getType() - Method in class rocks.xmpp.extensions.disco.model.info.Identity
Gets the type within the category, e.g.
getType() - Method in class rocks.xmpp.extensions.httpbind.model.Body
 
getUri() - Method in class rocks.xmpp.extensions.data.mediaelement.model.Media.Location
Gets the URI.
getUri() - Method in class rocks.xmpp.extensions.httpbind.model.Body
If the connection manager reports a Body.Condition.SEE_OTHER_URI error condition, this method returns the URI.
getValidation() - Method in class rocks.xmpp.extensions.data.model.DataForm.Field
Gets the validation for this field.
getValidationMethod() - Method in class rocks.xmpp.extensions.data.validate.model.Validation
Gets the validation method.
getValue() - Method in class rocks.xmpp.core.sasl.model.Challenge
Gets the value, i.e. the challenge.
getValue() - Method in class rocks.xmpp.extensions.data.model.DataForm.Option
Gets the value of the option.
getValues() - Method in class rocks.xmpp.extensions.data.model.DataForm.Field
Gets the values of the field.
getVar() - Method in class rocks.xmpp.extensions.data.layout.model.FieldReference
Gets the var attribute.
getVar() - Method in class rocks.xmpp.extensions.data.model.DataForm.Field
Gets a unique identifier for the field in the context of the form.
getVar() - Method in class rocks.xmpp.extensions.disco.model.info.Feature
Gets the 'var' attribute, whose value is either a protocol namespace or other feature offered by the entity.
getVersion() - Method in class rocks.xmpp.core.roster.model.Roster
Gets the roster version.
getVersion() - Method in class rocks.xmpp.extensions.httpbind.model.Body
This attribute specifies the highest version of the BOSH protocol that the client supports.
getWait() - Method in class rocks.xmpp.extensions.httpbind.model.Body
 
getWidth() - Method in class rocks.xmpp.extensions.data.mediaelement.model.Media
If the media is an image or video, gets the recommended display width of the image.
getWrappedObjects() - Method in class rocks.xmpp.extensions.httpbind.model.Body
 
getXmppVersion() - Method in class rocks.xmpp.extensions.httpbind.model.Body
 
Gone - Class in rocks.xmpp.core.stanza.model.errors
The implementation of the <gone/> stanza error.
Gone() - Constructor for class rocks.xmpp.core.stanza.model.errors.Gone
 

H

hash(byte[]) - Static method in class rocks.xmpp.core.XmppUtils
Creates a hex encoded SHA-1 hash.
hashCode() - Method in class rocks.xmpp.core.Jid
 
hashCode() - Method in class rocks.xmpp.core.roster.model.Contact
 
hashCode() - Method in class rocks.xmpp.core.roster.model.ContactGroup
 
hashCode() - Method in class rocks.xmpp.extensions.disco.model.info.Feature
 
hashCode() - Method in class rocks.xmpp.extensions.disco.model.info.Identity
 
hasInitialResponse() - Method in class rocks.xmpp.core.sasl.anonymous.AnonymousSaslClient
 
hasInitialResponse() - Method in class rocks.xmpp.core.sasl.scram.ScramClient
 
HostGone - Class in rocks.xmpp.core.stream.model.errors
The implementation of the <host-gone/> stream error.
HostGone() - Constructor for class rocks.xmpp.core.stream.model.errors.HostGone
 
HostUnknown - Class in rocks.xmpp.core.stream.model.errors
The implementation of the <host-unknown/> stream error.
HostUnknown() - Constructor for class rocks.xmpp.core.stream.model.errors.HostUnknown
 

I

id - Variable in class rocks.xmpp.core.stanza.model.Stanza
 
Identity - Class in rocks.xmpp.extensions.disco.model.info
Represents an identity of an XMPP entity.
Identity(String, String) - Constructor for class rocks.xmpp.extensions.disco.model.info.Identity
Creates an identity with a category and type.
Identity(String, String, String) - Constructor for class rocks.xmpp.extensions.disco.model.info.Identity
Creates an identity with a category, type and name.
Identity(String, String, String, String) - Constructor for class rocks.xmpp.extensions.disco.model.info.Identity
Creates an identity with a category, type, name and language.
ImproperAddressing - Class in rocks.xmpp.core.stream.model.errors
The implementation of the <improper-addressing/> stream error.
ImproperAddressing() - Constructor for class rocks.xmpp.core.stream.model.errors.ImproperAddressing
 
InfoDiscovery - Class in rocks.xmpp.extensions.disco.model.info
The implementation of the <query/> element in the http://jabber.org/protocol/disco#info namespace.
InfoDiscovery() - Constructor for class rocks.xmpp.extensions.disco.model.info.InfoDiscovery
Creates an empty element, used for info discovery requests.
InfoDiscovery(String) - Constructor for class rocks.xmpp.extensions.disco.model.info.InfoDiscovery
Creates an info discovery element with a node attribute.
InfoDiscovery(Set<Identity>, Set<Feature>, List<DataForm>) - Constructor for class rocks.xmpp.extensions.disco.model.info.InfoDiscovery
Creates an info discovery element, used in discovery info responses.
InfoDiscovery(String, Set<Identity>, Set<Feature>, List<DataForm>) - Constructor for class rocks.xmpp.extensions.disco.model.info.InfoDiscovery
Creates an info discovery element, used in discovery info responses.
InfoNode - Interface in rocks.xmpp.extensions.disco.model.info
A generic service discovery info node.
InternalServerError - Class in rocks.xmpp.core.stanza.model.errors
The implementation of the <internal-server-error/> stanza error.
InternalServerError() - Constructor for class rocks.xmpp.core.stanza.model.errors.InternalServerError
 
InternalServerError - Class in rocks.xmpp.core.stream.model.errors
The implementation of the <internal-server-error/> stream error.
InternalServerError() - Constructor for class rocks.xmpp.core.stream.model.errors.InternalServerError
 
InvalidFrom - Class in rocks.xmpp.core.stream.model.errors
The implementation of the <invalid-from/> stream error.
InvalidFrom() - Constructor for class rocks.xmpp.core.stream.model.errors.InvalidFrom
 
InvalidNamespace - Class in rocks.xmpp.core.stream.model.errors
The implementation of the <invalid-namespace/> stream error.
InvalidNamespace() - Constructor for class rocks.xmpp.core.stream.model.errors.InvalidNamespace
 
InvalidXml - Class in rocks.xmpp.core.stream.model.errors
The implementation of the <invalid-xml/> stream error.
InvalidXml() - Constructor for class rocks.xmpp.core.stream.model.errors.InvalidXml
 
IQ - Class in rocks.xmpp.core.stanza.model.client
The implementation of the <iq/> element for the client namespace ('jabber:client').
IQ(AbstractIQ.Type) - Constructor for class rocks.xmpp.core.stanza.model.client.IQ
Creates an IQ stanza with the given type.
IQ(AbstractIQ.Type, Object) - Constructor for class rocks.xmpp.core.stanza.model.client.IQ
Creates an IQ stanza with the given type and extension.
IQ(String, AbstractIQ.Type) - Constructor for class rocks.xmpp.core.stanza.model.client.IQ
Creates an IQ stanza with the given id and type.
IQ(String, AbstractIQ.Type, Object) - Constructor for class rocks.xmpp.core.stanza.model.client.IQ
Creates an IQ stanza with the given id, type and extension.
IQ(Jid, AbstractIQ.Type, Object) - Constructor for class rocks.xmpp.core.stanza.model.client.IQ
Creates an IQ stanza with the given receiver, type and extension.
IQ(Jid, String, AbstractIQ.Type, Object) - Constructor for class rocks.xmpp.core.stanza.model.client.IQ
Creates an IQ stanza with the given receiver, id, type and extension.
IQ - Class in rocks.xmpp.core.stanza.model.server
The implementation of the <iq/> element for the server namespace ('jabber:server').
IQ(AbstractIQ.Type) - Constructor for class rocks.xmpp.core.stanza.model.server.IQ
Creates an IQ stanza with the given type.
IQ(AbstractIQ.Type, Object) - Constructor for class rocks.xmpp.core.stanza.model.server.IQ
Creates an IQ stanza with the given type and extension.
IQ(String, AbstractIQ.Type) - Constructor for class rocks.xmpp.core.stanza.model.server.IQ
Creates an IQ stanza with the given id and type.
IQ(String, AbstractIQ.Type, Object) - Constructor for class rocks.xmpp.core.stanza.model.server.IQ
Creates an IQ stanza with the given id, type and extension.
IQ(Jid, AbstractIQ.Type, Object) - Constructor for class rocks.xmpp.core.stanza.model.server.IQ
Creates an IQ stanza with the given receiver, type and extension.
IQ(Jid, String, AbstractIQ.Type, Object) - Constructor for class rocks.xmpp.core.stanza.model.server.IQ
Creates an IQ stanza with the given receiver, id, type and extension.
isApproved() - Method in class rocks.xmpp.core.roster.model.Contact
Gets the subscription pre-approval status.
isAvailable() - Method in class rocks.xmpp.core.stanza.model.AbstractPresence
Indicates, whether an entity is available.
isBareJid() - Method in class rocks.xmpp.core.Jid
Checks if the JID is a bare JID.
isComplete() - Method in class rocks.xmpp.core.sasl.anonymous.AnonymousSaslClient
 
isComplete() - Method in class rocks.xmpp.core.sasl.scram.ScramClient
 
isFullJid() - Method in class rocks.xmpp.core.Jid
Checks if the JID is a full JID.
isMandatory() - Method in class rocks.xmpp.core.bind.model.Bind
 
isMandatory() - Method in class rocks.xmpp.core.sasl.model.Mechanisms
isMandatory() - Method in class rocks.xmpp.core.session.model.Session
 
isMandatory() - Method in class rocks.xmpp.core.stream.model.StreamFeature
Indicates, whether this feature is mandatory to negotiate.
isMandatory() - Method in class rocks.xmpp.core.tls.model.StartTls
 
isPending() - Method in class rocks.xmpp.core.roster.model.Contact
Gets the pending state of the contact.
isRequest() - Method in class rocks.xmpp.core.stanza.model.AbstractIQ
Returns if this is a request IQ, i.e. of type get or set.
isRequired() - Method in class rocks.xmpp.extensions.data.model.DataForm.Field
If the field as required in order for the form to be considered valid.
isResponse() - Method in class rocks.xmpp.core.stanza.model.AbstractIQ
Returns true, if this IQ is a response (either a positive result or an error).
Item() - Constructor for class rocks.xmpp.extensions.data.model.DataForm.Item
 
Item - Class in rocks.xmpp.extensions.disco.model.items
The implementation of the <item/> element in the http://jabber.org/protocol/disco#item namespace, used for item discovery.
Item() - Constructor for class rocks.xmpp.extensions.disco.model.items.Item
 
Item(String) - Constructor for class rocks.xmpp.extensions.disco.model.items.Item
 
ItemDiscovery - Class in rocks.xmpp.extensions.disco.model.items
The implementation of the <query/> element in the http://jabber.org/protocol/disco#item namespace.
ItemDiscovery() - Constructor for class rocks.xmpp.extensions.disco.model.items.ItemDiscovery
Creates an empty element, used for item discovery requests.
ItemDiscovery(String) - Constructor for class rocks.xmpp.extensions.disco.model.items.ItemDiscovery
Creates an item discovery element with a node attribute.
ItemDiscovery(List<Item>) - Constructor for class rocks.xmpp.extensions.disco.model.items.ItemDiscovery
Creates an item discovery element with nodes.
ItemDiscovery(String, List<Item>) - Constructor for class rocks.xmpp.extensions.disco.model.items.ItemDiscovery
Creates an item discovery element with a node attribute.
ItemNode - Interface in rocks.xmpp.extensions.disco.model.items
A generic service discovery item node.
ItemNotFound - Class in rocks.xmpp.core.stanza.model.errors
The implementation of the <item-not-found/> stanza error.
ItemNotFound() - Constructor for class rocks.xmpp.core.stanza.model.errors.ItemNotFound
 

J

Jid - Class in rocks.xmpp.core
The implementation of the JID as described in Extensible Messaging and Presence Protocol (XMPP): Address Format.
Jid(String) - Constructor for class rocks.xmpp.core.Jid
Creates a bare JID with only the domain part.
Jid(String, String) - Constructor for class rocks.xmpp.core.Jid
Creates a bare JID with only the local and domain part.
Jid(String, String, String) - Constructor for class rocks.xmpp.core.Jid
Creates a full JID with local, domain and resource part.
JidAdapter - Class in rocks.xmpp.core
Converts a String representation of a JID to JID object and vice a versa.
JidAdapter() - Constructor for class rocks.xmpp.core.JidAdapter
 
JidMalformed - Class in rocks.xmpp.core.stanza.model.errors
The implementation of the <jid-malformed/> stanza error.
JidMalformed() - Constructor for class rocks.xmpp.core.stanza.model.errors.JidMalformed
 

L

language - Variable in class rocks.xmpp.core.stanza.model.Stanza
 
length() - Method in class rocks.xmpp.core.Jid
 
ListRange(int, int) - Constructor for class rocks.xmpp.extensions.data.validate.model.Validation.ListRange
Creates a list range for multi-text fields.
Location(String, URI) - Constructor for class rocks.xmpp.extensions.data.mediaelement.model.Media.Location
Creates a media location.

M

marshal(Jid) - Method in class rocks.xmpp.core.JidAdapter
 
Mechanisms - Class in rocks.xmpp.core.sasl.model
Represents the <mechanisms/> element as described in Exchange of Stream Headers and Stream Features
Mechanisms() - Constructor for class rocks.xmpp.core.sasl.model.Mechanisms
 
Media - Class in rocks.xmpp.extensions.data.mediaelement.model
The implementation of the <media/> element in the urn:xmpp:media-element namespace.
Media(Media.Location...) - Constructor for class rocks.xmpp.extensions.data.mediaelement.model.Media
Creates a media object with a location.
Media.Location - Class in rocks.xmpp.extensions.data.mediaelement.model
Specifies the out-of-band location of the media data.
Message - Class in rocks.xmpp.core.stanza.model.client
The implementation of the <message/> element for the client namespace ('jabber:client').
Message(Jid) - Constructor for class rocks.xmpp.core.stanza.model.client.Message
Constructs an empty message.
Message(Jid, AbstractMessage.Type) - Constructor for class rocks.xmpp.core.stanza.model.client.Message
Constructs a message with a type.
Message(Jid, AbstractMessage.Type, String) - Constructor for class rocks.xmpp.core.stanza.model.client.Message
Constructs a message with body and type.
Message - Class in rocks.xmpp.core.stanza.model.server
The implementation of the <message/> element for the server namespace ('jabber:server').
Message(Jid) - Constructor for class rocks.xmpp.core.stanza.model.server.Message
Constructs an empty message.
Message(Jid, AbstractMessage.Type) - Constructor for class rocks.xmpp.core.stanza.model.server.Message
Constructs a message with a type.
Message(Jid, AbstractMessage.Type, String) - Constructor for class rocks.xmpp.core.stanza.model.server.Message
Constructs a message with body and type.

N

NotAcceptable - Class in rocks.xmpp.core.stanza.model.errors
The implementation of the <not-acceptable/> stanza error.
NotAcceptable() - Constructor for class rocks.xmpp.core.stanza.model.errors.NotAcceptable
 
NotAllowed - Class in rocks.xmpp.core.stanza.model.errors
The implementation of the <not-allowed/> stanza error.
NotAllowed() - Constructor for class rocks.xmpp.core.stanza.model.errors.NotAllowed
 
NotAuthorized - Class in rocks.xmpp.core.stanza.model.errors
The implementation of the <not-authorized/> stanza error.
NotAuthorized() - Constructor for class rocks.xmpp.core.stanza.model.errors.NotAuthorized
 
NotAuthorized - Class in rocks.xmpp.core.stream.model.errors
The implementation of the <not-authorized/> stream error.
NotAuthorized() - Constructor for class rocks.xmpp.core.stream.model.errors.NotAuthorized
 
NotWellFormed - Class in rocks.xmpp.core.stream.model.errors
The implementation of the <not-well-formed/> stream error.
NotWellFormed() - Constructor for class rocks.xmpp.core.stream.model.errors.NotWellFormed
 

O

Open() - Constructor for class rocks.xmpp.extensions.data.validate.model.Validation.ValidationMethod.Open
 
Option(String) - Constructor for class rocks.xmpp.extensions.data.model.DataForm.Option
Creates an option.
Option(String, String) - Constructor for class rocks.xmpp.extensions.data.model.DataForm.Option
Creates an option.

P

Page - Class in rocks.xmpp.extensions.data.layout.model
The implementation of the <page/> element in the http://jabber.org/protocol/xdata-layout namespace.
Page(String, List<FieldReference>) - Constructor for class rocks.xmpp.extensions.data.layout.model.Page
Creates a page.
Page(String, List<FieldReference>, List<String>) - Constructor for class rocks.xmpp.extensions.data.layout.model.Page
Creates a page.
Page(String, List<FieldReference>, List<String>, FieldReference) - Constructor for class rocks.xmpp.extensions.data.layout.model.Page
Creates a page.
parseBoolean(String) - Static method in class rocks.xmpp.extensions.data.model.DataForm
 
PolicyViolation - Class in rocks.xmpp.core.stanza.model.errors
The implementation of the <policy-violation/> stanza error.
PolicyViolation() - Constructor for class rocks.xmpp.core.stanza.model.errors.PolicyViolation
 
PolicyViolation - Class in rocks.xmpp.core.stream.model.errors
The implementation of the <policy-violation/> stream error.
PolicyViolation() - Constructor for class rocks.xmpp.core.stream.model.errors.PolicyViolation
 
Presence - Class in rocks.xmpp.core.stanza.model.client
The implementation of the <presence/> element for the client namespace ('jabber:client').
Presence() - Constructor for class rocks.xmpp.core.stanza.model.client.Presence
Constructs an empty presence.
Presence(AbstractPresence.Type) - Constructor for class rocks.xmpp.core.stanza.model.client.Presence
Constructs a presence of a specific type.
Presence(AbstractPresence.Show) - Constructor for class rocks.xmpp.core.stanza.model.client.Presence
Constructs a presence with a specific 'show' attribute.
Presence - Class in rocks.xmpp.core.stanza.model.server
The implementation of the <presence/> element for the server namespace ('jabber:server').
Presence() - Constructor for class rocks.xmpp.core.stanza.model.server.Presence
Constructs an empty presence.
Presence(AbstractPresence.Type) - Constructor for class rocks.xmpp.core.stanza.model.server.Presence
Constructs a presence of a specific type.
Presence(AbstractPresence.Show) - Constructor for class rocks.xmpp.core.stanza.model.server.Presence
Constructs a presence with a specific 'show' attribute.
Proceed - Class in rocks.xmpp.core.tls.model
Represents the TLS proceed case.

R

Range(String, String) - Constructor for class rocks.xmpp.extensions.data.validate.model.Validation.ValidationMethod.Range
Creates a range validation.
RecipientUnavailable - Class in rocks.xmpp.core.stanza.model.errors
The implementation of the <recipient-unavailable/> stanza error.
RecipientUnavailable() - Constructor for class rocks.xmpp.core.stanza.model.errors.RecipientUnavailable
 
Redirect - Class in rocks.xmpp.core.stanza.model.errors
The implementation of the <redirect/> stanza error.
Redirect() - Constructor for class rocks.xmpp.core.stanza.model.errors.Redirect
 
Regex(String) - Constructor for class rocks.xmpp.extensions.data.validate.model.Validation.ValidationMethod.Regex
 
RegistrationRequired - Class in rocks.xmpp.core.stanza.model.errors
The implementation of the <registration-required/> stanza error.
RegistrationRequired() - Constructor for class rocks.xmpp.core.stanza.model.errors.RegistrationRequired
 
RemoteConnectionFailed - Class in rocks.xmpp.core.stream.model.errors
The implementation of the <remote-connection-failed/> stream error.
RemoteConnectionFailed() - Constructor for class rocks.xmpp.core.stream.model.errors.RemoteConnectionFailed
 
RemoteServerNotFound - Class in rocks.xmpp.core.stanza.model.errors
The implementation of the <remote-server-not-found/> stanza error.
RemoteServerNotFound() - Constructor for class rocks.xmpp.core.stanza.model.errors.RemoteServerNotFound
 
RemoteServerTimeout - Class in rocks.xmpp.core.stanza.model.errors
The implementation of the <remote-server-timeout/> stanza error.
RemoteServerTimeout() - Constructor for class rocks.xmpp.core.stanza.model.errors.RemoteServerTimeout
 
required - Variable in class rocks.xmpp.core.tls.model.StartTls
 
Reset - Class in rocks.xmpp.core.stream.model.errors
The implementation of the <reset/> stream error.
Reset() - Constructor for class rocks.xmpp.core.stream.model.errors.Reset
 
ResourceConstraint - Class in rocks.xmpp.core.stanza.model.errors
The implementation of the <resource-constraint/> stanza error.
ResourceConstraint() - Constructor for class rocks.xmpp.core.stanza.model.errors.ResourceConstraint
 
ResourceConstraint - Class in rocks.xmpp.core.stream.model.errors
The implementation of the <resource-constraint/> stream error.
ResourceConstraint() - Constructor for class rocks.xmpp.core.stream.model.errors.ResourceConstraint
 
Response - Class in rocks.xmpp.core.sasl.model
The implementation of the <response/> element, which is sent during the SASL negotiation.
Response(byte[]) - Constructor for class rocks.xmpp.core.sasl.model.Response
Creates a response to a Challenge.
RestrictedXml - Class in rocks.xmpp.core.stream.model.errors
The implementation of the <restricted-xml/> stream error.
RestrictedXml() - Constructor for class rocks.xmpp.core.stream.model.errors.RestrictedXml
 
rocks.xmpp.core - package rocks.xmpp.core
Provides classes for core XMPP functionality.
rocks.xmpp.core.bind.model - package rocks.xmpp.core.bind.model
Provides XML schema implementations of the Resource Binding Namespace.
rocks.xmpp.core.roster.model - package rocks.xmpp.core.roster.model
Provides XML schema implementations of the Roster Namespace.
rocks.xmpp.core.roster.versioning.model - package rocks.xmpp.core.roster.versioning.model
Provides XML schema implementations of Roster Versioning.
rocks.xmpp.core.sasl.anonymous - package rocks.xmpp.core.sasl.anonymous
rocks.xmpp.core.sasl.model - package rocks.xmpp.core.sasl.model
Provides XML schema implementations of the SASL Namespace.
rocks.xmpp.core.sasl.scram - package rocks.xmpp.core.sasl.scram
rocks.xmpp.core.session.model - package rocks.xmpp.core.session.model
Provides XML schema implementations of the Session Establishment namespace.
rocks.xmpp.core.stanza.model - package rocks.xmpp.core.stanza.model
rocks.xmpp.core.stanza.model.client - package rocks.xmpp.core.stanza.model.client
Provides XML Stanzas from the Client Namespace (Message, Presence and IQ).
rocks.xmpp.core.stanza.model.errors - package rocks.xmpp.core.stanza.model.errors
Provides XML schema implementations of the Stanza Error Namespace.
rocks.xmpp.core.stanza.model.server - package rocks.xmpp.core.stanza.model.server
Provides XML Stanzas from the Server Namespace (Message, Presence and IQ).
rocks.xmpp.core.stream.model - package rocks.xmpp.core.stream.model
Provides XML schema implementations of the Stream Namespace, like Stream Features.
rocks.xmpp.core.stream.model.errors - package rocks.xmpp.core.stream.model.errors
Provides XML schema implementations of the Stream Error Namespace.
rocks.xmpp.core.subscription.preapproval.model - package rocks.xmpp.core.subscription.preapproval.model
Provides XML schema implementations of the Subscription Pre-Approval namespace.
rocks.xmpp.core.tls.model - package rocks.xmpp.core.tls.model
Provides XML schema implementations of the STARTTLS Namespace.
rocks.xmpp.extensions.compress.model - package rocks.xmpp.extensions.compress.model
Provides XML schema implementations of XEP-0138: Stream Compression.
rocks.xmpp.extensions.compress.model.feature - package rocks.xmpp.extensions.compress.model.feature
Provides XML schema implementations of XEP-0138: Stream Compression (feature).
rocks.xmpp.extensions.data.layout.model - package rocks.xmpp.extensions.data.layout.model
Provides XML schema implementations of XEP-0141: Data Forms Layout.
rocks.xmpp.extensions.data.mediaelement.model - package rocks.xmpp.extensions.data.mediaelement.model
Provides XML schema implementations of XEP-0221: Data Forms Media Element.
rocks.xmpp.extensions.data.model - package rocks.xmpp.extensions.data.model
Provides XML schema implementations of XEP-0004: Data Forms.
rocks.xmpp.extensions.data.validate.model - package rocks.xmpp.extensions.data.validate.model
Provides XML schema implementations of XEP-0122: Data Forms Validation.
rocks.xmpp.extensions.disco.model.info - package rocks.xmpp.extensions.disco.model.info
Provides XML schema implementations of XEP-0030: Service Discovery (#info).
rocks.xmpp.extensions.disco.model.items - package rocks.xmpp.extensions.disco.model.items
Provides XML schema implementations of XEP-0030: Service Discovery (#items).
rocks.xmpp.extensions.httpbind.model - package rocks.xmpp.extensions.httpbind.model
Roster - Class in rocks.xmpp.core.roster.model
The implementation of the roster.
Roster() - Constructor for class rocks.xmpp.core.roster.model.Roster
 
RosterVersioning - Class in rocks.xmpp.core.roster.versioning.model
The implementation of the roster versioning feature.

S

ScramClient - Class in rocks.xmpp.core.sasl.scram
The client implementation of the SCRAM-SHA-1 SASL mechanism.
ScramClient(String, String, CallbackHandler) - Constructor for class rocks.xmpp.core.sasl.scram.ScramClient
 
Section - Class in rocks.xmpp.extensions.data.layout.model
The implementation of the <section/> element in the http://jabber.org/protocol/xdata-layout namespace.
Section(String, List<FieldReference>) - Constructor for class rocks.xmpp.extensions.data.layout.model.Section
Creates a section.
Section(String, List<FieldReference>, List<String>) - Constructor for class rocks.xmpp.extensions.data.layout.model.Section
Creates a section.
Section(String, List<FieldReference>, List<String>, FieldReference) - Constructor for class rocks.xmpp.extensions.data.layout.model.Section
Creates a section.
SeeOtherHost - Class in rocks.xmpp.core.stream.model.errors
The implementation of the <see-other-host/> stream error.
SeeOtherHost() - Constructor for class rocks.xmpp.core.stream.model.errors.SeeOtherHost
 
ServerStreamElement - Interface in rocks.xmpp.core.stream.model
This is a marker interface to mark top-level elements, which can be sent over the server stream.
ServiceUnavailable - Class in rocks.xmpp.core.stanza.model.errors
The implementation of the <service-unavailable/> stanza error.
ServiceUnavailable() - Constructor for class rocks.xmpp.core.stanza.model.errors.ServiceUnavailable
 
Session - Class in rocks.xmpp.core.session.model
The implementation of the <session/> element to establish a session.
Session() - Constructor for class rocks.xmpp.core.session.model.Session
 
setAck(Long) - Method in class rocks.xmpp.extensions.httpbind.model.Body
Sets the 'ack' value.
setBody(String) - Method in class rocks.xmpp.core.stanza.model.AbstractMessage
Sets the default body element.
setBy(Jid) - Method in class rocks.xmpp.core.stanza.model.StanzaError
Sets the 'by' attribute.
setCondition(Body.Condition) - Method in class rocks.xmpp.extensions.httpbind.model.Body
 
setContent(String) - Method in class rocks.xmpp.extensions.httpbind.model.Body
Some clients are constrained to only accept HTTP responses with specific Content-Types (e.g., "text/html").
setDescription(String) - Method in class rocks.xmpp.extensions.data.model.DataForm.Field
Sets a description of the field.
setError(StanzaError) - Method in class rocks.xmpp.core.stanza.model.Stanza
Sets the stanza's 'error' element.
setExtension(Object) - Method in class rocks.xmpp.core.stanza.model.AbstractIQ
Sets the extension.
setExtension(Object) - Method in class rocks.xmpp.core.stanza.model.StanzaError
Sets an application specific condition.
setExtension(Object) - Method in class rocks.xmpp.core.stream.model.StreamError
Sets an application specific condition.
setFormType(String) - Method in class rocks.xmpp.extensions.data.model.DataForm
Sets the form type of this data form.
setFrom(Jid) - Method in class rocks.xmpp.core.stanza.model.Stanza
Sets the stanza's 'from' attribute.
setFrom(Jid) - Method in class rocks.xmpp.extensions.httpbind.model.Body
 
setHeight(int) - Method in class rocks.xmpp.extensions.data.mediaelement.model.Media
If the media is an image or video, gets the recommended display height of the image.
setHold(Byte) - Method in class rocks.xmpp.extensions.httpbind.model.Body
The client SHOULD set the 'hold' attribute to a value of "1".
setId(String) - Method in class rocks.xmpp.core.stanza.model.Stanza
Sets the stanza's 'id' attribute.
setKey(String) - Method in class rocks.xmpp.extensions.httpbind.model.Body
 
setLabel(String) - Method in class rocks.xmpp.extensions.data.model.DataForm.Field
Sets the field label.
setLanguage(String) - Method in class rocks.xmpp.core.stanza.model.AbstractMessage.Body
Sets the language.
setLanguage(String) - Method in class rocks.xmpp.core.stanza.model.AbstractMessage.Subject
Sets the language.
setLanguage(String) - Method in class rocks.xmpp.core.stanza.model.AbstractPresence.Status
Sets the language.
setLanguage(String) - Method in class rocks.xmpp.core.stanza.model.Stanza
Sets the stanza's 'xml:lang' attribute.
setLanguage(String) - Method in class rocks.xmpp.extensions.httpbind.model.Body
 
setMandatory(boolean) - Method in class rocks.xmpp.core.tls.model.StartTls
 
setMedia(Media) - Method in class rocks.xmpp.extensions.data.model.DataForm.Field
Sets a media element.
setName(String) - Method in class rocks.xmpp.core.roster.model.Contact
Sets the name of the contact.
setNewKey(String) - Method in class rocks.xmpp.extensions.httpbind.model.Body
 
setParentThread(String) - Method in class rocks.xmpp.core.stanza.model.AbstractMessage
Sets the parent thread.
setPause(Short) - Method in class rocks.xmpp.extensions.httpbind.model.Body
 
setPriority(byte) - Method in class rocks.xmpp.core.stanza.model.AbstractPresence
Sets the priority.
setReport(Integer) - Method in class rocks.xmpp.extensions.httpbind.model.Body
 
setRequests(Byte) - Method in class rocks.xmpp.extensions.httpbind.model.Body
 
setRequired(boolean) - Method in class rocks.xmpp.extensions.data.model.DataForm.Field
Sets the field as required.
setRestart(Boolean) - Method in class rocks.xmpp.extensions.httpbind.model.Body
 
setRestartLogic(Boolean) - Method in class rocks.xmpp.extensions.httpbind.model.Body
 
setRid(Long) - Method in class rocks.xmpp.extensions.httpbind.model.Body
 
setRoute(String) - Method in class rocks.xmpp.extensions.httpbind.model.Body
 
setShow(AbstractPresence.Show) - Method in class rocks.xmpp.core.stanza.model.AbstractPresence
Sets the <show/> element.
setSid(String) - Method in class rocks.xmpp.extensions.httpbind.model.Body
 
setStatus(String) - Method in class rocks.xmpp.core.stanza.model.AbstractPresence
Sets the default status element.
setStream(String) - Method in class rocks.xmpp.extensions.httpbind.model.Body
 
setSubject(String) - Method in class rocks.xmpp.core.stanza.model.AbstractMessage
Sets the default subject.
setSubscription(Contact.Subscription) - Method in class rocks.xmpp.core.roster.model.Contact
Sets the subscription state of the contact.
setText(String) - Method in class rocks.xmpp.core.stanza.model.AbstractMessage.Body
Sets the text.
setText(String) - Method in class rocks.xmpp.core.stanza.model.AbstractMessage.Subject
Sets the text.
setText(String) - Method in class rocks.xmpp.core.stanza.model.AbstractPresence.Status
Sets the text.
setText(String) - Method in class rocks.xmpp.core.stanza.model.StanzaError
Sets the optional error text.
setText(String, String) - Method in class rocks.xmpp.core.stanza.model.StanzaError
Sets the optional error text and a language.
setText(String) - Method in class rocks.xmpp.core.stream.model.StreamError
Sets the optional error text.
setText(String, String) - Method in class rocks.xmpp.core.stream.model.StreamError
Sets the optional error text and a language.
setThread(String) - Method in class rocks.xmpp.core.stanza.model.AbstractMessage
Sets the thread.
setTime(Short) - Method in class rocks.xmpp.extensions.httpbind.model.Body
 
setTitle(String) - Method in class rocks.xmpp.extensions.data.model.DataForm
Sets the title of the form.
setTo(Jid) - Method in class rocks.xmpp.core.stanza.model.Stanza
Sets the stanza's 'to' attribute.
setTo(String) - Method in class rocks.xmpp.extensions.httpbind.model.Body
 
setType(AbstractMessage.Type) - Method in class rocks.xmpp.core.stanza.model.AbstractMessage
Sets the message type.
setType(AbstractPresence.Type) - Method in class rocks.xmpp.core.stanza.model.AbstractPresence
Sets the type of the presence.
setType(DataForm.Field.Type) - Method in class rocks.xmpp.extensions.data.model.DataForm.Field
Sets the field type.
setType(DataForm.Type) - Method in class rocks.xmpp.extensions.data.model.DataForm
Sets the form type.
setType(Body.Type) - Method in class rocks.xmpp.extensions.httpbind.model.Body
 
setValidation(Validation) - Method in class rocks.xmpp.extensions.data.model.DataForm.Field
Sets the validation for this field.
setVar(String) - Method in class rocks.xmpp.extensions.data.model.DataForm.Field
Sets a unique identifier for the field in the context of the form.
setVersion(String) - Method in class rocks.xmpp.extensions.httpbind.model.Body
 
setWait(Integer) - Method in class rocks.xmpp.extensions.httpbind.model.Body
 
setWidth(int) - Method in class rocks.xmpp.extensions.data.mediaelement.model.Media
If the media is an image or video, gets the recommended display width of the image.
setXmppVersion(String) - Method in class rocks.xmpp.extensions.httpbind.model.Body
 
Stanza - Class in rocks.xmpp.core.stanza.model
The abstract base class for a XML stanza.
Stanza() - Constructor for class rocks.xmpp.core.stanza.model.Stanza
 
StanzaError - Class in rocks.xmpp.core.stanza.model
The implementation of a stanza's <error/> element.
StanzaError(StanzaError.Type, Condition) - Constructor for class rocks.xmpp.core.stanza.model.StanzaError
Creates an error with a given error type and a condition.
StanzaError(StanzaError.Type, Condition, String) - Constructor for class rocks.xmpp.core.stanza.model.StanzaError
Creates an error with a given error type and a condition.
StanzaError(Condition) - Constructor for class rocks.xmpp.core.stanza.model.StanzaError
Creates an error with a given condition.
StanzaError(Condition, String) - Constructor for class rocks.xmpp.core.stanza.model.StanzaError
Creates an error with a given condition and text.
StanzaError.Type - Enum in rocks.xmpp.core.stanza.model
Represents a <error/> 'type' attribute.
StanzaException - Exception in rocks.xmpp.core.stanza.model
A stanza exception represents a stanza error.
StanzaException(Stanza) - Constructor for exception rocks.xmpp.core.stanza.model.StanzaException
Constructs a stanza exception.
StartTls - Class in rocks.xmpp.core.tls.model
Represents the STARTTLS feature and initiates the TLS negotiation process.
StartTls() - Constructor for class rocks.xmpp.core.tls.model.StartTls
 
Status(String) - Constructor for class rocks.xmpp.core.stanza.model.AbstractPresence.Status
Constructs a default status.
Status(String, String) - Constructor for class rocks.xmpp.core.stanza.model.AbstractPresence.Status
Constructs a status with a language attribute.
StreamError - Class in rocks.xmpp.core.stream.model
The implementation of the <stream:error/> element.
StreamError(Condition) - Constructor for class rocks.xmpp.core.stream.model.StreamError
 
StreamException - Exception in rocks.xmpp.core.stream.model
Represents a stream error.
StreamException(StreamError) - Constructor for exception rocks.xmpp.core.stream.model.StreamException
Constructs a stanza exception.
StreamFeature - Class in rocks.xmpp.core.stream.model
A base class for a stream feature, which is advertised by the server in its <stream:features/> element.
StreamFeature() - Constructor for class rocks.xmpp.core.stream.model.StreamFeature
 
StreamFeatures - Class in rocks.xmpp.core.stream.model
The implementation of the <stream:features/> element.
Subject(String) - Constructor for class rocks.xmpp.core.stanza.model.AbstractMessage.Subject
Constructs a default subject.
Subject(String, String) - Constructor for class rocks.xmpp.core.stanza.model.AbstractMessage.Subject
Constructs a subject with a language attribute.
SubscriptionPreApproval - Class in rocks.xmpp.core.subscription.preapproval.model
The implementation of the subscription pre-approval feature.
SubscriptionRequired - Class in rocks.xmpp.core.stanza.model.errors
The implementation of the <subscription-required/> stanza error.
SubscriptionRequired() - Constructor for class rocks.xmpp.core.stanza.model.errors.SubscriptionRequired
 
subSequence(int, int) - Method in class rocks.xmpp.core.Jid
 
Success - Class in rocks.xmpp.core.sasl.model
The implementation of the <success/> element, which indicates success during SASL negotiation.
SystemShutdown - Class in rocks.xmpp.core.stream.model.errors
The implementation of the <system-shutdown/> stream error.
SystemShutdown() - Constructor for class rocks.xmpp.core.stream.model.errors.SystemShutdown
 

T

Text - Class in rocks.xmpp.core.stanza.model.errors
The <text/> element.
Text(String, String) - Constructor for class rocks.xmpp.core.stanza.model.errors.Text
 
Text - Class in rocks.xmpp.core.stream.model.errors
The <text/> element.
Text(String, String) - Constructor for class rocks.xmpp.core.stream.model.errors.Text
 
to - Variable in class rocks.xmpp.core.stanza.model.Stanza
 
toEscapedString() - Method in class rocks.xmpp.core.Jid
Gets the JID in escaped form as described in XEP-0106: JID Escaping.
toString() - Method in class rocks.xmpp.core.Jid
Converts the JID into its string representation, i.e. [ localpart "@" ] domainpart [ "/" resourcepart ].
toString() - Method in class rocks.xmpp.core.roster.model.Contact
 
toString() - Method in class rocks.xmpp.core.roster.model.ContactGroup
 
toString() - Method in class rocks.xmpp.core.roster.model.Roster
 
toString() - Method in class rocks.xmpp.core.stanza.model.AbstractIQ
 
toString() - Method in class rocks.xmpp.core.stanza.model.AbstractMessage
 
toString() - Method in class rocks.xmpp.core.stanza.model.AbstractPresence
 
toString() - Method in class rocks.xmpp.core.stanza.model.errors.Condition
 
toString() - Method in class rocks.xmpp.core.stanza.model.Stanza
 
toString() - Method in class rocks.xmpp.core.stanza.model.StanzaError
 
toString() - Method in enum rocks.xmpp.core.stanza.model.StanzaError.Type
 
toString() - Method in class rocks.xmpp.core.stream.model.errors.Condition
 
toString() - Method in class rocks.xmpp.core.stream.model.StreamError
 
toString() - Method in class rocks.xmpp.extensions.disco.model.info.Feature
 
toString() - Method in class rocks.xmpp.extensions.disco.model.info.Identity
 
toString() - Method in class rocks.xmpp.extensions.disco.model.info.InfoDiscovery
 
toString() - Method in class rocks.xmpp.extensions.disco.model.items.Item
 
toString() - Method in class rocks.xmpp.extensions.disco.model.items.ItemDiscovery
 
toString() - Method in enum rocks.xmpp.extensions.httpbind.model.Body.Condition
 

U

UndefinedCondition - Class in rocks.xmpp.core.stanza.model.errors
The implementation of the <undefined-condition/> stanza error.
UndefinedCondition() - Constructor for class rocks.xmpp.core.stanza.model.errors.UndefinedCondition
 
UndefinedCondition - Class in rocks.xmpp.core.stream.model.errors
The implementation of the <bad-format/> stream error.
UndefinedCondition() - Constructor for class rocks.xmpp.core.stream.model.errors.UndefinedCondition
 
UnexpectedRequest - Class in rocks.xmpp.core.stanza.model.errors
The implementation of the <unexpected-request/> stanza error.
UnexpectedRequest() - Constructor for class rocks.xmpp.core.stanza.model.errors.UnexpectedRequest
 
unmarshal(String) - Method in class rocks.xmpp.core.JidAdapter
 
UnsupportedEncoding - Class in rocks.xmpp.core.stream.model.errors
The implementation of the <unsupported-encoding/> stream error.
UnsupportedEncoding() - Constructor for class rocks.xmpp.core.stream.model.errors.UnsupportedEncoding
 
UnsupportedFeature - Class in rocks.xmpp.core.stream.model.errors
The implementation of the <unsupported-feature/> stream error.
UnsupportedFeature() - Constructor for class rocks.xmpp.core.stream.model.errors.UnsupportedFeature
 
UnsupportedStanzaType - Class in rocks.xmpp.core.stream.model.errors
The implementation of the <unsupported-stanza-type/> stream error.
UnsupportedStanzaType() - Constructor for class rocks.xmpp.core.stream.model.errors.UnsupportedStanzaType
 
UnsupportedVersion - Class in rocks.xmpp.core.stream.model.errors
The implementation of the <unsupported-version/> stream error.
UnsupportedVersion() - Constructor for class rocks.xmpp.core.stream.model.errors.UnsupportedVersion
 
unwrap(byte[], int, int) - Method in class rocks.xmpp.core.sasl.anonymous.AnonymousSaslClient
 
unwrap(byte[], int, int) - Method in class rocks.xmpp.core.sasl.scram.ScramClient
 

V

Validation - Class in rocks.xmpp.extensions.data.validate.model
The implementation of the <validate/> element in the http://jabber.org/protocol/xdata-validate namespace, which is used to validate form fields.
Validation(String) - Constructor for class rocks.xmpp.extensions.data.validate.model.Validation
Creates a validation with a data type.
Validation(Validation.ValidationMethod) - Constructor for class rocks.xmpp.extensions.data.validate.model.Validation
Creates a validation with a validation method (and no data type, which is optional).
Validation(String, Validation.ValidationMethod) - Constructor for class rocks.xmpp.extensions.data.validate.model.Validation
Creates a validation with a data type and validation method.
Validation(String, Validation.ValidationMethod, Validation.ListRange) - Constructor for class rocks.xmpp.extensions.data.validate.model.Validation
Creates a validation with a data type, validation method and list range.
Validation.ListRange - Class in rocks.xmpp.extensions.data.validate.model
For "list-multi", validation can indicate that a minimum and maximum number of options should be selected and/or entered.
Validation.ValidationMethod - Class in rocks.xmpp.extensions.data.validate.model
The abstract validation method.
Validation.ValidationMethod.Basic - Class in rocks.xmpp.extensions.data.validate.model
Indicates, that the value(s) should simply match the field type and datatype constraints.
Validation.ValidationMethod.Open - Class in rocks.xmpp.extensions.data.validate.model
For "list-single" or "list-multi", to indicate that the user may enter a custom value (matching the datatype constraints) or choose from the predefined values.
Validation.ValidationMethod.Range - Class in rocks.xmpp.extensions.data.validate.model
Indicates that the value should fall within a certain range.
Validation.ValidationMethod.Regex - Class in rocks.xmpp.extensions.data.validate.model
Indicates that the value should be restricted to a regular expression.
value - Variable in class rocks.xmpp.extensions.data.validate.model.Validation.ValidationMethod
 
valueOf(String) - Static method in class rocks.xmpp.core.Jid
Creates a JID from a string.
valueOf(String, boolean) - Static method in class rocks.xmpp.core.Jid
Creates a JID from a string.
valueOf(String) - Static method in enum rocks.xmpp.core.roster.model.Contact.Subscription
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum rocks.xmpp.core.stanza.model.AbstractIQ.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum rocks.xmpp.core.stanza.model.AbstractMessage.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum rocks.xmpp.core.stanza.model.AbstractPresence.Show
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum rocks.xmpp.core.stanza.model.AbstractPresence.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum rocks.xmpp.core.stanza.model.StanzaError.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum rocks.xmpp.extensions.compress.model.CompressionMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum rocks.xmpp.extensions.data.model.DataForm.Field.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum rocks.xmpp.extensions.data.model.DataForm.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum rocks.xmpp.extensions.httpbind.model.Body.Condition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum rocks.xmpp.extensions.httpbind.model.Body.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum rocks.xmpp.core.roster.model.Contact.Subscription
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum rocks.xmpp.core.stanza.model.AbstractIQ.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum rocks.xmpp.core.stanza.model.AbstractMessage.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum rocks.xmpp.core.stanza.model.AbstractPresence.Show
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum rocks.xmpp.core.stanza.model.AbstractPresence.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum rocks.xmpp.core.stanza.model.StanzaError.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum rocks.xmpp.extensions.compress.model.CompressionMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum rocks.xmpp.extensions.data.model.DataForm.Field.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum rocks.xmpp.extensions.data.model.DataForm.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum rocks.xmpp.extensions.httpbind.model.Body.Condition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum rocks.xmpp.extensions.httpbind.model.Body.Type
Returns an array containing the constants of this enum type, in the order they are declared.

W

withResource(String) - Method in class rocks.xmpp.core.Jid
Returns a new full JID with a resource and the same local and domain part of the current JID.
wrap(byte[], int, int) - Method in class rocks.xmpp.core.sasl.anonymous.AnonymousSaslClient
 
wrap(byte[], int, int) - Method in class rocks.xmpp.core.sasl.scram.ScramClient
 

X

XmppException - Exception in rocks.xmpp.core
This is the abstract base class for all kind of XMPP related exceptions.
XmppException() - Constructor for exception rocks.xmpp.core.XmppException
 
XmppException(String) - Constructor for exception rocks.xmpp.core.XmppException
 
XmppException(String, Throwable) - Constructor for exception rocks.xmpp.core.XmppException
 
XmppUtils - Class in rocks.xmpp.core
Utility class with static factory methods.
A B C D E F G H I J L M N O P R S T U V W X 
Skip navigation links

Copyright © 2014 XMPP.rocks. All rights reserved.