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

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
 
ABORTED - Static variable in class rocks.xmpp.core.sasl.model.Failure.Condition
The implementation of the <aborted/> SASL failure.
AbstractIQ - Class in rocks.xmpp.core.stanza.model
The implementation of the <iq/> stanza.
AbstractIQ.Type - Enum in rocks.xmpp.core.stanza.model
Represents a <iq/> 'type' attribute.
AbstractIQHandler - Class in rocks.xmpp.core.stanza
This class is an IQ handler for extension managers.
AbstractMessage - Class in rocks.xmpp.core.stanza.model
The implementation of the <message/> element.
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.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.
accept(T) - Method in interface rocks.xmpp.core.stanza.StanzaFilter
Checks whether the stanza is accepted by this filter.
ACCOUNT_DISABLED - Static variable in class rocks.xmpp.core.sasl.model.Failure.Condition
The implementation of the <account-disabled/> SASL failure.
ack(long) - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Sets the 'ack' attribute of the body.
addChatPartnerListener(ChatSession.ChatPartnerListener) - Method in class rocks.xmpp.core.chat.ChatSession
Adds a chat partner listener.
addChatSessionListener(ChatSessionListener) - Method in class rocks.xmpp.core.chat.ChatManager
Adds a chat session listener.
addContact(Contact, boolean, String) - Method in class rocks.xmpp.core.roster.RosterManager
Adds a contact to the roster and optionally also sends a subscription request to it.
addExtension(DataForm) - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Adds an extension.
addFeature(Feature) - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Adds a feature.
addFeatureListener(StreamFeatureListener) - Method in class rocks.xmpp.core.stream.StreamFeatureNegotiator
Adds a feature listener, which will get notified about feature negotiation status changes.
addFeatureNegotiator(StreamFeatureNegotiator) - Method in class rocks.xmpp.core.stream.StreamFeaturesManager
Adds a new feature negotiator, which is responsible for negotiating an individual feature.
addIdentity(Identity) - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Adds an identity.
addInboundIQListener(IQListener) - Method in class rocks.xmpp.core.session.XmppSession
Adds an inbound IQ listener to the session, which will get notified, whenever an IQ stanza is received.
addInboundMessageListener(MessageListener) - Method in class rocks.xmpp.core.chat.Chat
Adds a message listener, which allows to listen for inbound messages.
addInboundMessageListener(MessageListener) - Method in class rocks.xmpp.core.session.XmppSession
Adds an inbound message listener to the session, which will get notified, whenever a message is received.
addInboundPresenceListener(PresenceListener) - Method in class rocks.xmpp.core.session.XmppSession
Adds an inbound presence listener to the session, which will get notified, whenever a presence is received.
addInfoNode(InfoNode) - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Adds an info node.
addIQHandler(Class<?>, IQHandler) - Method in class rocks.xmpp.core.session.XmppSession
Adds an IQ handler for a given payload type.
addIQHandler(Class<?>, IQHandler, boolean) - Method in class rocks.xmpp.core.session.XmppSession
Adds an IQ handler for a given payload type.
addIQListener(IQListener) - Method in class rocks.xmpp.core.session.XmppSession
addMessageListener(MessageListener) - Method in class rocks.xmpp.core.session.XmppSession
addOutboundIQListener(IQListener) - Method in class rocks.xmpp.core.session.XmppSession
Adds an outbound IQ listener to the session, which will get notified, whenever an IQ stanza is sent.
addOutboundMessageListener(MessageListener) - Method in class rocks.xmpp.core.session.XmppSession
Adds an outbound message listener to the session, which will get notified, whenever a message is sent.
addOutboundPresenceListener(PresenceListener) - Method in class rocks.xmpp.core.session.XmppSession
Adds an outbound presence listener to the session, which will get notified, whenever a presence is sent.
addPresenceListener(PresenceListener) - Method in class rocks.xmpp.core.session.XmppSession
addPropertyChangeListener(PropertyChangeListener) - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Adds a property change listener, which listens for changes in the identities, features, extensions and items collections.
addRosterListener(RosterListener) - Method in class rocks.xmpp.core.roster.RosterManager
Adds a roster listener, which will get notified, whenever the roster changes.
addSessionStatusListener(SessionStatusListener) - Method in class rocks.xmpp.core.session.XmppSession
Adds a session listener, which listens for session status changes.
Annotation - Class in rocks.xmpp.extensions.privatedata.rosternotes.model
The implementation of the <storage/> element in the storage:rosternotes namespace.
Annotation(Collection<Annotation.Note>) - Constructor for class rocks.xmpp.extensions.privatedata.rosternotes.model.Annotation
 
Annotation.Note - Class in rocks.xmpp.extensions.privatedata.rosternotes.model
Represents a note for a contact in the roster (roster item).
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
 
approveSubscription(Jid) - Method in class rocks.xmpp.core.subscription.PresenceManager
Approves a subscription request.
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
 
AuthenticationException - Exception in rocks.xmpp.core.sasl
An exception thrown during the login process, if SASL negotiation with the XMPP server fails.
AuthenticationException(String) - Constructor for exception rocks.xmpp.core.sasl.AuthenticationException
 
AuthenticationException(String, Failure) - Constructor for exception rocks.xmpp.core.sasl.AuthenticationException
 
authenticationMechanisms(String...) - Method in class rocks.xmpp.core.session.XmppSessionConfiguration.Builder
Sets the preferred mechanisms used for this XMPP session.
awaitNegotiation(Class<? extends StreamFeature>, long) - Method in class rocks.xmpp.core.stream.StreamFeaturesManager
Waits until the given feature will be negotiated.

B

BAD_FORMAT - Static variable in class rocks.xmpp.core.stream.model.errors.Condition
The implementation of the <bad-format/> stream error.
BAD_NAMESPACE_PREFIX - Static variable in class rocks.xmpp.core.stream.model.errors.Condition
The implementation of the <bad-namespace-prefix/> stream error.
BAD_REQUEST - Static variable in class rocks.xmpp.core.stanza.model.errors.Condition
The implementation of the <bad-request/> stanza error.
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 an empty <bind/> element.
Bind(String) - Constructor for class rocks.xmpp.core.bind.model.Bind
Creates a <bind/> element with a resource.
Bind(Jid) - Constructor for class rocks.xmpp.core.bind.model.Bind
Creates a <bind/> element with a JID.
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.Builder - Class in rocks.xmpp.extensions.httpbind.model
A builder for the body element.
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.
BoshConnection - Class in rocks.xmpp.extensions.httpbind
BoshConnectionConfiguration - Class in rocks.xmpp.extensions.httpbind
A configuration for a BOSH connection.
BoshConnectionConfiguration.Builder - Class in rocks.xmpp.extensions.httpbind
A builder to create a BoshConnectionConfiguration instance.
BoshException - Exception in rocks.xmpp.extensions.httpbind
A BOSH exception is thrown when the BOSH connection manager returned an error condition or the HTTP request responded with an HTTP error code.
build() - Method in class rocks.xmpp.core.session.ConnectionConfiguration.Builder
Builds the connection configuration.
build() - Method in class rocks.xmpp.core.session.TcpConnectionConfiguration.Builder
 
build() - Method in class rocks.xmpp.core.session.XmppSessionConfiguration.Builder
Builds the configuration.
build() - Method in class rocks.xmpp.extensions.data.model.DataForm.Field.Builder
Builds the field.
build() - Method in class rocks.xmpp.extensions.httpbind.BoshConnectionConfiguration.Builder
 
build() - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Builds the body.
builder() - Static method in class rocks.xmpp.core.session.TcpConnectionConfiguration
Creates a new builder for this class.
builder() - Static method in class rocks.xmpp.core.session.XmppSessionConfiguration
Creates a builder for this class.
Builder() - Constructor for class rocks.xmpp.extensions.data.model.DataForm.Builder
 
builder() - Static method in class rocks.xmpp.extensions.data.model.DataForm.Field
Creates the builder to build a data form field.
builder() - Static method in class rocks.xmpp.extensions.httpbind.BoshConnectionConfiguration
Creates a new builder.
builder() - Static method in class rocks.xmpp.extensions.httpbind.model.Body
Creates a builder for the body element.

C

cacheDirectory(Path) - Method in class rocks.xmpp.core.session.XmppSessionConfiguration.Builder
Sets the caching directory for directory-based caches used for: XEP-0084: User Avatar XEP-0115: Entity Capabilities XEP-0153: vCard-Based Avatars If you want to disable the use of directory caching, pass null.
cancelNegotiation() - Method in class rocks.xmpp.core.stream.StreamFeaturesManager
Cancels negotiation and releases any locks.
canProcess(Object) - Method in class rocks.xmpp.core.stream.StreamFeatureNegotiator
Checks, whether the element can be processed by the feature negotiator.
canProcess(Object) - Method in class rocks.xmpp.extensions.compress.CompressionManager
 
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
 
Chat - Class in rocks.xmpp.core.chat
An abstract chat class, which represents either a one-to-one chat session or a group chat session.
Chat() - Constructor for class rocks.xmpp.core.chat.Chat
 
ChatManager - Class in rocks.xmpp.core.chat
This class manages one-to-one chat sessions, which are described in 5.1.
chatPartnerChanged(ChatSession.ChatPartnerEvent) - Method in interface rocks.xmpp.core.chat.ChatSession.ChatPartnerListener
Called, whenever the ChatSession's partner was replaced.
ChatSession - Class in rocks.xmpp.core.chat
Implements a one-to-one chat session.
ChatSession.ChatPartnerEvent - Class in rocks.xmpp.core.chat
A ChatPartnerEvent is fired, whenever a ChatSession's partner was replaced.
ChatSession.ChatPartnerListener - Interface in rocks.xmpp.core.chat
A listener interface which allows to listen for partner changes in chat sessions.
chatSessionCreated(ChatSessionEvent) - Method in interface rocks.xmpp.core.chat.ChatSessionListener
Called, whenever a new chat session is created.
ChatSessionEvent - Class in rocks.xmpp.core.chat
A chat session event is fired, whenever a new chat session is created.
ChatSessionListener - Interface in rocks.xmpp.core.chat
A listener interface which allows to listen for new chat sessions.
clear() - Method in class rocks.xmpp.core.util.cache.DirectoryCache
 
clear() - Method in class rocks.xmpp.core.util.cache.LruCache
 
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.
close() - Method in class rocks.xmpp.core.session.TcpConnection
Closes the TCP connection.
close() - Method in class rocks.xmpp.core.session.XmppSession
Explicitly closes the session and performs a clean up of all listeners.
close() - Method in class rocks.xmpp.extensions.httpbind.BoshConnection
Closes the session as described in Terminating the HTTP Session.
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.
completeNegotiation(long) - Method in class rocks.xmpp.core.stream.StreamFeaturesManager
Negotiates all pending features, if any, and waits until all features have been negotiated.
compress(OutputStream) - Method in interface rocks.xmpp.extensions.compress.CompressionMethod
Gets the compressed output stream.
Compress(String) - Constructor for class rocks.xmpp.extensions.compress.model.StreamCompression.Compress
 
COMPRESSED - Static variable in class rocks.xmpp.extensions.compress.model.StreamCompression
The implementation of the <compressed/> element.
CompressionFeature - Class in rocks.xmpp.extensions.compress.model.feature
The implementation of the <compression/> element in the http://jabber.org/features/compress namespace.
CompressionFeature(Collection<String>) - Constructor for class rocks.xmpp.extensions.compress.model.feature.CompressionFeature
 
CompressionManager - Class in rocks.xmpp.extensions.compress
Manages stream compression as described in XEP-0138: Stream Compression.
CompressionMethod - Interface in rocks.xmpp.extensions.compress
An interface to describe a compression method.
compressionMethods(CompressionMethod...) - Method in class rocks.xmpp.core.session.ConnectionConfiguration.Builder
Sets the compression method.
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 - Static variable in class rocks.xmpp.core.stanza.model.errors.Condition
The implementation of the <conflict/> stanza error.
CONFLICT - Static variable in class rocks.xmpp.core.stream.model.errors.Condition
The implementation of the <conflict/> stream error.
connect() - Method in class rocks.xmpp.core.session.Connection
connect(Jid) - Method in class rocks.xmpp.core.session.Connection
Connects to the server and provides an optional 'from' attribute.
connect() - Method in class rocks.xmpp.core.session.TcpConnection
Deprecated.
connect(Jid) - Method in class rocks.xmpp.core.session.TcpConnection
Connects to the specified XMPP server using a socket connection.
connect() - Method in class rocks.xmpp.core.session.XmppSession
Connects to the XMPP server.
connect(Jid) - Method in class rocks.xmpp.core.session.XmppSession
Connects to the XMPP server.
connect() - Method in class rocks.xmpp.extensions.httpbind.BoshConnection
Deprecated.
connect(Jid) - Method in class rocks.xmpp.extensions.httpbind.BoshConnection
Connects to the BOSH server.
Connection - Class in rocks.xmpp.core.session
The base connection class which provides hostname, port and proxy information.
CONNECTION_TIMEOUT - Static variable in class rocks.xmpp.core.stream.model.errors.Condition
The implementation of the <connection-timeout/> stream error.
ConnectionConfiguration - Class in rocks.xmpp.core.session
A base class for connection configurations.
ConnectionConfiguration.Builder<T extends ConnectionConfiguration.Builder<T>> - Class in rocks.xmpp.core.session
An abstract builder class for building immutable configuration objects.
ConnectionException - Exception in rocks.xmpp.core.session
Indicates a failure while connecting to the server.
ConnectionException() - Constructor for exception rocks.xmpp.core.session.ConnectionException
 
ConnectionException(String) - Constructor for exception rocks.xmpp.core.session.ConnectionException
 
ConnectionException(Throwable) - Constructor for exception rocks.xmpp.core.session.ConnectionException
 
ConnectionException(String, Throwable) - Constructor for exception rocks.xmpp.core.session.ConnectionException
 
connectTimeout(int) - Method in class rocks.xmpp.core.session.ConnectionConfiguration.Builder
Sets a timeout for the connection establishment.
ConsoleDebugger - Class in rocks.xmpp.core.session.debug
A simple debugger implementation, which uses System.out to print XMPP traffic.
ConsoleDebugger() - Constructor for class rocks.xmpp.core.session.debug.ConsoleDebugger
 
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, Collection<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, Boolean, Contact.Subscription, Collection<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
 
containsKey(Object) - Method in class rocks.xmpp.core.util.cache.DirectoryCache
 
containsKey(Object) - Method in class rocks.xmpp.core.util.cache.LruCache
 
containsValue(Object) - Method in class rocks.xmpp.core.util.cache.DirectoryCache
 
containsValue(Object) - Method in class rocks.xmpp.core.util.cache.LruCache
 
context(CoreContext) - Method in class rocks.xmpp.core.session.XmppSessionConfiguration.Builder
Sets XMPP context which is used to setup the JAXBContext and which defines the initial extension managers.
CoreContext - Class in rocks.xmpp.core.session.context
The context provides XMPP classes as well as manager classes which are associated with an XMPP session.
CoreContext(Class<?>...) - Constructor for class rocks.xmpp.core.session.context.CoreContext
 
CoreContext(Collection<Class<? extends Manager>>, Class<?>...) - Constructor for class rocks.xmpp.core.session.context.CoreContext
 
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.
createChatSession(Jid) - Method in class rocks.xmpp.core.chat.ChatManager
Creates a new chat session and notifies any chat session listeners about it.
createConnection(XmppSession) - Method in class rocks.xmpp.core.session.ConnectionConfiguration
A factory method to create the connection.
createConnection(XmppSession) - Method in class rocks.xmpp.core.session.TcpConnectionConfiguration
 
createConnection(XmppSession) - Method in class rocks.xmpp.extensions.httpbind.BoshConnectionConfiguration
 
createError(StanzaError) - Method in class rocks.xmpp.core.stanza.model.client.IQ
 
createError(Condition) - Method in class rocks.xmpp.core.stanza.model.client.IQ
 
createError(StanzaError) - Method in class rocks.xmpp.core.stanza.model.client.Message
 
createError(Condition) - Method in class rocks.xmpp.core.stanza.model.client.Message
 
createError(StanzaError) - Method in class rocks.xmpp.core.stanza.model.client.Presence
 
createError(Condition) - Method in class rocks.xmpp.core.stanza.model.client.Presence
 
createError(StanzaError) - Method in class rocks.xmpp.core.stanza.model.server.IQ
 
createError(Condition) - Method in class rocks.xmpp.core.stanza.model.server.IQ
 
createError(StanzaError) - Method in class rocks.xmpp.core.stanza.model.server.Message
 
createError(Condition) - Method in class rocks.xmpp.core.stanza.model.server.Message
 
createError(StanzaError) - Method in class rocks.xmpp.core.stanza.model.server.Presence
 
createError(Condition) - 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(Condition) - Method in class rocks.xmpp.core.stanza.model.Stanza
Creates an error response for this stanza.
createInputStream(InputStream) - Method in class rocks.xmpp.core.session.debug.ConsoleDebugger
 
createInputStream(InputStream) - Method in interface rocks.xmpp.core.session.debug.XmppDebugger
Creates a new input stream from the actual input stream.
createMarshaller() - Method in class rocks.xmpp.core.session.XmppSession
Creates a marshaller, which can be used to create XML from objects.
createNamedThreadFactory(String) - Static method in class rocks.xmpp.core.XmppUtils
Creates a thread factory which creates named daemon threads.
createOutputStream(OutputStream) - Method in class rocks.xmpp.core.session.debug.ConsoleDebugger
 
createOutputStream(OutputStream) - Method in interface rocks.xmpp.core.session.debug.XmppDebugger
Creates a new output stream from the actual output stream.
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(Object) - Method in class rocks.xmpp.core.stanza.model.client.IQ
Creates a result IQ stanza with a payload, 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.
createResult(Object) - Method in class rocks.xmpp.core.stanza.model.server.IQ
Creates a result IQ stanza with a payload, i.e. it uses the same id as this IQ, sets the type to 'result' and switches the 'to' and 'from' attribute.
createResultSet(ResultSetProvider<T>, ResultSetManagement) - Static method in class rocks.xmpp.extensions.rsm.ResultSetManager
Creates a result set from a result set provider and a result set management.
createSaslClient(String[], String, String, String, Map<String, ?>, CallbackHandler) - Method in class rocks.xmpp.core.sasl.XmppSaslClientFactory
 
createUnmarshaller() - Method in class rocks.xmpp.core.session.XmppSession
Creates a new unmarshaller, which can be used to unmarshal XML to objects.
createXmppStreamWriter(XMLStreamWriter, boolean) - Static method in class rocks.xmpp.core.XmppUtils
Creates a XMLStreamWriter instance, which writes XML without namespace prefixes.
CREDENTIALS_EXPIRED - Static variable in class rocks.xmpp.core.sasl.model.Failure.Condition
The implementation of the <credentials-expired/> SASL failure.

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, Collection<DataForm.Field>) - Constructor for class rocks.xmpp.extensions.data.model.DataForm
Creates a data form.
DataForm(DataForm.Builder<? extends DataForm.Builder>) - Constructor for class rocks.xmpp.extensions.data.model.DataForm
 
DataForm(DataForm.Type, String) - Constructor for class rocks.xmpp.extensions.data.model.DataForm
Deprecated.
DataForm(DataForm.Type, String, String...) - Constructor for class rocks.xmpp.extensions.data.model.DataForm
Deprecated.
DataForm(DataForm.Type, String, Collection<DataForm.Field>, Collection<DataForm.Field>, Collection<DataForm.Item>, Collection<String>, Collection<Page>) - Constructor for class rocks.xmpp.extensions.data.model.DataForm
 
DataForm.Builder<T extends DataForm.Builder<T>> - Class in rocks.xmpp.extensions.data.model
An abstract builder to build simple data forms.
DataForm.Field - Class in rocks.xmpp.extensions.data.model
A form field.
DataForm.Field.Builder - Class in rocks.xmpp.extensions.data.model
A builder class to build a data 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.
debugger(Class<? extends XmppDebugger>) - Method in class rocks.xmpp.core.session.XmppSessionConfiguration.Builder
Sets the debugger.
decompress(InputStream) - Method in interface rocks.xmpp.extensions.compress.CompressionMethod
Decompresses an input stream.
DefaultItemProvider - Class in rocks.xmpp.extensions.disco
A default item provider for Service Discovery.
DefaultItemProvider(Collection<Item>) - Constructor for class rocks.xmpp.extensions.disco.DefaultItemProvider
 
defaultResponseTimeout(int) - Method in class rocks.xmpp.core.session.XmppSessionConfiguration.Builder
Sets the default response timeout for synchronous calls, usually IQ calls.
DEFLATE - Static variable in class rocks.xmpp.extensions.compress.CompressionManager
The "deflate" compression method.
denySubscription(Jid) - Method in class rocks.xmpp.core.subscription.PresenceManager
Cancels a previously granted subscription or denies a subscription request.
description(String) - Method in class rocks.xmpp.extensions.data.model.DataForm.Field.Builder
Sets the description.
destroyChatSession(ChatSession) - Method in class rocks.xmpp.core.chat.ChatManager
Destroys the chat session.
detach() - Method in class rocks.xmpp.extensions.httpbind.BoshConnection
Detaches this BOSH session without closing (aka terminating) it.
DirectoryCache - Class in rocks.xmpp.core.util.cache
A simple directory based cache for caching of persistent items like avatars or entity capabilities.
DirectoryCache(Path) - Constructor for class rocks.xmpp.core.util.cache.DirectoryCache
 
discoverInformation(Jid) - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Discovers information about another XMPP entity.
discoverInformation(Jid, String) - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Discovers information about another XMPP entity targeted at a specific node.
discoverItems(Jid) - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Discovers item associated with another XMPP entity.
discoverItems(Jid, ResultSetManagement) - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Discovers item associated with another XMPP entity.
discoverItems(Jid, String) - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Discovers item associated with another XMPP entity.
discoverItems(Jid, String, ResultSetManagement) - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Discovers item associated with another XMPP entity.
discoverServices(String) - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Discovers a service on the connected server by its feature namespace.
dispose() - Method in class rocks.xmpp.core.sasl.anonymous.AnonymousSaslClient
 
dispose() - Method in class rocks.xmpp.core.sasl.scram.ScramClient
 

E

ENCRYPTION_REQUIRED - Static variable in class rocks.xmpp.core.sasl.model.Failure.Condition
The implementation of the <encryption-required/> SASL failure.
entrySet() - Method in class rocks.xmpp.core.util.cache.DirectoryCache
 
entrySet() - Method in class rocks.xmpp.core.util.cache.LruCache
 
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
 
ExtensionManager - Class in rocks.xmpp.core.session
 

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(StreamCompression.Failure.Condition) - Constructor for class rocks.xmpp.extensions.compress.model.StreamCompression.Failure
 
Failure.Condition - Class in rocks.xmpp.core.sasl.model
A general class for a SASL failure condition.
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.
FEATURE_NOT_IMPLEMENTED - Static variable in class rocks.xmpp.core.stanza.model.errors.Condition
The implementation of the <feature-not-implemented/> stanza error.
featureSuccessfullyNegotiated() - Method in interface rocks.xmpp.core.stream.StreamFeatureListener
Fired when the feature has been successfully negotiated.
Field(DataForm.Field.Type) - Constructor for class rocks.xmpp.extensions.data.model.DataForm.Field
Deprecated.
Field(DataForm.Field.Type, String, String...) - Constructor for class rocks.xmpp.extensions.data.model.DataForm.Field
Deprecated.
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.
fields(Collection<DataForm.Field>) - Method in class rocks.xmpp.extensions.data.model.DataForm.Builder
Sets the fields.
file(String) - Method in class rocks.xmpp.extensions.httpbind.BoshConnectionConfiguration.Builder
Sets the file on the host, e.g.
findField(String) - Method in class rocks.xmpp.extensions.data.model.DataForm
Finds a field by its name ('ver' attribute).
findValue(String) - Method in class rocks.xmpp.extensions.data.model.DataForm
Gets the value for a specific field.
findValueAsBoolean(String) - Method in class rocks.xmpp.extensions.data.model.DataForm
Finds the field and gets the value as boolean.
findValueAsDate(String) - Method in class rocks.xmpp.extensions.data.model.DataForm
Finds the field and gets its value as date.
findValueAsInteger(String) - Method in class rocks.xmpp.extensions.data.model.DataForm
Finds the field and gets its value as integer.
findValueAsJid(String) - Method in class rocks.xmpp.extensions.data.model.DataForm
Finds the field and gets the value as JID.
findValues(String) - Method in class rocks.xmpp.extensions.data.model.DataForm
Gets the values for a specific field.
findValuesAsJid(String) - Method in class rocks.xmpp.extensions.data.model.DataForm
Finds the field and gets its values as JID list.
FORBIDDEN - Static variable in class rocks.xmpp.core.stanza.model.errors.Condition
The implementation of the <forbidden/> stanza error.
forCount(int) - Static method in class rocks.xmpp.extensions.rsm.model.ResultSetManagement
Gets a result set, which has a count information.
forCount(Integer, Integer, String, String) - Static method in class rocks.xmpp.extensions.rsm.model.ResultSetManagement
Gets a result set, which has a count information, including first and last item.
forItemCount() - Static method in class rocks.xmpp.extensions.rsm.model.ResultSetManagement
Gets a result set, which gets the item count of a result without retrieving the items themselves.
forLastPage(int) - Static method in class rocks.xmpp.extensions.rsm.model.ResultSetManagement
Gets a result set, which requests the last page.
forLimit(int) - Static method in class rocks.xmpp.extensions.rsm.model.ResultSetManagement
Gets a result set, which limits the number of items of a result to be returned.
forLimit(int, int) - Static method in class rocks.xmpp.extensions.rsm.model.ResultSetManagement
Gets a result set, which starts at a particular index.
FORM_TYPE - Static variable in class rocks.xmpp.extensions.data.model.DataForm
The name of the hidden field, which determines the form type, "FORM_TYPE".
formType(String) - Method in class rocks.xmpp.extensions.data.model.DataForm.Builder
Sets the form type.
forNextPage(int, String) - Static method in class rocks.xmpp.extensions.rsm.model.ResultSetManagement
Gets a result set, which requests the next page after a specified item.
forPreviousPage(int, String) - Static method in class rocks.xmpp.extensions.rsm.model.ResultSetManagement
Gets a result set, which requests the previous page before a specified item.
from(Jid) - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Sets the 'from' attribute of the body.

G

get(Object) - Method in class rocks.xmpp.core.util.cache.DirectoryCache
 
get(Object) - Method in class rocks.xmpp.core.util.cache.LruCache
 
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.
getActiveConnection() - Method in class rocks.xmpp.core.session.XmppSession
Gets the actively used connection.
getAddedContacts() - Method in class rocks.xmpp.core.roster.RosterEvent
Gets the added contacts, which have been added since the last roster push or which have been initially set by the first roster result.
getAdditionalData() - Method in class rocks.xmpp.core.sasl.model.Success
Gets additional data.
getAfter() - Method in class rocks.xmpp.extensions.rsm.model.ResultSetManagement
Gets the 'after' element.
getAlternateAddress() - Method in class rocks.xmpp.core.stanza.model.errors.Redirect
Gets the alternate address.
getAuthenticationMechanisms() - Method in class rocks.xmpp.core.session.XmppSessionConfiguration
Gets the preferred authentication (SASL) mechanisms.
getAuthId() - Method in class rocks.xmpp.extensions.httpbind.model.Body
Gets the 'authid' attribute.
getBefore() - Method in class rocks.xmpp.extensions.rsm.model.ResultSetManagement
Gets the 'before' element.
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.
getCacheDirectory() - Method in class rocks.xmpp.core.session.XmppSessionConfiguration
Gets the caching directory for directory-based caches used for: XEP-0084: User Avatar XEP-0115: Entity Capabilities XEP-0153: vCard-Based Avatars By default this directory is called xmpp.rocks and is located in the operating system's application data folder:
For Windows it is %APPDATA%, which usually is C:\Users\{USERNAME}\AppData\Roaming
For Mac it is ~/Library/Application Support
Else it is the user's home directory.
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.
getChatManager() - Method in class rocks.xmpp.core.session.XmppSession
Deprecated.
getChatPartner() - Method in class rocks.xmpp.core.chat.ChatSession
Gets the chat partner of this chat session.
getChatSession() - Method in class rocks.xmpp.core.chat.ChatSessionEvent
Gets the chat session.
getCompressionMethods() - Method in class rocks.xmpp.core.session.ConnectionConfiguration
Gets the compression methods.
getCondition() - Method in exception rocks.xmpp.core.sasl.AuthenticationException
The specific SASL error condition.
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.StreamCompression.Failure
Gets the failure condition.
getCondition() - Method in exception rocks.xmpp.extensions.httpbind.BoshException
Gets the BOSH error condition.
getCondition() - Method in class rocks.xmpp.extensions.httpbind.model.Body
 
getConfiguration() - Method in class rocks.xmpp.core.session.XmppSession
Gets the configuration for this session.
getConfiguredCompressionMethods() - Method in class rocks.xmpp.extensions.compress.CompressionManager
Gets the configured compression methods.
getConnectedResource() - Method in class rocks.xmpp.core.session.XmppSession
Gets the connected resource, which is assigned by the server after resource binding.
getConnections() - Method in class rocks.xmpp.core.session.XmppSession
Gets an unmodifiable list of connections, which this session will try during connecting.
getConnectTimeout() - Method in class rocks.xmpp.core.session.ConnectionConfiguration
Gets the timeout for connection establishment.
getContact(Jid) - Method in class rocks.xmpp.core.roster.RosterManager
Gets a contact by its JID.
getContactGroups() - Method in class rocks.xmpp.core.roster.RosterManager
Gets the contact groups.
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.
getContacts() - Method in class rocks.xmpp.core.roster.RosterManager
Gets the contacts.
getContent() - 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").
getCreationDate() - Method in class rocks.xmpp.extensions.privatedata.rosternotes.model.Annotation.Note
Gets the creation date.
getData() - Method in class rocks.xmpp.extensions.privatedata.model.PrivateData
Gets the private data items.
getData(Class<T>) - Method in class rocks.xmpp.extensions.privatedata.PrivateDataManager
Gets private data, which is stored on the server.
getDataType() - Method in class rocks.xmpp.extensions.data.validate.model.Validation
Gets the data type of the field.
getDebugger() - Method in class rocks.xmpp.core.session.XmppSession
Gets the debugger or null if no debugger class was specified in the configuration.
getDebugger() - Method in class rocks.xmpp.core.session.XmppSessionConfiguration
Gets the current debugger for this session.
getDefault() - Static method in class rocks.xmpp.core.session.TcpConnectionConfiguration
Gets the default configuration.
getDefault() - Static method in class rocks.xmpp.core.session.XmppSessionConfiguration
Gets the default configuration.
getDefault() - Static method in class rocks.xmpp.extensions.httpbind.BoshConnectionConfiguration
Gets the default configuration.
getDefaultResponseTimeout() - Method in class rocks.xmpp.core.session.XmppSessionConfiguration
Gets the response timeout.
getDefaultTimeout() - Method in class rocks.xmpp.core.session.XmppSession
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.
getDomain() - Method in class rocks.xmpp.core.session.XmppSession
Gets the XMPP domain of the connected server.
getError() - Method in class rocks.xmpp.core.stanza.model.Stanza
Gets the stanza's 'error' element.
getErrorTypeByCondition(Condition) - Static method in class rocks.xmpp.core.stanza.model.errors.Condition
Gets the associated stanza error type for a condition.
getException() - Method in class rocks.xmpp.core.session.SessionStatusEvent
Deprecated.
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.
getExtensionManager(Class<T>) - Method in class rocks.xmpp.core.session.XmppSession
getExtensions() - Method in class rocks.xmpp.core.session.context.CoreContext
Gets the class context.
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
getExtensions() - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Gets an unmodifiable list of extensions.
getFeatureClass() - Method in class rocks.xmpp.core.stream.StreamFeatureNegotiator
Gets the feature class, this negotiator is responsible for.
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.core.stream.StreamFeaturesManager
Gets the available features, which the server has advertised.
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.
getFeatures() - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Gets an unmodifiable set of 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.
getFile() - Method in class rocks.xmpp.extensions.httpbind.BoshConnectionConfiguration
Gets the file on the host, e.g.
getFirstItem() - Method in class rocks.xmpp.extensions.rsm.model.ResultSetManagement
Gets the first item.
getFirstItemIndex() - Method in class rocks.xmpp.extensions.rsm.model.ResultSetManagement
Gets the first item's index.
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.
getGroupDelimiter() - Method in class rocks.xmpp.core.roster.RosterManager
Gets the group delimiter.
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.
getHostname() - Method in class rocks.xmpp.core.session.Connection
Gets the hostname, which is used for the connection.
getHostname() - Method in class rocks.xmpp.core.session.ConnectionConfiguration
Gets the hostname.
getHostnameVerifier() - Method in class rocks.xmpp.core.session.ConnectionConfiguration
Gets the hostname verifier.
getHttpErrorCode() - Method in exception rocks.xmpp.extensions.httpbind.BoshException
Gets the HTTP error code.
getId() - Method in class rocks.xmpp.core.stanza.model.Stanza
Gets the stanza's 'id' attribute.
getId() - Method in class rocks.xmpp.extensions.disco.model.items.Item
Gets the id of this item.
getId() - Method in interface rocks.xmpp.extensions.rsm.model.ResultSetItem
Gets the item id to allow paging through the result set.
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.
getIdentities() - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Gets an unmodifiable set of identities.
getInactivity() - Method in class rocks.xmpp.extensions.httpbind.model.Body
 
getIndex() - Method in class rocks.xmpp.extensions.rsm.model.ResultSetManagement
Gets the index.
getInitialResponse() - Method in class rocks.xmpp.core.sasl.model.Auth
Gets the initial response.
getInstructions() - Method in class rocks.xmpp.extensions.data.model.DataForm
Gets the instructions of the form.
getIQ() - Method in class rocks.xmpp.core.stanza.IQEvent
Gets the IQ stanza.
getItemCount() - Method in class rocks.xmpp.extensions.disco.DefaultItemProvider
 
getItemCount() - Method in class rocks.xmpp.extensions.rsm.model.ResultSetManagement
Gets the item count of a result set.
getItemCount() - Method in interface rocks.xmpp.extensions.rsm.ResultSetProvider
Gets the total item count.
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.DefaultItemProvider
 
getItems(int, int) - Method in class rocks.xmpp.extensions.disco.DefaultItemProvider
 
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.
getItems() - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Gets an unmodifiable list of items.
getItems() - Method in class rocks.xmpp.extensions.rsm.model.ResultSet
Gets the items.
getItems() - Method in interface rocks.xmpp.extensions.rsm.ResultSetProvider
Gets all items.
getItems(int, int) - Method in interface rocks.xmpp.extensions.rsm.ResultSetProvider
Gets the items in a specific range (by index).
getItemsAfter(String, int) - Method in class rocks.xmpp.extensions.disco.DefaultItemProvider
 
getItemsAfter(String, int) - Method in interface rocks.xmpp.extensions.rsm.ResultSetProvider
Gets the items after a specific item, which is determined by an item id.
getItemsBefore(String, int) - Method in class rocks.xmpp.extensions.disco.DefaultItemProvider
 
getItemsBefore(String, int) - Method in interface rocks.xmpp.extensions.rsm.ResultSetProvider
Gets the items before a specific item, which is determined by an item id.
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.
getJid() - Method in class rocks.xmpp.extensions.privatedata.rosternotes.model.Annotation.Note
Gets the JID of the contact (roster item).
getKeepAliveInterval() - Method in class rocks.xmpp.core.session.TcpConnectionConfiguration
Gets the whitespace keep-alive interval.
getKey() - Method in class rocks.xmpp.extensions.httpbind.model.Body
 
getLabel() - Method in class rocks.xmpp.extensions.data.layout.model.Page
Gets the label for this page.
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
Gets the language.
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
Gets the language.
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
 
getLastItem() - Method in class rocks.xmpp.extensions.rsm.model.ResultSetManagement
Gets the last item.
getLastSentPresence() - Method in class rocks.xmpp.core.subscription.PresenceManager
Gets the last sent (non-directed) presence, that has been broadcast by the server.
getLastSentPresences() - Method in class rocks.xmpp.core.subscription.PresenceManager
Gets the last sent presences, that have been sent, including directed presences.
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.
getManager(Class<T>) - Method in class rocks.xmpp.core.session.XmppSession
Gets an instance of the specified manager class.
getManagers() - Method in class rocks.xmpp.core.session.context.CoreContext
Gets the initial managers.
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.
getMaxSize() - Method in class rocks.xmpp.extensions.rsm.model.ResultSetManagement
Gets the max size.
getMechanism() - Method in class rocks.xmpp.core.sasl.model.Auth
Gets the mechanism.
getMechanismName() - Method in class rocks.xmpp.core.sasl.anonymous.AnonymousSaslClient
 
getMechanismNames(Map<String, ?>) - Method in class rocks.xmpp.core.sasl.XmppSaslClientFactory
 
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.
getMessage() - Method in class rocks.xmpp.core.stanza.MessageEvent
Gets the message.
getMethod() - Method in class rocks.xmpp.extensions.compress.model.StreamCompression.Compress
Gets the compression method.
getMethods() - Method in class rocks.xmpp.extensions.compress.model.feature.CompressionFeature
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.
getModificationDate() - Method in class rocks.xmpp.extensions.privatedata.rosternotes.model.Annotation.Note
Gets the modification date.
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 interface rocks.xmpp.extensions.compress.CompressionMethod
Gets the compression method name, e.g.
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.
getNegotiatedCompressionMethod() - Method in class rocks.xmpp.extensions.compress.CompressionManager
Gets the negotiated compression method.
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.
getNewChatPartner() - Method in class rocks.xmpp.core.chat.ChatSession.ChatPartnerEvent
Gets the JID of the new chat partner.
getNewKey() - Method in class rocks.xmpp.extensions.httpbind.model.Body
 
getNextReconnectionAttempt() - Method in class rocks.xmpp.core.session.ReconnectionManager
Gets the date of the next reconnection attempt.
getNextReconnectionAttempt(int) - Method in interface rocks.xmpp.core.session.ReconnectionStrategy
Gets the time (in seconds) until the next reconnection is attempted.
getNextReconnectionAttempt(int) - Method in class rocks.xmpp.core.session.TruncatedBinaryExponentialBackoffStrategy
 
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.
getNotes() - Method in class rocks.xmpp.extensions.privatedata.rosternotes.model.Annotation
Gets the roster notes.
getOldChatPartner() - Method in class rocks.xmpp.core.chat.ChatSession.ChatPartnerEvent
Gets the JID of the old chat partner.
getOldStatus() - Method in class rocks.xmpp.core.session.SessionStatusEvent
Gets the old session status.
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).
getPort() - Method in class rocks.xmpp.core.session.Connection
Gets the port, which is used for the connection.
getPort() - Method in class rocks.xmpp.core.session.ConnectionConfiguration
Gets the port.
getPresence() - Method in class rocks.xmpp.core.stanza.PresenceEvent
Gets the presence.
getPresence(Jid) - Method in class rocks.xmpp.core.subscription.PresenceManager
Gets the presence for a given contact.
getPresenceManager() - Method in class rocks.xmpp.core.session.XmppSession
Deprecated.
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.CompressionFeature
 
getProxy() - Method in class rocks.xmpp.core.session.Connection
Gets the proxy.
getProxy() - Method in class rocks.xmpp.core.session.ConnectionConfiguration
Gets the proxy.
getReconnectionManager() - Method in class rocks.xmpp.core.session.XmppSession
Deprecated.
getReconnectionStrategy() - Method in class rocks.xmpp.core.session.ReconnectionManager
Gets the reconnection strategy.
getRegex() - Method in class rocks.xmpp.extensions.data.validate.model.Validation.ValidationMethod.Regex
Gets the regular expression.
getRemovedContacts() - Method in class rocks.xmpp.core.roster.RosterEvent
Gets the removed contacts, i.e. contacts which were on the roster, but now are no longer on the roster.
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.bind.model.Bind
Gets the resource.
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
 
getResultSetManagement() - Method in class rocks.xmpp.extensions.disco.model.items.ItemDiscovery
 
getResultSetManagement() - Method in interface rocks.xmpp.extensions.disco.model.items.ItemNode
Gets the result set.
getResultSetManagement() - Method in class rocks.xmpp.extensions.rsm.model.ResultSet
Gets the result set info.
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.
getRosterDelimiter() - Method in class rocks.xmpp.extensions.privatedata.rosterdelimiter.model.RosterDelimiter
Gets the roster delimiter.
getRosterManager() - Method in class rocks.xmpp.core.session.XmppSession
Deprecated.
getRoute() - Method in class rocks.xmpp.extensions.httpbind.BoshConnection
Gets the route.
getRoute() - Method in class rocks.xmpp.extensions.httpbind.BoshConnectionConfiguration
Gets the route.
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.
getSessionId() - Method in class rocks.xmpp.extensions.httpbind.BoshConnection
Gets the session id of this BOSH connection.
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).
getSocketFactory() - Method in class rocks.xmpp.core.session.TcpConnectionConfiguration
Gets the socket factory.
getSSLContext() - Method in class rocks.xmpp.core.session.ConnectionConfiguration
Gets the SSL context.
getStanza() - Method in class rocks.xmpp.core.stanza.StanzaEvent
Deprecated.
Use getMessage(), getPresence() or getIQ().
getStanza() - Method in exception rocks.xmpp.core.stanza.StanzaException
Gets the stanza, which includes the error.
getStatus() - Method in class rocks.xmpp.core.session.SessionStatusEvent
Gets the session status.
getStatus() - Method in class rocks.xmpp.core.session.XmppSession
Gets the status of the session.
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.StreamErrorException
Gets the stream error.
getStreamFeaturesManager() - Method in class rocks.xmpp.core.session.XmppSession
Deprecated.
getStreamId() - Method in class rocks.xmpp.core.session.Connection
Gets the stream id of this connection.
getStreamId() - Method in class rocks.xmpp.core.session.TcpConnection
 
getStreamId() - Method in class rocks.xmpp.extensions.httpbind.BoshConnection
 
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
Gets the 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
Gets the 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.chat.ChatSession
Gets the thread id which is used for this chat session.
getThread() - Method in class rocks.xmpp.core.stanza.model.AbstractMessage
Gets the thread.
getThrowable() - Method in class rocks.xmpp.core.session.SessionStatusEvent
Gets the throwable if the session abnormally disconnected or null.
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
 
getUnaffiliatedContacts() - Method in class rocks.xmpp.core.roster.RosterManager
Gets the contacts, which are not affiliated to any group.
getUpdatedContacts() - Method in class rocks.xmpp.core.roster.RosterEvent
Gets the updated contacts, i.e. if an existing contact has changed its name, groups or subscription state.
getUri() - Method in class rocks.xmpp.extensions.data.mediaelement.model.Media.Location
Gets the URI.
getUri() - Method in exception rocks.xmpp.extensions.httpbind.BoshException
Gets the URI in case of a "see-other-uri" error.
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.core.sasl.model.Response
Gets the value.
getValue() - Method in class rocks.xmpp.extensions.data.model.DataForm.Option
Gets the value of the option.
getValue() - Method in class rocks.xmpp.extensions.privatedata.rosternotes.model.Annotation.Note
Gets the value of the note.
getValueAsBoolean() - Method in class rocks.xmpp.extensions.data.model.DataForm.Field
Gets the value as boolean.
getValueAsDate() - Method in class rocks.xmpp.extensions.data.model.DataForm.Field
Returns the first value as date.
getValueAsInteger() - Method in class rocks.xmpp.extensions.data.model.DataForm.Field
Returns the first value as integer.
getValueAsJid() - Method in class rocks.xmpp.extensions.data.model.DataForm.Field
Returns the first value as JID, e.g. for the DataForm.Field.Type.JID_SINGLE field type.
getValues() - Method in class rocks.xmpp.extensions.data.model.DataForm.Field
Gets the values of the field.
getValuesAsJid() - Method in class rocks.xmpp.extensions.data.model.DataForm.Field
Returns a JID list for the DataForm.Field.Type.JID_MULTI field type.
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.BoshConnectionConfiguration
Gets the longest time (in seconds) that the connection manager is allowed to wait before responding to any request during the session.
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
Gets an unmodifiable list of wrapped objects.
getXmppSession() - Method in class rocks.xmpp.core.session.Connection
Gets the XMPP session which is associated with this connection.
getXmppVersion() - Method in class rocks.xmpp.extensions.httpbind.model.Body
 
gone() - Static method in class rocks.xmpp.core.stanza.model.errors.Condition
Creates a <gone/> stanza error.
gone(String) - Static method in class rocks.xmpp.core.stanza.model.errors.Condition
Creates a <gone/> stanza error with a new address.
Gone - Class in rocks.xmpp.core.stanza.model.errors
The implementation of the <gone/> stanza error.
GZIP - Static variable in class rocks.xmpp.extensions.compress.CompressionManager
The "gzip" compression method.

H

handleElement(Object) - Method in class rocks.xmpp.core.session.XmppSession
Handles an XMPP element.
handleIQ(IQEvent) - Method in interface rocks.xmpp.core.stanza.IQListener
Handles the inbound or outbound IQ.
handleMessage(MessageEvent) - Method in interface rocks.xmpp.core.stanza.MessageListener
Handles the inbound or outbound message.
handlePresence(PresenceEvent) - Method in interface rocks.xmpp.core.stanza.PresenceListener
Handles the inbound or outbound presence.
handleRequest(IQ) - Method in class rocks.xmpp.core.stanza.AbstractIQHandler
 
handleRequest(IQ) - Method in interface rocks.xmpp.core.stanza.IQHandler
Handles an inbound IQ stanza of type get or set.
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
 
hold(byte) - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Sets the 'hold' attribute of the body.
HOST_GONE - Static variable in class rocks.xmpp.core.stream.model.errors.Condition
The implementation of the <host-gone/> stream error.
HOST_UNKNOWN - Static variable in class rocks.xmpp.core.stream.model.errors.Condition
The implementation of the <host-unknown/> stream error.
hostname(String) - Method in class rocks.xmpp.core.session.ConnectionConfiguration.Builder
Sets the hostname.
hostnameVerifier(HostnameVerifier) - Method in class rocks.xmpp.core.session.ConnectionConfiguration.Builder
Sets an optional hostname verifier, used to verify the hostname in the certificate presented by the server.

I

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.
IMPROPER_ADDRESSING - Static variable in class rocks.xmpp.core.stream.model.errors.Condition
The implementation of the <improper-addressing/> stream error.
INCORRECT_ENCODING - Static variable in class rocks.xmpp.core.sasl.model.Failure.Condition
The implementation of the <incorrect-encoding/> SASL failure.
indexOf(String) - Method in class rocks.xmpp.extensions.disco.DefaultItemProvider
 
indexOf(String) - Method in interface rocks.xmpp.extensions.rsm.ResultSetProvider
Gets the index of a specific item.
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(Collection<Identity>, Collection<Feature>) - Constructor for class rocks.xmpp.extensions.disco.model.info.InfoDiscovery
Creates an info discovery element, used in discovery info responses.
InfoDiscovery(Collection<Identity>, Collection<Feature>, Collection<DataForm>) - Constructor for class rocks.xmpp.extensions.disco.model.info.InfoDiscovery
Creates an info discovery element, used in discovery info responses.
InfoDiscovery(String, Collection<Identity>, Collection<Feature>, Collection<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.
initialize(XmppSession) - Method in class rocks.xmpp.core.session.Connection
Deprecated.
initialize(XmppSession) - Method in class rocks.xmpp.core.session.debug.ConsoleDebugger
 
initialize(XmppSession) - Method in interface rocks.xmpp.core.session.debug.XmppDebugger
This method is called when a new XMPP session is initialized.
INSTANCE - Static variable in class rocks.xmpp.core.roster.versioning.model.RosterVersioning
The <ver/> element.
INSTANCE - Static variable in class rocks.xmpp.core.subscription.preapproval.model.SubscriptionPreApproval
The <sub/> element.
INSTANCE - Static variable in class rocks.xmpp.core.tls.model.Failure
The <failure xmlns="urn:ietf:params:xml:ns:xmpp-tls"/> element.
INSTANCE - Static variable in class rocks.xmpp.core.tls.model.Proceed
The <proceed xmlns="urn:ietf:params:xml:ns:xmpp-tls"/> element.
instructions(Collection<String>) - Method in class rocks.xmpp.extensions.data.model.DataForm.Builder
 
INTERNAL_SERVER_ERROR - Static variable in class rocks.xmpp.core.stanza.model.errors.Condition
The implementation of the <internal-server-error/> stanza error.
INTERNAL_SERVER_ERROR - Static variable in class rocks.xmpp.core.stream.model.errors.Condition
The implementation of the <internal-server-error/> stream error.
INVALID_AUTHZID - Static variable in class rocks.xmpp.core.sasl.model.Failure.Condition
The implementation of the <invalid-authzid/> SASL failure.
INVALID_FROM - Static variable in class rocks.xmpp.core.stream.model.errors.Condition
The implementation of the <invalid-from/> stream error.
INVALID_MECHANISM - Static variable in class rocks.xmpp.core.sasl.model.Failure.Condition
The implementation of the <invalid-mechanism/> SASL failure.
INVALID_NAMESPACE - Static variable in class rocks.xmpp.core.stream.model.errors.Condition
The implementation of the <invalid-namespace/> stream error.
INVALID_XML - Static variable in class rocks.xmpp.core.stream.model.errors.Condition
The implementation of the <invalid-xml/> stream error.
IQ - Class in rocks.xmpp.core.stanza.model.client
The implementation of the <iq/> element for the client namespace ('jabber:client').
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(AbstractIQ.Type, Object, String) - 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, AbstractIQ.Type, Object, String) - Constructor for class rocks.xmpp.core.stanza.model.client.IQ
Creates an IQ stanza with the given receiver, id, type and extension.
IQ(Jid, AbstractIQ.Type, Object, String, Jid, String, StanzaError) - Constructor for class rocks.xmpp.core.stanza.model.client.IQ
Creates an IQ stanza with the given receiver, id, type, extension and error.
IQ - Class in rocks.xmpp.core.stanza.model.server
The implementation of the <iq/> element for the server namespace ('jabber:server').
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(AbstractIQ.Type, Object, String) - 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, AbstractIQ.Type, Object, String) - Constructor for class rocks.xmpp.core.stanza.model.server.IQ
Creates an IQ stanza with the given receiver, id, type and extension.
IQ(Jid, AbstractIQ.Type, Object, String, Jid, String, StanzaError) - Constructor for class rocks.xmpp.core.stanza.model.server.IQ
Creates an IQ stanza with the given receiver, id, type, extension and error.
IQEvent - Class in rocks.xmpp.core.stanza
An IQ event is fired whenever an IQ stanza is received or sent.
IQEvent(Object, IQ, boolean) - Constructor for class rocks.xmpp.core.stanza.IQEvent
Constructs an IQ event.
IQHandler - Interface in rocks.xmpp.core.stanza
Handles an inbound IQ request, (IQ stanzas of type get or set) by processing the request and returning an IQ response of type result or error.
IQListener - Interface in rocks.xmpp.core.stanza
A listener interface, which allows to listen for received or sent IQ stanzas.
isAnonymous() - Method in class rocks.xmpp.core.session.XmppSession
Indicates whether the session has been logged in anonymously.
isApproved() - Method in class rocks.xmpp.core.roster.model.Contact
Gets the subscription pre-approval status.
isAskForGroupDelimiter() - Method in class rocks.xmpp.core.roster.RosterManager
Indicates whether the server is asked for the roster delimiter before requesting the roster.
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
 
isConnected() - Method in class rocks.xmpp.core.session.XmppSession
Indicates, whether the session is connected.
isCreatedByIncomingMessage() - Method in class rocks.xmpp.core.chat.ChatSessionEvent
Indicates, whether the chat session has been created by an inbound message or programmatically.
isEmpty() - Method in class rocks.xmpp.core.util.cache.DirectoryCache
 
isEmpty() - Method in class rocks.xmpp.core.util.cache.LruCache
 
isEnabled() - Method in class rocks.xmpp.core.session.ExtensionManager
 
isEnabled() - Method in class rocks.xmpp.core.session.Manager
Indicates, whether this manager is enabled or not.
isFullJid() - Method in class rocks.xmpp.core.Jid
Checks if the JID is a full JID.
isInbound() - Method in class rocks.xmpp.core.stanza.StanzaEvent
Indicates, whether the stanza has been received (inbound) or is about to being sent (outbound).
isIncoming() - Method in class rocks.xmpp.core.stanza.StanzaEvent
Deprecated.
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).
isRetrieveRosterOnLogin() - Method in class rocks.xmpp.core.roster.RosterManager
Controls, whether the roster is automatically retrieved as soon as the user has logged in.
isRosterVersioningSupported() - Method in class rocks.xmpp.core.roster.RosterManager
Indicates whether the server supports roster versioning.
isSecure() - Method in class rocks.xmpp.core.session.Connection
Indicates whether this connection is secured by TLS/SSL.
isSecure() - Method in class rocks.xmpp.core.session.ConnectionConfiguration
Indicates whether the connection is secured by SSL.
isSecure() - Method in class rocks.xmpp.core.session.TcpConnection
 
isSecure() - Method in class rocks.xmpp.extensions.httpbind.BoshConnection
 
isUseKeySequence() - Method in class rocks.xmpp.extensions.httpbind.BoshConnectionConfiguration
If the connection is secured via a key sequence mechanism.
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(Jid, String, String, String) - Constructor for class rocks.xmpp.extensions.disco.model.items.Item
 
Item(Jid, String) - Constructor for class rocks.xmpp.extensions.disco.model.items.Item
 
Item(Jid, String, String) - Constructor for class rocks.xmpp.extensions.disco.model.items.Item
 
ITEM_NOT_FOUND - Static variable in class rocks.xmpp.core.stanza.model.errors.Condition
The implementation of the <item-not-found/> stanza error.
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(String, ResultSetManagement) - Constructor for class rocks.xmpp.extensions.disco.model.items.ItemDiscovery
Creates an item discovery element with a node attribute.
ItemDiscovery(Collection<Item>) - Constructor for class rocks.xmpp.extensions.disco.model.items.ItemDiscovery
Creates an item discovery element with nodes.
ItemDiscovery(Collection<Item>, ResultSetManagement) - Constructor for class rocks.xmpp.extensions.disco.model.items.ItemDiscovery
Creates an item discovery element with nodes and result set management.
ItemDiscovery(String, Collection<Item>) - Constructor for class rocks.xmpp.extensions.disco.model.items.ItemDiscovery
Creates an item discovery element with a node attribute.
ItemDiscovery(String, Collection<Item>, ResultSetManagement) - Constructor for class rocks.xmpp.extensions.disco.model.items.ItemDiscovery
Creates an item discovery element with a node attribute and result set management.
ItemNode - Interface in rocks.xmpp.extensions.disco.model.items
A generic service discovery item node.
items(Collection<DataForm.Item>) - Method in class rocks.xmpp.extensions.data.model.DataForm.Builder
 

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.
JID_MALFORMED - Static variable in class rocks.xmpp.core.stanza.model.errors.Condition
The implementation of the <jid-malformed/> stanza error.
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
 

K

keepAliveInterval(int) - Method in class rocks.xmpp.core.session.TcpConnectionConfiguration.Builder
Sets the whitespace keep-alive interval in seconds.
key - Variable in class rocks.xmpp.extensions.httpbind.model.Body.Builder
 
key(String) - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Sets the 'key' attribute of the body.
keySet() - Method in class rocks.xmpp.core.util.cache.DirectoryCache
 
keySet() - Method in class rocks.xmpp.core.util.cache.LruCache
 

L

label(String) - Method in class rocks.xmpp.extensions.data.model.DataForm.Field.Builder
Sets the label.
language(String) - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Sets the 'lang' attribute of the body.
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.
login(String, String) - Method in class rocks.xmpp.core.session.XmppSession
Authenticates against the server and binds a random resource (assigned by the server).
login(String, String, String) - Method in class rocks.xmpp.core.session.XmppSession
Authenticates against the server with username/password credential and binds a resource.
login(String, String, String, String) - Method in class rocks.xmpp.core.session.XmppSession
Authenticates against the server with an authorization id and username/password credential and binds a resource.
login(String, CallbackHandler, String) - Method in class rocks.xmpp.core.session.XmppSession
Authenticates against the server with a custom callback handler and binds a resource.
loginAnonymously() - Method in class rocks.xmpp.core.session.XmppSession
Logs in anonymously and binds a resource.
LruCache<K,V> - Class in rocks.xmpp.core.util.cache
A simple concurrent implementation of a least-recently-used cache.
LruCache(int) - Constructor for class rocks.xmpp.core.util.cache.LruCache
 

M

MALFORMED_REQUEST - Static variable in class rocks.xmpp.core.sasl.model.Failure.Condition
The implementation of the <malformed-request/> SASL failure.
Manager - Class in rocks.xmpp.core.session
A generic manager class, which allows to enable or disable certain functionality.
Manager() - Constructor for class rocks.xmpp.core.session.Manager
 
marshal(Jid) - Method in class rocks.xmpp.core.JidAdapter
 
MECHANISM_TOO_WEAK - Static variable in class rocks.xmpp.core.sasl.model.Failure.Condition
The implementation of the <mechanism-too-weak/> SASL failure.
Mechanisms - Class in rocks.xmpp.core.sasl.model
Represents the <mechanisms/> element as described in Exchange of Stream Headers and Stream Features This class is immutable.
Mechanisms(Collection<String>) - 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(int, int, Media.Location...) - Constructor for class rocks.xmpp.extensions.data.mediaelement.model.Media
Creates a media object with a location.
media(Media) - Method in class rocks.xmpp.extensions.data.model.DataForm.Field.Builder
Sets the media element.
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() - Constructor for class rocks.xmpp.core.stanza.model.client.Message
 
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(Jid, AbstractMessage.Type, String, String) - Constructor for class rocks.xmpp.core.stanza.model.client.Message
Constructs a message with body and type.
Message(Jid, AbstractMessage.Type, String, String, String) - Constructor for class rocks.xmpp.core.stanza.model.client.Message
Constructs a message with body and type.
Message(Jid, AbstractMessage.Type, String, String, String, String, String, Jid, String, Collection<?>, StanzaError) - Constructor for class rocks.xmpp.core.stanza.model.client.Message
Constructs a message with body and type.
Message(Jid, AbstractMessage.Type, Collection<AbstractMessage.Body>, Collection<AbstractMessage.Subject>, String, String, String, Jid, String, Collection<?>, StanzaError) - 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() - Constructor for class rocks.xmpp.core.stanza.model.server.Message
 
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.
Message(Jid, AbstractMessage.Type, String, String) - Constructor for class rocks.xmpp.core.stanza.model.server.Message
Constructs a message with body and type.
Message(Jid, AbstractMessage.Type, String, String, String) - Constructor for class rocks.xmpp.core.stanza.model.server.Message
Constructs a message with body and type.
Message(Jid, AbstractMessage.Type, String, String, String, String, String, Jid, String, Collection<Object>, StanzaError) - Constructor for class rocks.xmpp.core.stanza.model.server.Message
Constructs a message with body and type.
Message(Jid, AbstractMessage.Type, Collection<AbstractMessage.Body>, Collection<AbstractMessage.Subject>, String, String, String, Jid, String, Collection<Object>, StanzaError) - Constructor for class rocks.xmpp.core.stanza.model.server.Message
Constructs a message with body and type.
MessageEvent - Class in rocks.xmpp.core.stanza
A message event is fired whenever a message is received or sent.
MessageEvent(Object, Message, boolean) - Constructor for class rocks.xmpp.core.stanza.MessageEvent
Constructs a message event.
MessageListener - Interface in rocks.xmpp.core.stanza
A listener interface, which allows to listen for received or sent messages.

N

NAMESPACE - Static variable in class rocks.xmpp.extensions.compress.model.StreamCompression
http://jabber.org/protocol/compress
NAMESPACE - Static variable in class rocks.xmpp.extensions.data.layout.model.Page
http://jabber.org/protocol/xdata-layout
NAMESPACE - Static variable in class rocks.xmpp.extensions.data.mediaelement.model.Media
urn:xmpp:media-element
NAMESPACE - Static variable in class rocks.xmpp.extensions.data.model.DataForm
jabber:x:data
NAMESPACE - Static variable in class rocks.xmpp.extensions.data.validate.model.Validation
http://jabber.org/protocol/xdata-validate
NAMESPACE - Static variable in class rocks.xmpp.extensions.disco.model.info.InfoDiscovery
http://jabber.org/protocol/disco#info
NAMESPACE - Static variable in class rocks.xmpp.extensions.disco.model.items.ItemDiscovery
http://jabber.org/protocol/disco#items
NAMESPACE - Static variable in class rocks.xmpp.extensions.httpbind.model.Body
http://jabber.org/protocol/httpbind
NAMESPACE - Static variable in class rocks.xmpp.extensions.privatedata.model.PrivateData
jabber:iq:private
NAMESPACE - Static variable in class rocks.xmpp.extensions.privatedata.rosterdelimiter.model.RosterDelimiter
roster:delimiter
NAMESPACE - Static variable in class rocks.xmpp.extensions.privatedata.rosternotes.model.Annotation
storage:rosternotes
NAMESPACE - Static variable in class rocks.xmpp.extensions.rsm.model.ResultSetManagement
http://jabber.org/protocol/rsm
needsRestart() - Method in class rocks.xmpp.core.stream.StreamFeatureNegotiator
Checks, if the feature needs a stream restart after it has been successfully negotiated.
needsRestart() - Method in class rocks.xmpp.extensions.compress.CompressionManager
Checks, if the feature needs a stream restart after it has been successfully negotiated.
newKey(String) - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Sets the 'newkey' attribute of the body.
NoResponseException - Exception in rocks.xmpp.core.session
This exception is thrown, when no response has been received from an XMPP entity.
NoResponseException(String) - Constructor for exception rocks.xmpp.core.session.NoResponseException
 
NOT_ACCEPTABLE - Static variable in class rocks.xmpp.core.stanza.model.errors.Condition
The implementation of the <not-acceptable/> stanza error.
NOT_ALLOWED - Static variable in class rocks.xmpp.core.stanza.model.errors.Condition
The implementation of the <not-allowed/> stanza error.
NOT_AUTHORIZED - Static variable in class rocks.xmpp.core.sasl.model.Failure.Condition
The implementation of the <not-authorized/> SASL failure.
NOT_AUTHORIZED - Static variable in class rocks.xmpp.core.stanza.model.errors.Condition
The implementation of the <not-authorized/> stanza error.
NOT_AUTHORIZED - Static variable in class rocks.xmpp.core.stream.model.errors.Condition
The implementation of the <not-authorized/> stream error.
NOT_WELL_FORMED - Static variable in class rocks.xmpp.core.stream.model.errors.Condition
The implementation of the <not-well-formed/> stream error.
Note(String, Jid) - Constructor for class rocks.xmpp.extensions.privatedata.rosternotes.model.Annotation.Note
Creates a roster note.
Note(String, Jid, Date, Date) - Constructor for class rocks.xmpp.extensions.privatedata.rosternotes.model.Annotation.Note
Creates a roster note.
notifyException(Exception) - Method in class rocks.xmpp.core.session.XmppSession
Called if any unhandled exception is thrown during reading or writing.

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.
options(Collection<DataForm.Option>) - Method in class rocks.xmpp.extensions.data.model.DataForm.Field.Builder
Sets the options.

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, Collection<FieldReference>) - Constructor for class rocks.xmpp.extensions.data.layout.model.Page
Creates a page.
Page(String, Collection<FieldReference>, Collection<String>) - Constructor for class rocks.xmpp.extensions.data.layout.model.Page
Creates a page.
Page(String, Collection<FieldReference>, Collection<String>, FieldReference) - Constructor for class rocks.xmpp.extensions.data.layout.model.Page
Creates a page.
pages(Collection<Page>) - Method in class rocks.xmpp.extensions.data.model.DataForm.Builder
 
parseBoolean(String) - Static method in class rocks.xmpp.extensions.data.model.DataForm
Parses a value as boolean.
POLICY_VIOLATION - Static variable in class rocks.xmpp.core.stanza.model.errors.Condition
The implementation of the <policy-violation/> stanza error.
POLICY_VIOLATION - Static variable in class rocks.xmpp.core.stream.model.errors.Condition
The implementation of the <policy-violation/> stream error.
port(int) - Method in class rocks.xmpp.core.session.ConnectionConfiguration.Builder
Sets the port.
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 to indicate availability.
Presence(Byte) - Constructor for class rocks.xmpp.core.stanza.model.client.Presence
Constructs a presence with a priority.
Presence(AbstractPresence.Show) - Constructor for class rocks.xmpp.core.stanza.model.client.Presence
Constructs a presence with a specific 'show' value.
Presence(AbstractPresence.Show, Byte) - Constructor for class rocks.xmpp.core.stanza.model.client.Presence
Constructs a presence with a specific 'show' value and priority.
Presence(AbstractPresence.Type) - Constructor for class rocks.xmpp.core.stanza.model.client.Presence
Constructs a presence of a specific type.
Presence(AbstractPresence.Type, Byte) - Constructor for class rocks.xmpp.core.stanza.model.client.Presence
Constructs a presence of a specific type.
Presence(Jid) - Constructor for class rocks.xmpp.core.stanza.model.client.Presence
Constructs a directed presence.
Presence(Jid, AbstractPresence.Show, String) - Constructor for class rocks.xmpp.core.stanza.model.client.Presence
Constructs a directed presence with a specific 'show' attribute and status.
Presence(Jid, AbstractPresence.Type, String) - Constructor for class rocks.xmpp.core.stanza.model.client.Presence
Constructs a directed presence, which is useful for requesting subscription or for exiting a multi-user chat.
Presence(Jid, AbstractPresence.Type, String, String) - Constructor for class rocks.xmpp.core.stanza.model.client.Presence
Constructs a directed presence, which is useful for requesting subscription or for exiting a multi-user chat.
Presence(Jid, AbstractPresence.Type, AbstractPresence.Show, Collection<AbstractPresence.Status>, Byte, String, Jid, String, Collection<?>, StanzaError) - Constructor for class rocks.xmpp.core.stanza.model.client.Presence
Constructs a presence with all possible values.
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 to indicate availability.
Presence(Byte) - Constructor for class rocks.xmpp.core.stanza.model.server.Presence
Constructs a presence with a priority.
Presence(AbstractPresence.Show) - Constructor for class rocks.xmpp.core.stanza.model.server.Presence
Constructs a presence with a specific 'show' value.
Presence(AbstractPresence.Show, Byte) - Constructor for class rocks.xmpp.core.stanza.model.server.Presence
Constructs a presence with a specific 'show' value and priority.
Presence(AbstractPresence.Type) - Constructor for class rocks.xmpp.core.stanza.model.server.Presence
Constructs a presence of a specific type.
Presence(AbstractPresence.Type, Byte) - Constructor for class rocks.xmpp.core.stanza.model.server.Presence
Constructs a presence of a specific type.
Presence(Jid) - Constructor for class rocks.xmpp.core.stanza.model.server.Presence
Constructs a directed presence.
Presence(Jid, AbstractPresence.Show, String) - Constructor for class rocks.xmpp.core.stanza.model.server.Presence
Constructs a directed presence with a specific 'show' attribute and status.
Presence(Jid, AbstractPresence.Type, String) - Constructor for class rocks.xmpp.core.stanza.model.server.Presence
Constructs a directed presence, which is useful for requesting subscription or for exiting a multi-user chat.
Presence(Jid, AbstractPresence.Type, String, String) - Constructor for class rocks.xmpp.core.stanza.model.server.Presence
Constructs a directed presence, which is useful for requesting subscription or for exiting a multi-user chat.
Presence(Jid, AbstractPresence.Type, AbstractPresence.Show, Collection<AbstractPresence.Status>, Byte, String, Jid, String, Collection<?>, StanzaError) - Constructor for class rocks.xmpp.core.stanza.model.server.Presence
Constructs a presence with all possible values.
PresenceEvent - Class in rocks.xmpp.core.stanza
A presence event is fired whenever a presence stanza is received or sent.
PresenceEvent(Object, Presence, boolean) - Constructor for class rocks.xmpp.core.stanza.PresenceEvent
Constructs a presence event.
PresenceListener - Interface in rocks.xmpp.core.stanza
A listener interface, which allows to listen for received or sent presence stanzas.
PresenceManager - Class in rocks.xmpp.core.subscription
Manages subscription requests and presences.
PrivateData - Class in rocks.xmpp.extensions.privatedata.model
The implementation of the <query/> element in the jabber:iq:private namespace.
PrivateData(Object) - Constructor for class rocks.xmpp.extensions.privatedata.model.PrivateData
Creates private data.
PrivateDataManager - Class in rocks.xmpp.extensions.privatedata
This class implements XEP-0049: Private XML Storage.
Proceed - Class in rocks.xmpp.core.tls.model
Represents the TLS proceed case.
processElement(Object) - Method in class rocks.xmpp.core.stream.StreamFeaturesManager
Tries to process an element, which is a feature or may belong to a feature protocol, e.g. the <proceed/> element from TLS negotiation.
processFeatures(StreamFeatures) - Method in class rocks.xmpp.core.stream.StreamFeaturesManager
Processes the <stream:features/> element and immediately starts negotiating the first feature.
PROCESSING_FAILED - Static variable in class rocks.xmpp.extensions.compress.model.StreamCompression.Failure.Condition
If compression processing fails after the new (compressed) stream has been established.
processNegotiation(Object) - Method in class rocks.xmpp.core.stream.StreamFeatureNegotiator
Processes a feature protocol element or the feature element itself.
processNegotiation(Object) - Method in class rocks.xmpp.extensions.compress.CompressionManager
 
proxy(Proxy) - Method in class rocks.xmpp.core.session.ConnectionConfiguration.Builder
Sets the proxy, e.g. if you are behind a HTTP proxy and use a BOSH connection.
put(String, byte[]) - Method in class rocks.xmpp.core.util.cache.DirectoryCache
 
put(K, V) - Method in class rocks.xmpp.core.util.cache.LruCache
 
putAll(Map<? extends String, ? extends byte[]>) - Method in class rocks.xmpp.core.util.cache.DirectoryCache
 
putAll(Map<? extends K, ? extends V>) - Method in class rocks.xmpp.core.util.cache.LruCache
 

Q

query(IQ) - Method in class rocks.xmpp.core.session.XmppSession
Sends an <iq/> stanza and waits for the response.
query(IQ, long) - Method in class rocks.xmpp.core.session.XmppSession
Sends an <iq/> stanza and waits for the response.

R

Range(String, String) - Constructor for class rocks.xmpp.extensions.data.validate.model.Validation.ValidationMethod.Range
Creates a range validation.
readStanza(String, Object) - Method in class rocks.xmpp.core.session.debug.ConsoleDebugger
 
readStanza(String, Object) - Method in interface rocks.xmpp.core.session.debug.XmppDebugger
This method is called, whenever a stream element is read.
RECIPIENT_UNAVAILABLE - Static variable in class rocks.xmpp.core.stanza.model.errors.Condition
The implementation of the <recipient-unavailable/> stanza error.
reconnect() - Method in class rocks.xmpp.core.session.XmppSession
Deprecated.
Use XmppSession.connect() which automatically performs a connect+login, if previously logged in.
ReconnectionManager - Class in rocks.xmpp.core.session
If the connection goes down, this class automatically reconnects, if the user was authenticated.
ReconnectionStrategy - Interface in rocks.xmpp.core.session
A strategy for reconnection logic, i.e. when and in which interval reconnection attempts will happen.
redirect(String) - Static method in class rocks.xmpp.core.stanza.model.errors.Condition
Creates a <redirect/> stanza error with an alternate address.
Redirect - Class in rocks.xmpp.core.stanza.model.errors
The implementation of the <redirect/> stanza error.
Regex(String) - Constructor for class rocks.xmpp.extensions.data.validate.model.Validation.ValidationMethod.Regex
 
REGISTRATION_REQUIRED - Static variable in class rocks.xmpp.core.stanza.model.errors.Condition
The implementation of the <registration-required/> stanza error.
REMOTE_CONNECTION_FAILED - Static variable in class rocks.xmpp.core.stream.model.errors.Condition
The implementation of the <remote-connection-failed/> stream error.
REMOTE_SERVER_NOT_FOUND - Static variable in class rocks.xmpp.core.stanza.model.errors.Condition
The implementation of the <remote-server-not-found/> stanza error.
REMOTE_SERVER_TIMEOUT - Static variable in class rocks.xmpp.core.stanza.model.errors.Condition
The implementation of the <remote-server-timeout/> stanza error.
remove(Object) - Method in class rocks.xmpp.core.util.cache.DirectoryCache
 
remove(Object) - Method in class rocks.xmpp.core.util.cache.LruCache
 
removeChatPartnerListener(ChatSession.ChatPartnerListener) - Method in class rocks.xmpp.core.chat.ChatSession
Removes a chat partner listener.
removeChatSessionListener(ChatSessionListener) - Method in class rocks.xmpp.core.chat.ChatManager
Removes a previously added chat session listener.
removeContact(Jid) - Method in class rocks.xmpp.core.roster.RosterManager
Removes a contact from the roster.
removeContactGroup(ContactGroup) - Method in class rocks.xmpp.core.roster.RosterManager
Removes a contact group.
removeExtension(DataForm) - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Removes an extension.
removeFeature(Feature) - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Removes a feature.
removeIdentity(Identity) - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Removes an identity.
removeInboundIQListener(IQListener) - Method in class rocks.xmpp.core.session.XmppSession
Removes a previously added inbound IQ listener from the session.
removeInboundMessageListener(MessageListener) - Method in class rocks.xmpp.core.chat.Chat
Removes a previously added message listener.
removeInboundMessageListener(MessageListener) - Method in class rocks.xmpp.core.session.XmppSession
Removes a previously added inbound message listener from the session.
removeInboundPresenceListener(PresenceListener) - Method in class rocks.xmpp.core.session.XmppSession
Removes a previously added inbound presence listener from the session.
removeInfoNode(String) - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Removes an info node.
removeIQHandler(Class<?>) - Method in class rocks.xmpp.core.session.XmppSession
Removes an IQ handler.
removeIQListener(IQListener) - Method in class rocks.xmpp.core.session.XmppSession
removeMessageListener(MessageListener) - Method in class rocks.xmpp.core.session.XmppSession
removeOutboundIQListener(IQListener) - Method in class rocks.xmpp.core.session.XmppSession
Removes a previously added outbound IQ listener from the session.
removeOutboundMessageListener(MessageListener) - Method in class rocks.xmpp.core.session.XmppSession
Removes a previously added outbound message listener from the session.
removeOutboundPresenceListener(PresenceListener) - Method in class rocks.xmpp.core.session.XmppSession
Removes a previously added outbound presence listener from the session.
removePresenceListener(PresenceListener) - Method in class rocks.xmpp.core.session.XmppSession
removePropertyChangeListener(PropertyChangeListener) - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Removes a property change listener.
removeRosterListener(RosterListener) - Method in class rocks.xmpp.core.roster.RosterManager
Removes a previously added roster listener.
removeSessionStatusListener(SessionStatusListener) - Method in class rocks.xmpp.core.session.XmppSession
Removes a previously added session listener.
renameContactGroup(ContactGroup, String) - Method in class rocks.xmpp.core.roster.RosterManager
Renames a contact group.
reportedFields(Collection<DataForm.Field>) - Method in class rocks.xmpp.extensions.data.model.DataForm.Builder
 
requestId(long) - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Sets the 'rid' attribute of the body.
requestRoster() - Method in class rocks.xmpp.core.roster.RosterManager
Requests the roster from the server.
requestSubscription(Jid, String) - Method in class rocks.xmpp.core.subscription.PresenceManager
Sends a subscription request to a potential contact.
required(boolean) - Method in class rocks.xmpp.extensions.data.model.DataForm.Field.Builder
Sets if the field is required.
RESET - Static variable in class rocks.xmpp.core.stream.model.errors.Condition
The implementation of the <reset/> stream error.
RESOURCE_CONSTRAINT - Static variable in class rocks.xmpp.core.stanza.model.errors.Condition
The implementation of the <resource-constraint/> stanza error.
RESOURCE_CONSTRAINT - Static variable in class rocks.xmpp.core.stream.model.errors.Condition
The implementation of the <resource-constraint/> stream error.
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.
restart(boolean) - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Sets the 'restart' attribute of the body.
RESTRICTED_XML - Static variable in class rocks.xmpp.core.stream.model.errors.Condition
The implementation of the <restricted-xml/> stream error.
ResultSet<T extends ResultSetItem> - Class in rocks.xmpp.extensions.rsm.model
A result set usually consists of a list of items and additional result set information (e.g. to mark first and last items).
ResultSet(Collection<T>, ResultSetManagement) - Constructor for class rocks.xmpp.extensions.rsm.model.ResultSet
 
ResultSetItem - Interface in rocks.xmpp.extensions.rsm.model
A result item, which can be used in the context of result set management.
ResultSetManagement - Class in rocks.xmpp.extensions.rsm.model
The implementation of the <set/> element in the http://jabber.org/protocol/rsm namespace.
ResultSetManager - Class in rocks.xmpp.extensions.rsm
This manager is used to deal with result set management.
ResultSetProvider<T extends ResultSetItem> - Interface in rocks.xmpp.extensions.rsm
Provides methods which are needed for result set management.
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.chat - package rocks.xmpp.core.chat
Provides core classes needed for chat.
rocks.xmpp.core.roster - package rocks.xmpp.core.roster
Provides classes for roster management.
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 - package rocks.xmpp.core.sasl
Provides classes for SASL Negotiation (authentication).
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 - package rocks.xmpp.core.session
Provides classes related to an XMPP session.
rocks.xmpp.core.session.context - package rocks.xmpp.core.session.context
Provides the session context for core XMPP functionality.
rocks.xmpp.core.session.debug - package rocks.xmpp.core.session.debug
Provides classes for debugging an XMPP session.
rocks.xmpp.core.session.model - package rocks.xmpp.core.session.model
Provides XML schema implementations of the Session Establishment namespace.
rocks.xmpp.core.stanza - package rocks.xmpp.core.stanza
Provides classes for XML stanza management (message, presence, IQ).
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 - package rocks.xmpp.core.stream
Provides classes for XML Streams, especially Stream Negotiation.
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 - package rocks.xmpp.core.subscription
Provides classes for Managing Presence Subscriptions.
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.core.util.cache - package rocks.xmpp.core.util.cache
Provides simple cache implementations.
rocks.xmpp.extensions.compress - package rocks.xmpp.extensions.compress
Provides classes for XEP-0138: Stream Compression.
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 - package rocks.xmpp.extensions.disco
Provides classes for XEP-0030: Service Discovery (#info).
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 - package rocks.xmpp.extensions.httpbind
rocks.xmpp.extensions.httpbind.model - package rocks.xmpp.extensions.httpbind.model
rocks.xmpp.extensions.privatedata - package rocks.xmpp.extensions.privatedata
Provides classes for XEP-0049: Private XML Storage.
rocks.xmpp.extensions.privatedata.model - package rocks.xmpp.extensions.privatedata.model
Provides XML schema implementations of XEP-0049: Private XML Storage.
rocks.xmpp.extensions.privatedata.rosterdelimiter.model - package rocks.xmpp.extensions.privatedata.rosterdelimiter.model
Provides XML schema implementations of XEP-0083: Nested Roster Groups.
rocks.xmpp.extensions.privatedata.rosternotes.model - package rocks.xmpp.extensions.privatedata.rosternotes.model
Provides XML schema implementations of XEP-0145: Annotations.
rocks.xmpp.extensions.rsm - package rocks.xmpp.extensions.rsm
Provides classes for XEP-0059: Result Set Management.
rocks.xmpp.extensions.rsm.model - package rocks.xmpp.extensions.rsm.model
Provides XML schema implementations of XEP-0059: Result Set Management.
Roster - Class in rocks.xmpp.core.roster.model
The implementation of the roster.
Roster() - Constructor for class rocks.xmpp.core.roster.model.Roster
 
Roster(String) - Constructor for class rocks.xmpp.core.roster.model.Roster
 
Roster(Collection<Contact>) - Constructor for class rocks.xmpp.core.roster.model.Roster
 
Roster(Collection<Contact>, String) - Constructor for class rocks.xmpp.core.roster.model.Roster
 
Roster(Contact...) - Constructor for class rocks.xmpp.core.roster.model.Roster
 
rosterChanged(RosterEvent) - Method in interface rocks.xmpp.core.roster.RosterListener
Called by the RosterManager, whenever the roster has changed.
RosterDelimiter - Class in rocks.xmpp.extensions.privatedata.rosterdelimiter.model
The implementation of the <roster/> element in the roster:delimiter namespace.
RosterDelimiter() - Constructor for class rocks.xmpp.extensions.privatedata.rosterdelimiter.model.RosterDelimiter
 
RosterDelimiter(String) - Constructor for class rocks.xmpp.extensions.privatedata.rosterdelimiter.model.RosterDelimiter
 
RosterEvent - Class in rocks.xmpp.core.roster
A roster event which holds information about added, updated and removed contacts of the roster.
RosterListener - Interface in rocks.xmpp.core.roster
A listener interface which allows to listen for roster changes.
RosterManager - Class in rocks.xmpp.core.roster
This class manages the roster (aka contact or buddy list).
RosterVersioning - Class in rocks.xmpp.core.roster.versioning.model
The implementation of the roster versioning feature.
route(String) - Method in class rocks.xmpp.extensions.httpbind.BoshConnectionConfiguration.Builder
Sets the route, formatted as "protocol:host:port" (e.g., "xmpp:example.com:9999").
route(String) - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Sets the 'route' attribute of the body.

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, Collection<FieldReference>) - Constructor for class rocks.xmpp.extensions.data.layout.model.Section
Creates a section.
Section(String, Collection<FieldReference>, Collection<String>) - Constructor for class rocks.xmpp.extensions.data.layout.model.Section
Creates a section.
Section(String, Collection<FieldReference>, Collection<String>, FieldReference) - Constructor for class rocks.xmpp.extensions.data.layout.model.Section
Creates a section.
secure(boolean) - Method in class rocks.xmpp.core.session.ConnectionConfiguration.Builder
Sets whether the connection is secured via SSL.
seeOtherHost(String) - Static method in class rocks.xmpp.core.stream.model.errors.Condition
Creates the <see-other-host/> stream error.
SeeOtherHost - Class in rocks.xmpp.core.stream.model.errors
The implementation of the <see-other-host/> stream error.
send(String) - Method in class rocks.xmpp.core.chat.ChatSession
send(Message) - Method in class rocks.xmpp.core.chat.ChatSession
send(ClientStreamElement) - Method in class rocks.xmpp.core.session.Connection
Sends an element.
send(ClientStreamElement) - Method in class rocks.xmpp.core.session.TcpConnection
 
send(ClientStreamElement) - Method in class rocks.xmpp.core.session.XmppSession
Sends an XML element to the server, usually a stanza, i.e. a message, presence or IQ.
send(ClientStreamElement) - Method in class rocks.xmpp.extensions.httpbind.BoshConnection
 
sendAndAwaitMessage(ClientStreamElement, StanzaFilter<Message>) - Method in class rocks.xmpp.core.session.XmppSession
Sends a stanza and then waits for a message stanza to arrive.
sendAndAwaitPresence(ClientStreamElement, StanzaFilter<Presence>) - Method in class rocks.xmpp.core.session.XmppSession
Sends a stanza and then waits for a presence stanza to arrive.
sendMessage(String) - Method in class rocks.xmpp.core.chat.Chat
Sends a message to the chat.
sendMessage(Message) - Method in class rocks.xmpp.core.chat.Chat
Sends a message to the chat.
sendMessage(String) - Method in class rocks.xmpp.core.chat.ChatSession
Sends a chat message to the chat partner.
sendMessage(Message) - Method in class rocks.xmpp.core.chat.ChatSession
Sends a chat message to the chat partner.
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.
SERVICE_UNAVAILABLE - Static variable in class rocks.xmpp.core.stanza.model.errors.Condition
The implementation of the <service-unavailable/> stanza error.
ServiceDiscoveryManager - Class in rocks.xmpp.extensions.disco
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
 
Session(Boolean) - Constructor for class rocks.xmpp.core.session.model.Session
 
sessionId(String) - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Sets the 'sid' attribute of the body.
sessionStatusChanged(SessionStatusEvent) - Method in interface rocks.xmpp.core.session.SessionStatusListener
Called, whenever the status of the session has changed.
SessionStatusEvent - Class in rocks.xmpp.core.session
An XMPP session event is fired, whenever the status of a session has changed, e.g. when it is abnormally disconnected.
SessionStatusListener - Interface in rocks.xmpp.core.session
Allows to listen for XMPP session status changes, e.g. disconnects.
setAskForGroupDelimiter(boolean) - Method in class rocks.xmpp.core.roster.RosterManager
Sets whether the server is asked for the roster delimiter before requesting the roster.
setBody(String) - Method in class rocks.xmpp.core.stanza.model.AbstractMessage
Deprecated.
Use constructor.
setDefault(TcpConnectionConfiguration) - Static method in class rocks.xmpp.core.session.TcpConnectionConfiguration
Sets the default configuration.
setDefault(XmppSessionConfiguration) - Static method in class rocks.xmpp.core.session.XmppSessionConfiguration
Sets the default configuration.
setDefault(BoshConnectionConfiguration) - Static method in class rocks.xmpp.extensions.httpbind.BoshConnectionConfiguration
Sets the default configuration.
setDescription(String) - Method in class rocks.xmpp.extensions.data.model.DataForm.Field
Deprecated.
setEnabled(boolean) - Method in class rocks.xmpp.core.session.ExtensionManager
Enables or disables support for the extension.
setEnabled(boolean) - Method in class rocks.xmpp.core.session.Manager
Enables or disables this manager.
setEnabled(boolean) - Method in class rocks.xmpp.core.session.ReconnectionManager
 
setError(StanzaError) - Method in class rocks.xmpp.core.stanza.model.Stanza
Deprecated.
Use constructor.
setExtension(Object) - Method in class rocks.xmpp.core.stanza.model.AbstractIQ
Deprecated.
Use constructor.
setFrom(Jid) - Method in class rocks.xmpp.core.stanza.model.Stanza
Deprecated.
Use constructor.
setGroupDelimiter(String) - Method in class rocks.xmpp.core.roster.RosterManager
Sets the group delimiter without storing it on the server.
setId(String) - Method in class rocks.xmpp.core.stanza.model.Stanza
Deprecated.
Use constructor.
setItemProvider(ResultSetProvider<Item>) - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Sets an item provider for the root node.
setItemProvider(String, ResultSetProvider<Item>) - Method in class rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Sets an item provider for a node.
setLabel(String) - Method in class rocks.xmpp.extensions.data.model.DataForm.Field
Deprecated.
setLanguage(String) - Method in class rocks.xmpp.core.stanza.model.AbstractMessage.Body
Deprecated.
Use constructor.
setLanguage(String) - Method in class rocks.xmpp.core.stanza.model.AbstractMessage.Subject
Deprecated.
Use constructor.
setLanguage(String) - Method in class rocks.xmpp.core.stanza.model.AbstractPresence.Status
Deprecated.
Use constructor.
setLanguage(String) - Method in class rocks.xmpp.core.stanza.model.Stanza
Deprecated.
Use constructor.
setMandatory(boolean) - Method in class rocks.xmpp.core.tls.model.StartTls
 
setMedia(Media) - Method in class rocks.xmpp.extensions.data.model.DataForm.Field
Deprecated.
setParentThread(String) - Method in class rocks.xmpp.core.stanza.model.AbstractMessage
Deprecated.
Use constructor.
setPriority(Byte) - Method in class rocks.xmpp.core.stanza.model.AbstractPresence
Deprecated.
Use constructor.
setReconnectionStrategy(ReconnectionStrategy) - Method in class rocks.xmpp.core.session.ReconnectionManager
Sets the reconnection strategy.
setRequired(boolean) - Method in class rocks.xmpp.extensions.data.model.DataForm.Field
Deprecated.
setRetrieveRosterOnLogin(boolean) - Method in class rocks.xmpp.core.roster.RosterManager
Controls, whether the roster is automatically retrieved as soon as the user has logged in.
setShow(AbstractPresence.Show) - Method in class rocks.xmpp.core.stanza.model.AbstractPresence
Deprecated.
Use constructor.
setStatus(String) - Method in class rocks.xmpp.core.stanza.model.AbstractPresence
Deprecated.
Use constructor.
setSubject(String) - Method in class rocks.xmpp.core.stanza.model.AbstractMessage
Deprecated.
Use constructor.
setText(String) - Method in class rocks.xmpp.core.stanza.model.AbstractMessage.Body
Deprecated.
Use constructor.
setText(String) - Method in class rocks.xmpp.core.stanza.model.AbstractMessage.Subject
Deprecated.
Use constructor.
setText(String) - Method in class rocks.xmpp.core.stanza.model.AbstractPresence.Status
Deprecated.
Use constructor.
setThread(String) - Method in class rocks.xmpp.core.stanza.model.AbstractMessage
Deprecated.
Use constructor.
setTitle(String) - Method in class rocks.xmpp.extensions.data.model.DataForm
Deprecated.
Use constructor.
setTo(Jid) - Method in class rocks.xmpp.core.stanza.model.Stanza
Deprecated.
Use constructor.
setType(AbstractMessage.Type) - Method in class rocks.xmpp.core.stanza.model.AbstractMessage
Deprecated.
Use constructor.
setType(AbstractPresence.Type) - Method in class rocks.xmpp.core.stanza.model.AbstractPresence
Deprecated.
Use constructor.
setType(DataForm.Field.Type) - Method in class rocks.xmpp.extensions.data.model.DataForm.Field
Deprecated.
setType(DataForm.Type) - Method in class rocks.xmpp.extensions.data.model.DataForm
Deprecated.
Use constructor.
SETUP_FAILED - Static variable in class rocks.xmpp.extensions.compress.model.StreamCompression.Failure.Condition
If the receiving entity finds the requested method unacceptable or unworkable for any other reason.
setValidation(Validation) - Method in class rocks.xmpp.extensions.data.model.DataForm.Field
Deprecated.
setVar(String) - Method in class rocks.xmpp.extensions.data.model.DataForm.Field
Deprecated.
setXmppServiceDomain(String) - Method in class rocks.xmpp.core.session.XmppSession
Sets the XMPP service domain.
size() - Method in class rocks.xmpp.core.util.cache.DirectoryCache
 
size() - Method in class rocks.xmpp.core.util.cache.LruCache
 
socketFactory(SocketFactory) - Method in class rocks.xmpp.core.session.TcpConnectionConfiguration.Builder
Sets a socket factory which creates the socket.
sslContext(SSLContext) - Method in class rocks.xmpp.core.session.ConnectionConfiguration.Builder
Sets a custom SSL context, used to secure the connection.
Stanza - Class in rocks.xmpp.core.stanza.model
The abstract base class for a XML 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(Condition, Object) - Constructor for class rocks.xmpp.core.stanza.model.StanzaError
Creates an error with a given condition and extension.
StanzaError(StanzaError.Type, Condition, String, String, Object, Jid) - Constructor for class rocks.xmpp.core.stanza.model.StanzaError
Creates a stanza error with all possible values.
StanzaError.Type - Enum in rocks.xmpp.core.stanza.model
Represents a <error/> 'type' attribute.
StanzaEvent<S extends Stanza & ClientStreamElement> - Class in rocks.xmpp.core.stanza
An event which is triggered for inbound and outbound stanzas.
StanzaEvent(Object, S, boolean) - Constructor for class rocks.xmpp.core.stanza.StanzaEvent
 
StanzaException - Exception in rocks.xmpp.core.stanza
A stanza exception represents a stanza error.
StanzaException(Stanza) - Constructor for exception rocks.xmpp.core.stanza.StanzaException
Constructs a stanza exception.
StanzaFilter<T extends Stanza & ClientStreamElement> - Interface in rocks.xmpp.core.stanza
A simple filter for stanzas.
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
 
StartTls(boolean) - 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.
storeData(Object) - Method in class rocks.xmpp.extensions.privatedata.PrivateDataManager
Stores private data.
storeGroupDelimiter(String) - Method in class rocks.xmpp.core.roster.RosterManager
Stores the roster group delimiter in the private storage and afterwards sets it.
StreamCompression - Class in rocks.xmpp.extensions.compress.model
An abstract base class for all stream compression classes in the http://jabber.org/protocol/compress namespace.
StreamCompression.Compress - Class in rocks.xmpp.extensions.compress.model
The implementation of the <compress/> element in the http://jabber.org/protocol/compress namespace.
StreamCompression.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.
StreamCompression.Failure.Condition - Class in rocks.xmpp.extensions.compress.model
An abstract base class for a compression failure condition.
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
 
StreamError(Condition, Text, Object) - Constructor for class rocks.xmpp.core.stream.model.StreamError
 
StreamErrorException - Exception in rocks.xmpp.core.stream
Represents a stream error.
StreamErrorException(StreamError) - Constructor for exception rocks.xmpp.core.stream.StreamErrorException
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
 
StreamFeatureListener - Interface in rocks.xmpp.core.stream
A feature listener, which listens for successful feature negotiation.
StreamFeatureNegotiator - Class in rocks.xmpp.core.stream
A base class to negotiate features.
StreamFeatureNegotiator(Class<? extends StreamFeature>) - Constructor for class rocks.xmpp.core.stream.StreamFeatureNegotiator
Constructs a feature negotiator.
StreamFeatureNegotiator.Status - Enum in rocks.xmpp.core.stream
Represents the status of the feature negotiation.
StreamFeatures - Class in rocks.xmpp.core.stream.model
The implementation of the <stream:features/> element.
StreamFeatures(List<Object>) - Constructor for class rocks.xmpp.core.stream.model.StreamFeatures
 
StreamFeaturesManager - Class in rocks.xmpp.core.stream
Manages the various features, which are advertised during stream negotiation.
StreamNegotiationException - Exception in rocks.xmpp.core.stream
An exception which indicates a failure during stream negotiation, e.g. if TLS or SASL negotiation or compression or resource binding fails.
StreamNegotiationException(String) - Constructor for exception rocks.xmpp.core.stream.StreamNegotiationException
 
StreamNegotiationException(String, Throwable) - Constructor for exception rocks.xmpp.core.stream.StreamNegotiationException
 
StreamNegotiationException(Throwable) - Constructor for exception rocks.xmpp.core.stream.StreamNegotiationException
 
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.
SUBSCRIPTION_REQUIRED - Static variable in class rocks.xmpp.core.stanza.model.errors.Condition
The implementation of the <subscription-required/> stanza error.
SubscriptionPreApproval - Class in rocks.xmpp.core.subscription.preapproval.model
The implementation of the subscription pre-approval feature.
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.
Success() - Constructor for class rocks.xmpp.core.sasl.model.Success
 
Success(byte[]) - Constructor for class rocks.xmpp.core.sasl.model.Success
 
SYSTEM_SHUTDOWN - Static variable in class rocks.xmpp.core.stream.model.errors.Condition
The implementation of the <system-shutdown/> stream error.

T

TcpConnection - Class in rocks.xmpp.core.session
The default TCP socket connection as described in TCP Binding.
TcpConnectionConfiguration - Class in rocks.xmpp.core.session
A configuration for a TCP connection.
TcpConnectionConfiguration.Builder - Class in rocks.xmpp.core.session
A builder to create a TcpConnectionConfiguration instance.
TEMPORARY_AUTH_FAILURE - Static variable in class rocks.xmpp.core.sasl.model.Failure.Condition
The implementation of the <temporary-auth-failure/> SASL failure.
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
 
title(String) - Method in class rocks.xmpp.extensions.data.model.DataForm.Builder
 
to(String) - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Sets the 'to' attribute of the body.
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.bind.model.Bind
 
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.sasl.model.Failure.Condition
 
toString() - Method in class rocks.xmpp.core.sasl.model.Failure
 
toString() - Method in class rocks.xmpp.core.session.TcpConnection
 
toString() - Method in class rocks.xmpp.core.stanza.model.AbstractIQ
 
toString() - Method in class rocks.xmpp.core.stanza.model.AbstractMessage.Body
 
toString() - Method in class rocks.xmpp.core.stanza.model.AbstractMessage.Subject
 
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.stanza.StanzaEvent
 
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.compress.model.StreamCompression.Failure.Condition
 
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 class rocks.xmpp.extensions.httpbind.BoshConnection
 
toString() - Method in enum rocks.xmpp.extensions.httpbind.model.Body.Condition
 
toString() - Method in class rocks.xmpp.extensions.privatedata.model.PrivateData
 
toString() - Method in class rocks.xmpp.extensions.privatedata.rosterdelimiter.model.RosterDelimiter
 
toString() - Method in class rocks.xmpp.extensions.privatedata.rosternotes.model.Annotation.Note
 
TruncatedBinaryExponentialBackoffStrategy - Class in rocks.xmpp.core.session
This is the default reconnection strategy used by the ReconnectionManager.
TruncatedBinaryExponentialBackoffStrategy(int, int) - Constructor for class rocks.xmpp.core.session.TruncatedBinaryExponentialBackoffStrategy
 
type(DataForm.Type) - Method in class rocks.xmpp.extensions.data.model.DataForm.Builder
Sets the type of the form.
type(DataForm.Field.Type) - Method in class rocks.xmpp.extensions.data.model.DataForm.Field.Builder
Sets the type of the field.
type(Body.Type) - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Sets the 'type' attribute of the body.

U

UNDEFINED_CONDITION - Static variable in class rocks.xmpp.core.stanza.model.errors.Condition
The implementation of the <undefined-condition/> stanza error.
UNDEFINED_CONDITION - Static variable in class rocks.xmpp.core.stream.model.errors.Condition
The implementation of the <undefined-condition/> stream error.
UNEXPECTED_REQUEST - Static variable in class rocks.xmpp.core.stanza.model.errors.Condition
The implementation of the <unexpected-request/> stanza error.
unmarshal(String) - Method in class rocks.xmpp.core.JidAdapter
 
unsubscribe(Jid) - Method in class rocks.xmpp.core.subscription.PresenceManager
Unsubscribes from a contact's presence.
UNSUPPORTED_ENCODING - Static variable in class rocks.xmpp.core.stream.model.errors.Condition
The implementation of the <unsupported-encoding/> stream error.
UNSUPPORTED_FEATURE - Static variable in class rocks.xmpp.core.stream.model.errors.Condition
The implementation of the <unsupported-feature/> stream error.
UNSUPPORTED_METHOD - Static variable in class rocks.xmpp.extensions.compress.model.StreamCompression.Failure.Condition
If the initiating entity requests a stream compression method that is not supported by the receiving entity.
UNSUPPORTED_STANZA_TYPE - Static variable in class rocks.xmpp.core.stream.model.errors.Condition
The implementation of the <unsupported-stanza-type/> stream error.
UNSUPPORTED_VERSION - Static variable in class rocks.xmpp.core.stream.model.errors.Condition
The implementation of the <unsupported-version/> stream error.
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
 
updateContact(Contact) - Method in class rocks.xmpp.core.roster.RosterManager
Updates a contact in the roster.
useKeySequence(boolean) - Method in class rocks.xmpp.extensions.httpbind.BoshConnectionConfiguration.Builder
Indicates whether a key sequencing mechanism is used to secure a connection.

V

validation(Validation) - Method in class rocks.xmpp.extensions.data.model.DataForm.Field.Builder
Sets the validation.
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(String) - Method in class rocks.xmpp.extensions.data.model.DataForm.Field.Builder
Sets the value as string.
value(boolean) - Method in class rocks.xmpp.extensions.data.model.DataForm.Field.Builder
Sets the value as boolean.
value(int) - Method in class rocks.xmpp.extensions.data.model.DataForm.Field.Builder
Sets the value as integer.
value(Jid) - Method in class rocks.xmpp.extensions.data.model.DataForm.Field.Builder
Sets the value as JID.
value(Date) - Method in class rocks.xmpp.extensions.data.model.DataForm.Field.Builder
Sets the value as date.
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.session.XmppSession.Status
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.core.stream.StreamFeatureNegotiator.Status
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.session.XmppSession.Status
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.core.stream.StreamFeatureNegotiator.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class rocks.xmpp.core.util.cache.DirectoryCache
 
values() - Method in class rocks.xmpp.core.util.cache.LruCache
 
values(Collection<String>) - Method in class rocks.xmpp.extensions.data.model.DataForm.Field.Builder
Sets the values.
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.
valuesEnum(Collection<? extends Enum<?>>) - Method in class rocks.xmpp.extensions.data.model.DataForm.Field.Builder
Sets the values from an enum.
valuesJid(Collection<Jid>) - Method in class rocks.xmpp.extensions.data.model.DataForm.Field.Builder
Sets the values as JIDs.
var(String) - Method in class rocks.xmpp.extensions.data.model.DataForm.Field.Builder
Sets the var attribute.
version(String) - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Sets the 'ver' attribute of the body.

W

wait(int) - Method in class rocks.xmpp.extensions.httpbind.BoshConnectionConfiguration.Builder
Sets the longest time (in seconds) that the connection manager is allowed to wait before responding to any request during the session.
wait(int) - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Sets the 'wait' attribute of the body.
withFrom(Jid) - Method in class rocks.xmpp.core.stanza.model.client.IQ
 
withFrom(Jid) - Method in class rocks.xmpp.core.stanza.model.client.Message
 
withFrom(Jid) - Method in class rocks.xmpp.core.stanza.model.client.Presence
 
withFrom(Jid) - Method in class rocks.xmpp.core.stanza.model.server.IQ
 
withFrom(Jid) - Method in class rocks.xmpp.core.stanza.model.server.Message
 
withFrom(Jid) - Method in class rocks.xmpp.core.stanza.model.server.Presence
 
withFrom(Jid) - Method in class rocks.xmpp.core.stanza.model.Stanza
Creates a copy of this stanza and adds a from attribute to it.
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
 
wrappedObjects(Collection<Object>) - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Sets the wrapped objects of the body, i.e. the payload.
writeStanza(String, Object) - Method in class rocks.xmpp.core.session.debug.ConsoleDebugger
 
writeStanza(String, Object) - Method in interface rocks.xmpp.core.session.debug.XmppDebugger
This method is called, whenever a stream element is written.

X

XBOSH_NAMESPACE - Static variable in class rocks.xmpp.extensions.httpbind.model.Body
urn:xmpp:xbosh
XmppDebugger - Interface in rocks.xmpp.core.session.debug
A debugger interface, which allows to implement custom debugger implementation to log XMPP traffic.
XmppException - Exception in rocks.xmpp.core
This is the 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(Throwable) - Constructor for exception rocks.xmpp.core.XmppException
 
XmppException(String, Throwable) - Constructor for exception rocks.xmpp.core.XmppException
 
XmppSaslClientFactory - Class in rocks.xmpp.core.sasl
A factory which creates SaslClients, which are used in XMPP context and are not natively provided by the default security provider.
XmppSaslClientFactory() - Constructor for class rocks.xmpp.core.sasl.XmppSaslClientFactory
 
XmppSession - Class in rocks.xmpp.core.session
The base class for establishing an XMPP session with a server.
XmppSession(String, ConnectionConfiguration...) - Constructor for class rocks.xmpp.core.session.XmppSession
Creates a session with the specified service domain, by using the default configuration.
XmppSession(String, XmppSessionConfiguration, ConnectionConfiguration...) - Constructor for class rocks.xmpp.core.session.XmppSession
Creates a session with the specified service domain by using a configuration.
XmppSession.Status - Enum in rocks.xmpp.core.session
Represents the session status.
XmppSessionConfiguration - Class in rocks.xmpp.core.session
A configuration for an XmppSession.
XmppSessionConfiguration.Builder - Class in rocks.xmpp.core.session
A builder to create an XmppSessionConfiguration instance.
XmppUtils - Class in rocks.xmpp.core
Utility class with static factory methods.
xmppVersion(String) - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Sets the 'version' attribute of the body.

Z

ZLIB - Static variable in class rocks.xmpp.extensions.compress.CompressionManager
The "zlib" compression method.
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
Skip navigation links

Copyright © 2014–2015 XMPP.rocks. All rights reserved.