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 
All Classes All Packages

A

Abort - Class in rocks.xmpp.core.sasl.model
The implementation of the <abort/> element to abort SASL negotiation.
ABORTED - Static variable in class rocks.xmpp.core.sasl.model.Failure.Condition
The implementation of the <aborted/> SASL failure.
AbstractAvatarManager - Class in rocks.xmpp.extensions.avatar
An abstract avatar manager, which provides a common implementation for both avatar protocols.
AbstractBookmark - Class in rocks.xmpp.extensions.bookmarks.model
An abstract base class for bookmarks.
AbstractConnection - Class in rocks.xmpp.core.net
An abstract connection implementation.
AbstractEntityCapabilities1Protocol - Class in rocks.xmpp.extensions.caps
Abstract base class for the original Entity Capabilities protocol (XEP-0115: Entity Capabilities).
AbstractEntityCapabilities2Protocol - Class in rocks.xmpp.extensions.caps2
Abstract base class for the second Entity Capabilities protocol (XEP-0390: Entity Capabilities 2.0).
AbstractEntityCapabilitiesProtocol<T extends EntityCapabilities> - Class in rocks.xmpp.extensions.caps
Base class for the Entity Capabilities protocols.
AbstractIQHandler - Class in rocks.xmpp.core.stanza
This class is an IQ handler for extension managers.
AbstractRpcManager - Class in rocks.xmpp.extensions.rpc
This manager allows you to call remote procedures and handle inbound calls, if enabled.
AbstractServiceDiscoveryManager - Class in rocks.xmpp.extensions.disco
 
AbstractStreamManager - Class in rocks.xmpp.extensions.sm
Contains stream management logic which is shared between clients and servers.
AbstractTcpConnector<T> - Class in rocks.xmpp.core.net.client
An abstract transport connector which binds XMPP to TCP using the preferred TCP resolution process.
AbstractTcpConnector() - Constructor for class rocks.xmpp.core.net.client.AbstractTcpConnector
 
accept() - Method in class rocks.xmpp.extensions.bytestreams.ByteStreamEvent
Accepts the session.
accept() - Method in class rocks.xmpp.extensions.jingle.JingleEvent
 
accept(File) - Method in class rocks.xmpp.extensions.filetransfer.FileTransferOfferEvent
Accepts the inbound file transfer request.
accept(OutputStream) - Method in class rocks.xmpp.extensions.filetransfer.FileTransferOfferEvent
Accepts the inbound file transfer request.
accept(String) - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Sets the 'accept' attribute of the body.
accept(Path) - Method in class rocks.xmpp.extensions.filetransfer.FileTransferOfferEvent
Accepts the inbound file transfer request.
accept(IQ, String, FileTransferOffer, Object, OutputStream) - Method in interface rocks.xmpp.extensions.filetransfer.FileTransferNegotiator
 
accept(IQ, String, FileTransferOffer, Object, OutputStream) - Method in class rocks.xmpp.extensions.oob.OutOfBandFileTransferManager
 
accept(IQ, String, FileTransferOffer, Object, OutputStream) - Method in class rocks.xmpp.extensions.si.StreamInitiationManager
 
accept(Jingle.Content...) - Method in class rocks.xmpp.extensions.jingle.apps.filetransfer.JingleFileTransferSession
 
accept(Jingle.Content...) - Method in class rocks.xmpp.extensions.jingle.JingleSession
Accepts the session.
acceptEither(CompletionStage<? extends T>, Consumer<? super T>) - Method in class rocks.xmpp.util.concurrent.AsyncResult
 
acceptEitherAsync(CompletionStage<? extends T>, Consumer<? super T>) - Method in class rocks.xmpp.util.concurrent.AsyncResult
 
acceptEitherAsync(CompletionStage<? extends T>, Consumer<? super T>, Executor) - Method in class rocks.xmpp.util.concurrent.AsyncResult
 
acceptTransport(String, TransportMethod) - Method in class rocks.xmpp.extensions.jingle.JingleSession
 
ACCESS_AUTHORIZE - rocks.xmpp.extensions.pubsub.model.PubSubFeature
The default node access model is authorize.
ACCESS_OPEN - rocks.xmpp.extensions.pubsub.model.PubSubFeature
The default node access model is open.
ACCESS_PRESENCE - rocks.xmpp.extensions.pubsub.model.PubSubFeature
TThe default node access model is presence.
ACCESS_ROSTER - rocks.xmpp.extensions.pubsub.model.PubSubFeature
The default node access model is roster.
ACCESS_WHITELIST - rocks.xmpp.extensions.pubsub.model.PubSubFeature
The default node access model is whitelist.
accessModel(AccessModel) - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration.Builder
Who may subscribe and retrieve items.
accessModel(AccessModel) - Method in class rocks.xmpp.extensions.pubsub.model.PublishOptions.Builder
 
AccessModel - Enum in rocks.xmpp.extensions.pubsub.model
Defines who may subscribe to a node.
ACCOUNT_DISABLED - Static variable in class rocks.xmpp.core.sasl.model.Failure.Condition
The implementation of the <account-disabled/> SASL failure.
accountAdmin() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
The user@host is an administrative account.
accountAnonymous() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
The user@host is a "guest" account that allows anonymous login by any user.
accountRegistered() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
The user@host is a registered or provisioned account associated with a particular non-administrative user.
accuracy(Double) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation.Builder
Sets the horizontal GPS error in meters.
ack(long) - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Sets the 'ack' attribute of the body.
Action() - Constructor for class rocks.xmpp.extensions.rtt.model.RealTimeText.Action
 
activate(String, Jid) - Static method in class rocks.xmpp.extensions.bytestreams.s5b.model.Socks5ByteStream
Creates a <query/> element with an <activate/> child element.
activate(Chat) - Method in class rocks.xmpp.extensions.rtt.RealTimeTextManager
Activates real-time text for a chat session.
activated(String, String) - Static method in class rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod
Creates a transport method with a <activated/> element.
Active - Class in rocks.xmpp.extensions.jingle.apps.rtp.model.info
The implementation of the <active/> element in the urn:xmpp:jingle:apps:rtp:info:1 namespace.
Active() - Constructor for class rocks.xmpp.extensions.jingle.apps.rtp.model.info.Active
 
ACTIVE - rocks.xmpp.extensions.jingle.JingleSession.State
The session has been accepted.
ACTIVE - Static variable in class rocks.xmpp.extensions.chatstates.model.ChatState
User is actively participating in the chat session.
ACTIVE - Static variable in class rocks.xmpp.extensions.csi.model.ClientState
The active state.
Activity - Class in rocks.xmpp.extensions.activity.model
The implementation of the <activity/> element in the http://jabber.org/protocol/activity namespace.
Activity() - Constructor for class rocks.xmpp.extensions.activity.model.Activity
Creates an empty activity which is used to disable publishing an activity.
Activity(Category) - Constructor for class rocks.xmpp.extensions.activity.model.Activity
Creates an activity with a category.
Activity(Category, String) - Constructor for class rocks.xmpp.extensions.activity.model.Activity
Creates an activity with a category and text.
Activity(Category, SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.Activity
Creates an activity with a category and a specific activity.
Activity(Category, SpecificActivity, String) - Constructor for class rocks.xmpp.extensions.activity.model.Activity
Creates an activity with a category, a specific activity and a text.
Actor - Interface in rocks.xmpp.extensions.muc.model
The <actor/> element, which is used in both #admin and #user namespace to indicate who has kicked or banned another user.
adaptForBackground(float, float, float) - Method in class rocks.xmpp.extensions.colors.ConsistentColor
Adapts the color for a background color.
ADD - rocks.xmpp.extensions.rosterx.model.ContactExchange.Item.Action
Suggests roster item addition.
addAvatarChangeListener(Consumer<AvatarChangeEvent>) - Method in class rocks.xmpp.extensions.avatar.AbstractAvatarManager
Adds an avatar listener, to listen for avatar updates.
addAvatarChangeListener(Consumer<AvatarChangeEvent>) - Method in interface rocks.xmpp.extensions.avatar.AvatarManager
Adds an avatar change listener which listens for avatar updates from other contacts.
addAvatarChangeListener(Consumer<AvatarChangeEvent>) - Method in class rocks.xmpp.extensions.avatar.CombinedAvatarManager
Adds an avatar listener, to listen for avatar updates.
addBlockingListener(Consumer<BlockingEvent>) - Method in class rocks.xmpp.extensions.blocking.BlockingManager
Adds a blocking listener, which allows to listen for block and unblock pushes.
addBookmark(AbstractBookmark) - Method in class rocks.xmpp.extensions.bookmarks.BookmarkManager
Adds a bookmark.
addByteStreamListener(Consumer<ByteStreamEvent>) - Method in class rocks.xmpp.extensions.bytestreams.ByteStreamManager
Adds a byte stream listener, which allows to listen for inbound byte stream requests.
addCapabilitiesChangeListener(Consumer<EventObject>) - Method in class rocks.xmpp.extensions.disco.client.ClientServiceDiscoveryManager
Adds a property change listener, which listens for changes in the identities, features and extensions collections.
addChatPartnerListener(Consumer<ChatSession.ChatPartnerEvent>) - Method in class rocks.xmpp.im.chat.ChatSession
Adds a chat partner listener.
addChatSessionListener(Consumer<ChatSessionEvent>) - Method in class rocks.xmpp.im.chat.ChatManager
Adds a chat session listener.
addConnectionListener(Consumer<ConnectionEvent>) - Method in class rocks.xmpp.core.session.XmppSession
Adds a connection listener, which is triggered, when the connection used by this session is disconnected or reconnected.
addContact(Contact, boolean, String) - Method in class rocks.xmpp.im.roster.RosterManager
Adds a contact to the roster and optionally also sends a subscription request to it.
addContactExchangeListener(Consumer<ContactExchangeEvent>) - Method in class rocks.xmpp.extensions.rosterx.ContactExchangeManager
Adds a contact exchange listener.
addCreationListener(Consumer<XmppSession>) - Static method in class rocks.xmpp.core.session.XmppSession
Adds a listener, which is triggered, whenever a new session is created.
addExtension(Object) - Method in class rocks.xmpp.core.stanza.model.ExtensibleStanza
Adds an extension to this stanza.
addExtension(DataForm) - Method in class rocks.xmpp.extensions.disco.client.ClientServiceDiscoveryManager
Adds an extension.
addExtensions(Object...) - Method in class rocks.xmpp.core.stanza.model.ExtensibleStanza
Adds extensions to this stanza.
addExtensions(Collection<Object>) - Method in class rocks.xmpp.core.stanza.model.ExtensibleStanza
Adds extensions to this stanza.
addFeature(String) - Method in class rocks.xmpp.extensions.disco.client.ClientServiceDiscoveryManager
Adds a feature.
addFeature(String) - Method in interface rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Adds a feature.
addFeatureNegotiator(StreamFeatureNegotiator<? extends StreamFeature>) - Method in class rocks.xmpp.core.stream.client.StreamFeaturesManager
Adds a new feature negotiator, which is responsible for negotiating an individual feature.
addFileTransferOfferListener(Consumer<FileTransferOfferEvent>) - Method in class rocks.xmpp.extensions.filetransfer.FileTransferManager
Adds a file transfer listener, which allows to listen for inbound file transfer requests.
addFileTransferStatusListener(Consumer<FileTransferStatusEvent>) - Method in class rocks.xmpp.extensions.filetransfer.FileTransfer
Adds a file transfer status listener, which allows to listen for file transfer status changes.
addGeoLocationListener(Consumer<GeoLocationEvent>) - Method in class rocks.xmpp.extensions.geoloc.GeoLocationManager
Adds a listener, which allows to listen for geo location changes.
addHttpAuthenticationListener(Consumer<HttpAuthenticationEvent>) - Method in class rocks.xmpp.extensions.httpauth.HttpAuthenticationManager
Adds a HTTP authentication listener, which allows to listen for HTTP authentication confirmation requests.
addIdentity(Identity) - Method in class rocks.xmpp.extensions.disco.client.ClientServiceDiscoveryManager
Adds an identity.
addIdentity(Identity) - Method in interface rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Adds an identity.
addInboundIQListener(Consumer<IQEvent>) - 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(Consumer<MessageEvent>) - 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.
addInboundMessageListener(Consumer<MessageEvent>) - Method in class rocks.xmpp.im.chat.Chat
Adds a message listener, which allows to listen for inbound messages.
addInboundPresenceListener(Consumer<PresenceEvent>) - 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.
addInfo(DiscoverableInfo) - Method in class rocks.xmpp.extensions.disco.client.ClientServiceDiscoveryManager
Adds discoverable information to the root node.
addInfoProvider(InfoProvider) - Method in class rocks.xmpp.extensions.disco.AbstractServiceDiscoveryManager
 
addInfoProvider(InfoProvider) - Method in interface rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Adds an info provider.
addInvitationDeclineListener(Consumer<InvitationDeclineEvent>) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Adds a invitation decline listener, which allows to listen for invitation declines.
addInvitationListener(Consumer<InvitationEvent>) - Method in class rocks.xmpp.extensions.muc.MultiUserChatManager
Adds an invitation listener, which allows to listen for inbound multi-user chat invitations.
addIQHandler(IQHandler) - Method in class rocks.xmpp.core.session.XmppSession
Adds an IQ handler for a given payload type.
addIQHandler(IQHandler, boolean) - Method in class rocks.xmpp.core.session.XmppSession
Deprecated.
Simply use XmppSession.addIQHandler(IQHandler), this method now behaves the same.
addItemProvider(ItemProvider) - Method in class rocks.xmpp.extensions.disco.AbstractServiceDiscoveryManager
 
addItemProvider(ItemProvider) - Method in interface rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Adds an item provider.
addJingleListener(Consumer<JingleEvent>) - Method in class rocks.xmpp.extensions.jingle.JingleManager
Adds a Jingle listener, which allows to listen for Jingle events.
addJingleListener(Consumer<JingleEvent>) - Method in class rocks.xmpp.extensions.jingle.JingleSession
Adds a Jingle listener, which allows to listen for Jingle events.
addMessageAcknowledgedListener(Consumer<MessageEvent>) - Method in class rocks.xmpp.core.session.XmppSession
Adds a listener, which gets called, when the server acknowledges the receipt of a message.
addMessageDeliveredListener(Consumer<MessageDeliveredEvent>) - Method in class rocks.xmpp.extensions.receipts.MessageDeliveryReceiptsManager
Adds a message delivered listener, which allows to listen for delivered messages.
addOccupantListener(Consumer<OccupantEvent>) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Adds an occupant listener, which allows to listen for presence changes of occupants, e.g.
addOutboundIQListener(Consumer<IQEvent>) - 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(Consumer<MessageEvent>) - 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(Consumer<PresenceEvent>) - 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.
addPrivacyListListener(Consumer<PrivacyListEvent>) - Method in class rocks.xmpp.extensions.privacy.PrivacyListManager
Adds a privacy list listener.
addReachabilityAddress(Address) - Method in class rocks.xmpp.extensions.reach.ReachabilityManager
Adds a reachability address.
addReachabilityListener(Consumer<ReachabilityEvent>) - Method in class rocks.xmpp.extensions.reach.ReachabilityManager
Adds a reachability listener, which allows to listen for reachability updates.
addRealTimeMessageListener(Consumer<RealTimeMessageEvent>) - Method in class rocks.xmpp.extensions.rtt.RealTimeTextManager
Adds a real-time message listener, which allows to listen for new inbound real-time messages.
addRealTimeTextActivationListener(Consumer<RealTimeTextActivationEvent>) - Method in class rocks.xmpp.extensions.rtt.RealTimeTextManager
Adds a real-time text listener, which allows to listen for real-time text.
addRealTimeTextChangeListener(Consumer<RealTimeTextChangeEvent>) - Method in class rocks.xmpp.extensions.rtt.InboundRealTimeMessage
Adds a text change listener, which allows to listen for text changes.
Address - Class in rocks.xmpp.extensions.address.model
The implementation of the <address/> element in the http://jabber.org/protocol/address namespace.
Address - Class in rocks.xmpp.extensions.reach.model
The implementation of the <address/> element in the urn:xmpp:reach:0 namespace.
Address() - Constructor for class rocks.xmpp.extensions.vcard.temp.model.VCard.Address
 
Address(boolean, boolean, boolean, boolean, boolean, boolean, String, String, String, String, String, String, String) - Constructor for class rocks.xmpp.extensions.vcard.temp.model.VCard.Address
Creates a address with all possible values.
Address(String, String, String, String) - Constructor for class rocks.xmpp.extensions.vcard.temp.model.VCard.Address
Creates a postal home address (marked as preferred).
Address(URI, Address.Description...) - Constructor for class rocks.xmpp.extensions.reach.model.Address
Constructs an reachability address.
Address(Address.Type, URI, CharSequence, Object...) - Constructor for class rocks.xmpp.extensions.address.model.Address
 
Address(Address.Type, Jid, CharSequence, CharSequence, Object...) - Constructor for class rocks.xmpp.extensions.address.model.Address
 
Address(Address.Type, Jid, CharSequence, Object...) - Constructor for class rocks.xmpp.extensions.address.model.Address
 
Address(Address.Type, Jid, Object...) - Constructor for class rocks.xmpp.extensions.address.model.Address
 
Address.Description - Class in rocks.xmpp.extensions.reach.model
The description of the address.
Address.Type - Enum in rocks.xmpp.extensions.address.model
The type of the address.
Addressable - Interface in rocks.xmpp.core
Represents any instance which is addressable by a JID.
Addresses - Class in rocks.xmpp.extensions.address.model
The implementation of the <addresses/> element in the http://jabber.org/protocol/address namespace..
Addresses(Collection<Address>) - Constructor for class rocks.xmpp.extensions.address.model.Addresses
Creates an address extension.
Addresses(Address...) - Constructor for class rocks.xmpp.extensions.address.model.Addresses
Creates an address extension.
AddressLabel(boolean, boolean, boolean, boolean, boolean, boolean, String...) - Constructor for class rocks.xmpp.extensions.vcard.temp.model.VCard.AddressLabel
Creates an address label.
AddressLabel(String...) - Constructor for class rocks.xmpp.extensions.vcard.temp.model.VCard.AddressLabel
Creates a default address label for an international, postal, parcel and work address.
addRosterListener(Consumer<RosterEvent>) - Method in class rocks.xmpp.im.roster.RosterManager
Adds a roster listener, which will get notified, whenever the roster changes.
addSendFailedListener(BiConsumer<StreamElement, Throwable>) - Method in class rocks.xmpp.core.session.XmppSession
Adds a listener, which gets called, whenever a stream element (e.g. message) has been sent unsuccessfully.
addSendSucceededListener(Consumer<StreamElement>) - Method in class rocks.xmpp.core.session.XmppSession
Adds a listener, which gets called, whenever a stream element (e.g. message) has been sent successfully.
addSessionStatusListener(Consumer<SessionStatusEvent>) - Method in class rocks.xmpp.core.session.XmppSession
Adds a session listener, which listens for session status changes.
addSubjectChangeListener(Consumer<SubjectChangeEvent>) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Adds a subject change listener, which allows to listen for subject changes.
addSupportedHeader(String) - Method in class rocks.xmpp.extensions.shim.client.ClientHeaderManager
 
addSupportedHeader(String) - Method in interface rocks.xmpp.extensions.shim.HeaderManager
Adds a supported header.
addSupportedHeader(String) - Method in class rocks.xmpp.extensions.shim.StanzaHeadersAndInternetMetadataProtocol
 
addTrustedEntity(Jid) - Method in class rocks.xmpp.extensions.rosterx.ContactExchangeManager
Adds a trusted entity for which roster item exchange suggestions are approved automatically (no listeners will be called).
ADMIN - rocks.xmpp.extensions.muc.model.Affiliation
The admin affiliation.
administrators(Collection<Jid>) - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration.Builder
Full list of room admins.
AdvancedMessageProcessing - Class in rocks.xmpp.extensions.amp.model
The implementation of the <amp/> element in the http://jabber.org/protocol/amp namespace.
AdvancedMessageProcessing(Collection<Rule>) - Constructor for class rocks.xmpp.extensions.amp.model.AdvancedMessageProcessing
Constructs an <amp/> element with rules.
AdvancedMessageProcessing(Collection<Rule>, Boolean) - Constructor for class rocks.xmpp.extensions.amp.model.AdvancedMessageProcessing
Constructs an <amp/> element with rules and a per-hop attribute.
AdvancedMessageProcessing(List<Rule>, Rule.Action, Jid, Jid) - Constructor for class rocks.xmpp.extensions.amp.model.AdvancedMessageProcessing
Constructs an <amp/> element with rules, status, from and to attribute.
AdvancedMessageProcessing(Rule...) - Constructor for class rocks.xmpp.extensions.amp.model.AdvancedMessageProcessing
Constructs an <amp/> element with rules.
AdvancedMessageProcessingError - Class in rocks.xmpp.extensions.amp.model
An abstract base class for all Advanced Message Processing Errors.
AdvancedMessageProcessingError() - Constructor for class rocks.xmpp.extensions.amp.model.AdvancedMessageProcessingError
 
Affiliation - Enum in rocks.xmpp.extensions.muc.model
A long-lived association or connection with a room; the possible affiliations are "owner", "admin", "member", and "outcast" (naturally it is also possible to have no affiliation); affiliation is distinct from role.
Affiliation - Interface in rocks.xmpp.extensions.pubsub.model
Represents the <affiliation/> element, which is used in both 'pubsub' and 'pubsub#owner' namespace.
AFFILIATION_CHANGED - Static variable in class rocks.xmpp.extensions.muc.model.user.Status
Inform user that his or her affiliation changed while not in the room (101).
AffiliationState - Enum in rocks.xmpp.extensions.pubsub.model
Represents the affiliations which allow to manage permissions.
Afraid() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Afraid
 
Afraid(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Afraid
 
afterUnmarshal(Object, Object) - Method in class rocks.xmpp.util.LanguageUnmarshallerListener
 
ALERT - rocks.xmpp.extensions.amp.model.Rule.Action
The "alert" action triggers a reply <message/> stanza to the sending entity.
ALL - rocks.xmpp.extensions.pubsub.model.ChildrenAssociationPolicy
Anyone may associate leaf nodes with the collection.
allOf(Collection<? extends CompletionStage<List<T>>>) - Static method in class rocks.xmpp.util.concurrent.CompletionStages
Returns a completion stage, which is complete when all the completion stages are complete.
ALLOW - rocks.xmpp.extensions.privacy.model.PrivacyRule.Action
Allows communication.
allowRegister(boolean) - Method in class rocks.xmpp.extensions.muc.model.RoomRegistration.Builder
Whether to allow registration with the room.
allowRequest(boolean) - Method in class rocks.xmpp.extensions.muc.model.RequestVoice.Builder
Whether to grant voice.
allowSubscriptions(Boolean) - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration.Builder
Whether to allow subscriptions.
AlternativeSession(String) - Constructor for class rocks.xmpp.extensions.jingle.model.Jingle.Reason.AlternativeSession
 
altitude(Double) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation.Builder
Sets the altitude in meters above or below sea level.
altitudeAccuracy(Double) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation.Builder
Sets the vertical GPS error in meters.
alwaysAfter(Duration) - Static method in interface rocks.xmpp.core.session.ReconnectionStrategy
Reconnects always after a fix duration, e.g. after 10 seconds.
alwaysRandomlyAfter(Duration, Duration) - Static method in interface rocks.xmpp.core.session.ReconnectionStrategy
Reconnects always after a random duration which lies between the given min and max duration, e.g. after 10-20 seconds.
Amazed() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Amazed
 
Amazed(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Amazed
 
Amorous() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Amorous
 
Amorous(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Amorous
 
Angry() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Angry
 
Angry(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Angry
 
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).
Annoyed() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Annoyed
 
Annoyed(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Annoyed
 
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
 
Answer(long) - Constructor for class rocks.xmpp.extensions.sm.model.StreamManagement.Answer
 
Anxious() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Anxious
 
Anxious(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Anxious
 
ANY - rocks.xmpp.extensions.amp.model.Rule.MatchResource
Destination resource matches any value, effectively ignoring the intended resource.
ApplicationFormat - Class in rocks.xmpp.extensions.jingle.apps.model
An abstract base class for Jingle application formats.
appliedToInboundPresence() - Method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
Creates a new privacy rule, which is applied to inbound presence notifications.
appliedToIQs() - Method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
Creates a new privacy rule, which is applied to IQ stanzas.
appliedToMessages() - Method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
Creates a new privacy rule, which is applied to inbound messages.
appliedToOutboundPresence() - Method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
Creates a new privacy rule, which is applied to outbound presence notifications.
applyToEither(CompletionStage<? extends T>, Function<? super T, U>) - Method in class rocks.xmpp.util.concurrent.AsyncResult
 
applyToEitherAsync(CompletionStage<? extends T>, Function<? super T, U>) - Method in class rocks.xmpp.util.concurrent.AsyncResult
 
applyToEitherAsync(CompletionStage<? extends T>, Function<? super T, U>, Executor) - Method in class rocks.xmpp.util.concurrent.AsyncResult
 
approve(ContactExchange.Item) - Method in class rocks.xmpp.extensions.rosterx.ContactExchangeManager
Approves a roster exchange item by modifying the roster accordingly.
approveSubscription(Jid) - Method in class rocks.xmpp.im.subscription.PresenceManager
Approves a subscription request.
area(String) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation.Builder
Sets a named area such as a campus or neighborhood.
Aroused() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Aroused
 
Aroused(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Aroused
 
asActive() - Method in class rocks.xmpp.extensions.privacy.model.PrivacyList
Gets the privacy list marked as active list.
asAttributes() - Method in class rocks.xmpp.dns.TxtRecord
Gets the attributes of this record.
asBareJid() - Method in interface rocks.xmpp.addr.Jid
Gets the bare JID representation of this JID, i.e. removes the resource part.
asBareJid() - Method in class rocks.xmpp.addr.MalformedJid
 
asDefault() - Method in class rocks.xmpp.extensions.privacy.model.PrivacyList
Gets the privacy list marked as default list.
Ashamed() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Ashamed
 
Ashamed(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Ashamed
 
ASSISTED - rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod.Candidate.Type
Direct connection using NAT assisting technologies like NAT-PMP or UPnP-IGD.
AsyncResult<T> - Class in rocks.xmpp.util.concurrent
Represents the result of an asynchronous operation.
AsyncResult(CompletionStage<T>) - Constructor for class rocks.xmpp.util.concurrent.AsyncResult
 
atSubdomain(CharSequence) - Method in interface rocks.xmpp.addr.Jid
Creates a new JID at a subdomain and at the same domain as this JID.
atSubdomain(CharSequence) - Method in class rocks.xmpp.addr.MalformedJid
 
Attention - Class in rocks.xmpp.extensions.attention.model
The implementation of the <attention/> element in the urn:xmpp:attention:0 namespace.
AtTheSpa() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.AtTheSpa
 
AtTheSpa(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.AtTheSpa
 
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
 
AUTH - rocks.xmpp.core.stanza.model.StanzaError.Type
Retry after providing credentials.
authCert() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A server component that authenticates based on external certificates.
AUTHENTICATED - rocks.xmpp.core.session.XmppSession.Status
The session has authenticated.
AUTHENTICATING - rocks.xmpp.core.session.XmppSession.Status
The session is currently authenticating with the server.
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.
authGeneric() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A server authentication component other than one of the registered types.
authId(String) - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Sets the 'authid' attribute of the body.
authLdap() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A server component that authenticates against an LDAP database.
authNtlm() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A server component that authenticates against an NT domain.
AUTHORIZE - rocks.xmpp.extensions.pubsub.model.AccessModel
The node owner must approve all subscription requests, and only subscribers may retrieve items from the node.
authPam() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A server component that authenticates against a PAM system.
AUTO_CREATE - rocks.xmpp.extensions.pubsub.model.PubSubFeature
The service supports automatic creation of nodes on first publish.
AUTO_SUBSCRIBE - rocks.xmpp.extensions.pubsub.model.PubSubFeature
The service supports automatic subscription to a nodes based on presence subscription.
automationCommandList() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
The node for a list of commands; valid only for the node "http://jabber.org/protocol/commands".
automationCommandNode() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A node for a specific command; the "node" attribute uniquely identifies the command.
automationRpc() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
An entity that supports Jabber-RPC.
automationSoap() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
An entity that supports the SOAP XMPP Binding.
automationTranslation() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
An entity that provides automated translation services.
AvatarChangeEvent - Class in rocks.xmpp.extensions.avatar
The avatar change event to notify about avatar updates.
AvatarData - Class in rocks.xmpp.extensions.avatar.model.data
The implementation of the <data/> element in the urn:xmpp:avatar:data namespace.
AvatarData(byte[]) - Constructor for class rocks.xmpp.extensions.avatar.model.data.AvatarData
 
AvatarManager - Interface in rocks.xmpp.extensions.avatar
In XMPP two extension protocols are defined which both deal with avatars.
AvatarMetadata - Class in rocks.xmpp.extensions.avatar.model.metadata
The implementation of the <metadata/> element in the urn:xmpp:avatar:metadata namespace.
AvatarMetadata(Object, AvatarMetadata.Info...) - Constructor for class rocks.xmpp.extensions.avatar.model.metadata.AvatarMetadata
 
AvatarMetadata(AvatarMetadata.Info...) - Constructor for class rocks.xmpp.extensions.avatar.model.metadata.AvatarMetadata
 
AvatarMetadata.Info - Class in rocks.xmpp.extensions.avatar.model.metadata
The implementation of the <info/> element in the urn:xmpp:avatar:metadata namespace.
AvatarUpdate - Class in rocks.xmpp.extensions.vcard.avatar.model
The implementation of the <x/> element in the vcard-temp:x:update namespace.
AvatarUpdate() - Constructor for class rocks.xmpp.extensions.vcard.avatar.model.AvatarUpdate
Creates an empty avatar update element to indicate, we are not yet ready to advertise an image.
AvatarUpdate(String) - Constructor for class rocks.xmpp.extensions.vcard.avatar.model.AvatarUpdate
Creates an avatar update element with a hash value.
awaitNegotiation(Class<? extends StreamFeature>) - Method in class rocks.xmpp.core.stream.client.StreamFeaturesManager
Waits until the given feature will be negotiated.
awaitTermination(long, TimeUnit) - Method in class rocks.xmpp.util.concurrent.QueuedExecutorService
 
AWAY - rocks.xmpp.core.stanza.model.Presence.Show
The entity or resource is temporarily away.

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_PROFILE - Static variable in class rocks.xmpp.extensions.si.model.StreamInitiation
The implementation of the <si:bad-profile/> error condition.
BAD_REQUEST - rocks.xmpp.extensions.httpbind.model.Body.Condition
The format of an HTTP header or binding element received from the client is unacceptable (e.g., syntax error).
BAD_REQUEST - Static variable in class rocks.xmpp.core.stanza.model.errors.Condition
The implementation of the <bad-request/> stanza error.
BadAction() - Constructor for class rocks.xmpp.extensions.commands.model.Command.BadAction
 
BadLocale() - Constructor for class rocks.xmpp.extensions.commands.model.Command.BadLocale
 
BadPayload() - Constructor for class rocks.xmpp.extensions.commands.model.Command.BadPayload
 
BadSessionId() - Constructor for class rocks.xmpp.extensions.commands.model.Command.BadSessionId
 
Bandwidth(String) - Constructor for class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp.Bandwidth
Creates a bandwidth object.
BANNED - rocks.xmpp.extensions.muc.OccupantEvent.Type
The occupant got banned by an admin.
BANNED - Static variable in class rocks.xmpp.extensions.muc.model.user.Status
Inform user that he or she has been banned from the room (301).
banUser(Jid, String) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Bans a user.
Basic() - Constructor for class rocks.xmpp.extensions.data.validate.model.Validation.ValidationMethod.Basic
 
BCC - rocks.xmpp.extensions.address.model.Address.Type
These addressees should receive 'blind carbon copies' of the stanza.
bearing(Double) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation.Builder
Sets the GPS bearing (direction in which the entity is heading to reach its next waypoint), measured in decimal degrees relative to true north.
becomeInvisible() - Method in class rocks.xmpp.extensions.invisible.InvisibilityManager
Becomes invisible.
becomeVisible() - Method in class rocks.xmpp.extensions.invisible.InvisibilityManager
Becomes visible.
beforeUnmarshal(Object, Object) - Method in class rocks.xmpp.util.LanguageUnmarshallerListener
 
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.
Block - Class in rocks.xmpp.extensions.blocking.model
The implementation of the <block/> element in the urn:xmpp:blocking namespace.
Block(Collection<Jid>) - Constructor for class rocks.xmpp.extensions.blocking.model.Block
 
Blockable - Class in rocks.xmpp.extensions.blocking.model
Blockable JIDs in the blocking command.
blockAllCommunicationWith(Jid, long) - Static method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
Creates a rule, which blocks all communication from and to another entity.
blockAllCommunicationWithEntitiesWithSubscription(SubscriptionState.Subscription, long) - Static method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
Creates a rule, which blocks all communication from and to any entities in the specified roster group.
blockAllCommunicationWithRosterGroup(String, long) - Static method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
Creates a rule, which blocks all communication from and to any entities in the specified roster group.
blockContact(Jid...) - Method in class rocks.xmpp.extensions.blocking.BlockingManager
Blocks communications with contacts.
Blocked - Class in rocks.xmpp.extensions.blocking.model.errors
The implementation of the <blocked/> element in the urn:xmpp:blocking:errors namespace.
blockInboundPresence(long) - Static method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
Creates a rule, which blocks all inbound presence notifications.
BlockingEvent - Class in rocks.xmpp.extensions.blocking
This event notifies listeners, when a block or unblock "push" occurs.
BlockingManager - Class in rocks.xmpp.extensions.blocking
This manager allows to block communications with contacts.
blockIQFrom(Jid, long) - Static method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
Creates a rule, which blocks all inbound IQ stanzas from another entity.
blockIQFromEntitiesWithSubscription(SubscriptionState.Subscription, long) - Static method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
Creates a rule, which blocks all inbound IQ stanzas from entities with the given subscription type.
blockIQFromRosterGroup(String, long) - Static method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
Creates a rule, which blocks all inbound IQ stanzas from contacts, which are in the specified roster group.
BlockList - Class in rocks.xmpp.extensions.blocking.model
The implementation of the <blocklist/> element in the urn:xmpp:blocking namespace.
BlockList() - Constructor for class rocks.xmpp.extensions.blocking.model.BlockList
Creates an empty <blocklist/> element, used to ask the server for the block list.
BlockList(List<Jid>) - Constructor for class rocks.xmpp.extensions.blocking.model.BlockList
Creates a block list with items.
blockMessagesFrom(Jid, long) - Static method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
Creates a rule, which blocks all inbound messages from another entity.
blockMessagesFromEntitiesWithSubscription(SubscriptionState.Subscription, long) - Static method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
Creates a rule, which blocks all inbound messages from entities with the given subscription type.
blockMessagesFromRosterGroup(String, long) - Static method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
Creates a rule, which blocks all inbound messages from contacts, which are in the specified roster group.
blockOutboundPresence(long) - Static method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
Creates a rule, which blocks all outbound presence notifications.
blockPresenceFrom(Jid, long) - Static method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
Creates a rule, which blocks all inbound presence notifications from another entity.
blockPresenceFromEntitiesWithSubscription(SubscriptionState.Subscription, long) - Static method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
Creates a rule, which blocks all inbound presence notifications from entities with the given subscription type.
blockPresenceFromRosterGroup(String, long) - Static method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
Creates a rule, which blocks all inbound presence notifications from contacts, which are in the specified roster group.
blockPresenceTo(Jid, long) - Static method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
Creates a rule, which blocks all outbound presence notifications to another entity.
blockPresenceToEntitiesWithSubscription(SubscriptionState.Subscription, long) - Static method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
Creates a rule, which blocks all outbound presence notifications to entities with the given subscription type.
blockPresenceToRosterGroup(String, long) - Static method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
Creates a rule, which blocks all outbound presence notifications to contacts, which are in the specified roster group.
BLUE_BLINDNESS - rocks.xmpp.extensions.colors.ConsistentColor.ColorVisionDeficiency
Blue blindness.
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.
bodyXslt(URL) - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration.Builder
The URL of an XSL transformation which can be applied to payloads in order to generate an appropriate message body element.
Bookmark - Interface in rocks.xmpp.extensions.bookmarks.model
A bookmark.
BookmarkManager - Class in rocks.xmpp.extensions.bookmarks
This manager facilitates the access to the private storage by providing convenient method for adding, retrieving or removing bookmarks.
BookmarkStorage - Class in rocks.xmpp.extensions.bookmarks.model
The implementation of the <storage/> element in the storage:bookmarks namespace.
BookmarkStorage() - Constructor for class rocks.xmpp.extensions.bookmarks.model.BookmarkStorage
 
BookmarkStorage(Collection<AbstractBookmark>) - Constructor for class rocks.xmpp.extensions.bookmarks.model.BookmarkStorage
 
BOOLEAN - rocks.xmpp.extensions.data.model.DataForm.Field.Type
The field enables an entity to gather or provide an either-or choice between two options.
Bored() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Bored
 
Bored(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Bored
 
BoshConnection - Class in rocks.xmpp.extensions.httpbind
The abstract base class for BOSH connections.
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.
BOTH - rocks.xmpp.extensions.jingle.model.Jingle.Content.Senders
 
BOTH - rocks.xmpp.im.roster.model.DefinedState
User and contact are subscribed to each other (two-way); this is reflected in the user's roster by subscription='both'.
BOTH - rocks.xmpp.im.roster.model.SubscriptionState.Subscription
The user and the contact have subscriptions to each other's presence (also called a "mutual subscription").
Brave() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Brave
 
Brave(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Brave
 
BrushingTeeth() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.BrushingTeeth
 
BrushingTeeth(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.BrushingTeeth
 
build() - Method in class rocks.xmpp.core.net.client.ClientConnectionConfiguration.Builder
Builds the connection configuration.
build() - Method in class rocks.xmpp.core.net.client.SocketConnectionConfiguration.Builder
Deprecated.
 
build() - Method in class rocks.xmpp.core.net.client.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.geoloc.model.GeoLocation.Builder
Builds the geo location.
build() - Method in class rocks.xmpp.extensions.httpbind.BoshConnectionConfiguration.Builder
 
build() - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Builds the body.
build() - Method in class rocks.xmpp.extensions.muc.model.RequestVoice.Builder
Builds the request voice form.
build() - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration.Builder
Builds the room configuration.
build() - Method in class rocks.xmpp.extensions.muc.model.RoomInfo.Builder
Builds the room info.
build() - Method in class rocks.xmpp.extensions.muc.model.RoomRegistration.Builder
Builds the registration form.
build() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration.Builder
 
build() - Method in class rocks.xmpp.extensions.pubsub.model.NodeMetaData.Builder
Builds the meta data form.
build() - Method in class rocks.xmpp.extensions.pubsub.model.PublishOptions.Builder
Builds the publish options.
build() - Method in class rocks.xmpp.extensions.pubsub.model.SubscribeOptions.Builder
Builds the subscribe options.
build() - Method in class rocks.xmpp.extensions.register.model.Registration.Builder
Builds the registration.
build() - Method in class rocks.xmpp.nio.netty.client.NettyTcpConnectionConfiguration.Builder
Deprecated.
 
build() - Method in class rocks.xmpp.websocket.net.client.WebSocketConnectionConfiguration.Builder
 
build(DataForm.Type) - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration.Builder
Builds the node configuration.
builder() - Static method in class rocks.xmpp.core.net.client.SocketConnectionConfiguration
Deprecated.
Creates a new builder for this class.
builder() - Static method in class rocks.xmpp.core.net.client.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() - 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.geoloc.model.GeoLocation
Creates the builder to build a geo location.
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.
builder() - Static method in class rocks.xmpp.extensions.muc.model.RequestVoice
Creates the builder to build a form.
builder() - Static method in class rocks.xmpp.extensions.muc.model.RoomConfiguration
 
builder() - Static method in class rocks.xmpp.extensions.muc.model.RoomInfo
 
builder() - Static method in class rocks.xmpp.extensions.muc.model.RoomRegistration
 
builder() - Static method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
Gets the builder to build a node configuration.
builder() - Static method in class rocks.xmpp.extensions.pubsub.model.NodeMetaData
Creates the builder to build a meta data form.
builder() - Static method in class rocks.xmpp.extensions.pubsub.model.PublishOptions
Creates the builder to build a meta data form.
builder() - Static method in class rocks.xmpp.extensions.pubsub.model.SubscribeOptions
Creates a builder to build subscribe options.
builder() - Static method in class rocks.xmpp.extensions.register.model.Registration
Creates the builder for an registration.
builder() - Static method in class rocks.xmpp.nio.netty.client.NettyTcpConnectionConfiguration
Deprecated.
Creates a new builder for this class.
builder() - Static method in class rocks.xmpp.websocket.net.client.WebSocketConnectionConfiguration
Creates a new builder.
Builder() - Constructor for class rocks.xmpp.extensions.data.model.DataForm.Builder
 
Builder() - Constructor for class rocks.xmpp.extensions.pubsub.model.PublishOptions.Builder
 
Builder() - Constructor for class rocks.xmpp.nio.netty.client.NettyTcpConnectionConfiguration.Builder
Deprecated.
 
building(String) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation.Builder
Sets a specific building on a street or in an area.
Busy() - Constructor for class rocks.xmpp.extensions.jingle.model.Jingle.Reason.Busy
 
BuyingGroceries() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.BuyingGroceries
 
BuyingGroceries(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.BuyingGroceries
 
ByteStreamEvent - Class in rocks.xmpp.extensions.bytestreams
A byte stream event, which notifies a listener about inbound byte stream requests.
ByteStreamManager - Class in rocks.xmpp.extensions.bytestreams
An abstract class to manage both XEP-0047: In-Band Bytestreams or XEP-0065: SOCKS5 Bytestreams.
ByteStreamSession - Class in rocks.xmpp.extensions.bytestreams
An abstract byte stream session, which either represents a XEP-0047: In-Band Bytestreams or XEP-0065: SOCKS5 Bytestreams session.

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.
calculatePriority(S5bTransportMethod.Candidate.Type, int) - Static method in class rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod
Gets the preferred priority.
call(Jid, String, Value...) - Method in class rocks.xmpp.extensions.rpc.client.ClientRpcManager
 
call(Jid, String, Value...) - Method in interface rocks.xmpp.extensions.rpc.RpcManager
Calls a remote procedure.
Calm() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Calm
 
Calm(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Calm
 
cancel() - Method in class rocks.xmpp.extensions.filetransfer.FileTransfer
Cancels the file transfer.
cancel() - Method in class rocks.xmpp.util.concurrent.AsyncResult
Cancels the processing of this Future, i.e. completes it with a CancellationException.
cancel(boolean) - Method in class rocks.xmpp.core.session.SendTask
 
cancel(boolean) - Method in class rocks.xmpp.util.concurrent.AsyncResult
Cancels the processing of this Future, i.e. completes it with a CancellationException.
Cancel() - Constructor for class rocks.xmpp.extensions.jingle.model.Jingle.Reason.Cancel
 
CANCEL - rocks.xmpp.core.stanza.model.StanzaError.Type
Do not retry (the error cannot be remedied).
CANCEL - rocks.xmpp.extensions.commands.model.Command.Action
The command should be canceled.
CANCEL - rocks.xmpp.extensions.data.model.DataForm.Type
The form-submitting entity has cancelled submission of data to the form-processing entity.
CANCEL - rocks.xmpp.extensions.rtt.model.RealTimeText.Event
Signals deactivation of real-time text.
CANCELED - rocks.xmpp.extensions.commands.model.Command.Status
The command has been canceled.
CANCELED - rocks.xmpp.extensions.filetransfer.FileTransfer.Status
Indicates that the file transfer has been cancelled.
cancelNegotiation() - Method in class rocks.xmpp.core.stream.client.StreamFeaturesManager
Cancels negotiation and releases any locks.
cancelRegistration() - Method in class rocks.xmpp.extensions.register.RegistrationManager
Cancels a registration.
Candidate - Class in rocks.xmpp.extensions.jingle.transports.iceudp.model
 
Candidate() - Constructor for class rocks.xmpp.extensions.jingle.transports.iceudp.model.Candidate
 
Candidate(Integer, String, Integer, Short, Short, String, Short, Integer, String, String, Integer, Candidate.Type) - Constructor for class rocks.xmpp.extensions.jingle.transports.iceudp.model.Candidate
 
Candidate(String, String, int, Jid, S5bTransportMethod.Candidate.Type, int) - Constructor for class rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod.Candidate
 
Candidate.Type - Enum in rocks.xmpp.extensions.jingle.transports.iceudp.model
 
candidateError(String) - Static method in class rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod
Creates a transport method with a <candidate-error/> element.
candidateUsed(String, String) - Static method in class rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod
Creates a transport method with a <candidate-used/> element.
Catalog - Class in rocks.xmpp.extensions.seclabel.model.catalog
The implementation of the <catalog/> element in the urn:xmpp:sec-label:catalog:2 namespace.
Catalog() - Constructor for class rocks.xmpp.extensions.seclabel.model.catalog.Catalog
 
Catalog(Jid, Jid, String, String, String, Integer, Boolean, Collection<Catalog.Item>) - Constructor for class rocks.xmpp.extensions.seclabel.model.catalog.Catalog
 
Catalog.Item - Class in rocks.xmpp.extensions.seclabel.model.catalog
A catalog item.
Category - Enum in rocks.xmpp.extensions.activity.model
Represents the category or general activity.
Cautious() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Cautious
 
Cautious(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Cautious
 
CC - rocks.xmpp.extensions.address.model.Address.Type
These addressees are the secondary recipients of the stanza.
Challenge - Class in rocks.xmpp.core.sasl.model
The implementation of the <challenge/> element, which is sent during SASL negotiation.
Challenge(byte[]) - Constructor for class rocks.xmpp.core.sasl.model.Challenge
Creates the challenge.
changeAffiliation(Affiliation, Jid, String) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Changes the affiliation for an user.
changeAffiliationsOrRoles(List<Item>) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Changes multiple affiliations or roles.
changeAvailabilityStatus(Presence.Show, String) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Changes the availability status.
changeNickname(String) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Changes the nickname.
changePassword(String, String) - Method in class rocks.xmpp.extensions.register.RegistrationManager
Changes the password for the current user.
changeRole(Role, String, String) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Changes the role for an occupant.
changeSubject(String) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Changes the room subject.
changeSubjectAllowed(boolean) - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration.Builder
Whether to allow occupants to change subject.
changeSubjectAllowed(boolean) - Method in class rocks.xmpp.extensions.muc.model.RoomInfo.Builder
Indicates, whether the room subject can be modified by participants.
channelEncryption(ChannelEncryption) - Method in class rocks.xmpp.core.net.client.ClientConnectionConfiguration.Builder
Sets how the connection is secured via SSL.
ChannelEncryption - Enum in rocks.xmpp.core.net
Represents different channel encryption modes.
charAt(int) - Method in class rocks.xmpp.core.stream.model.StreamHeader
 
charAt(int) - Method in class rocks.xmpp.core.Text
 
charsets(Charset...) - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Sets the 'charsets' attribute of the body.
Chat - Class in rocks.xmpp.im.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.im.chat.Chat
 
CHAT - rocks.xmpp.core.stanza.model.Message.Type
The message is sent in the context of a one-to-one chat session.
CHAT - rocks.xmpp.core.stanza.model.Presence.Show
The entity or resource is actively interested in chatting.
ChatManager - Class in rocks.xmpp.im.chat
This class manages one-to-one chat sessions, which are described in 5.1.
ChatRoom - Class in rocks.xmpp.extensions.muc
Represents a multi-user chat room.
ChatRoomBookmark - Class in rocks.xmpp.extensions.bookmarks.model
A conference bookmark to bookmark multi-user chat rooms.
ChatRoomBookmark(String, Jid) - Constructor for class rocks.xmpp.extensions.bookmarks.model.ChatRoomBookmark
Creates a conference bookmark.
ChatRoomBookmark(String, Jid, String, String, boolean) - Constructor for class rocks.xmpp.extensions.bookmarks.model.ChatRoomBookmark
Creates a conference bookmark.
ChatService - Class in rocks.xmpp.extensions.muc
A chat service hosts chat rooms.
ChatSession - Class in rocks.xmpp.im.chat
Implements a one-to-one chat session.
ChatSession.ChatPartnerEvent - Class in rocks.xmpp.im.chat
A ChatPartnerEvent is fired, whenever a ChatSession's partner was replaced.
ChatSessionEvent - Class in rocks.xmpp.im.chat
A chat session event is fired, whenever a new chat session is created.
ChatState - Class in rocks.xmpp.extensions.chatstates.model
Represents a chat state, i.e. composing, active, inactive, paused or gone.
ChatStateManager - Class in rocks.xmpp.extensions.chatstates
This class manages Chat State Notifications, which are used to communicate the status of a user in a chat session, thus indicating whether a chat partner is actively engaged in the chat, composing a message, temporarily paused, inactive, or gone.
Checksum(Jingle.Content.Creator, String, JingleFileTransfer.File) - Constructor for class rocks.xmpp.extensions.jingle.apps.filetransfer.model.JingleFileTransfer.Checksum
 
children(Collection<String>) - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration.Builder
The child nodes (leaf or collection) associated with a collection.
childrenAssociationPolicy(ChildrenAssociationPolicy) - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration.Builder
Who may associate leaf nodes with a collection.
ChildrenAssociationPolicy - Enum in rocks.xmpp.extensions.pubsub.model
The children association policy defines, who may associate leaf nodes with a collection.
childrenAssociationWhitelist(Collection<Jid>) - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration.Builder
The list of JIDs that may associate leaf nodes with a collection.
childrenMax(Integer) - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration.Builder
The maximum number of child nodes that can be associated with a collection.
ChildType - Class in rocks.xmpp.core.issue137
Java-Klasse für childType complex type.
ChildType() - Constructor for class rocks.xmpp.core.issue137.ChildType
 
city(String) - Method in class rocks.xmpp.extensions.register.model.Registration.Builder
Sets the city.
Cleaning() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Cleaning
 
Cleaning(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Cleaning
 
clear() - Method in class rocks.xmpp.util.cache.DirectoryCache
 
clear() - Method in class rocks.xmpp.util.cache.LruCache
 
clientBot() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
An automated client that is not controlled by a human user.
ClientConnectionConfiguration - Class in rocks.xmpp.core.net.client
A base class for connection configurations.
ClientConnectionConfiguration.Builder<T extends ClientConnectionConfiguration.Builder<T,​C>,​C extends ClientConnectionConfiguration> - Class in rocks.xmpp.core.net.client
An abstract builder class for building immutable configuration objects.
clientConsole() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
Minimal non-GUI client used on dumb terminals or text-only screens.
ClientEntityCapabilities1Protocol - Class in rocks.xmpp.extensions.caps.client
The Entity Caps protocol implementation from a client perspective.
ClientEntityCapabilities1Protocol(XmppSession) - Constructor for class rocks.xmpp.extensions.caps.client.ClientEntityCapabilities1Protocol
 
ClientEntityCapabilities2Protocol - Class in rocks.xmpp.extensions.caps2.client
The Entity Caps 2.0 protocol implementation from a client perspective.
ClientEntityCapabilities2Protocol(XmppSession) - Constructor for class rocks.xmpp.extensions.caps2.client.ClientEntityCapabilities2Protocol
 
ClientEntityCapabilitiesManager - Class in rocks.xmpp.extensions.caps.client
Caches entity capabilities.
ClientEntityCapabilitiesManager(XmppSession) - Constructor for class rocks.xmpp.extensions.caps.client.ClientEntityCapabilitiesManager
 
ClientEntityCapabilitiesSupport - Class in rocks.xmpp.extensions.caps.client
Helper class to add entity capabilities to outbound presence.
ClientEntityCapabilitiesSupport(XmppSession, AbstractEntityCapabilitiesProtocol<? extends EntityCapabilities>) - Constructor for class rocks.xmpp.extensions.caps.client.ClientEntityCapabilitiesSupport
 
clientGame() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A client running on a gaming console.
clientHandheld() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A client running on a PDA, RIM device, or other handheld.
ClientHeaderManager - Class in rocks.xmpp.extensions.shim.client
ClientIQ - Class in rocks.xmpp.core.stanza.model.client
The implementation of the <iq/> element in the jabber:client namespace.
ClientMessage - Class in rocks.xmpp.core.stanza.model.client
The implementation of the <message/> element in the jabber:client namespace.
clientPc() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
Standard full-GUI client used on desktops and laptops.
clientPhone() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A client running on a mobile phone or other telephony device.
ClientPresence - Class in rocks.xmpp.core.stanza.model.client
The implementation of the <presence/> element in the jabber:client namespace.
ClientRpcManager - Class in rocks.xmpp.extensions.rpc.client
This manager allows you to call remote procedures and handle inbound calls, if enabled.
ClientServiceDiscoveryManager - Class in rocks.xmpp.extensions.disco.client
clientSms() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A client that is not actually using an instant messaging client; however, messages sent to this contact will be delivered as Short Message Service (SMS) messages.
ClientSoftwareVersionManager - Class in rocks.xmpp.extensions.version.client
This manager implements XEP-0092: Software Version.
ClientState - Class in rocks.xmpp.extensions.csi.model
Represents a client state, i.e. active or inactive.
ClientStreamManager - Class in rocks.xmpp.extensions.sm.client
Manages the stream as described in XEP-0198: Stream Management.
clientWeb() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A client operated from within a web browser.
close() - Method in class rocks.xmpp.core.net.AbstractConnection
Closes the connection.
close() - Method in interface rocks.xmpp.core.net.Connection
 
close() - Method in interface rocks.xmpp.core.Session
 
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.im.chat.ChatSession
 
Close - Class in rocks.xmpp.websocket.model
The implementation of the <close/> element in the urn:ietf:params:xml:ns:xmpp-framing namespace.
Close() - Constructor for class rocks.xmpp.websocket.model.Close
Creates an empty <close/>.
Close(String) - Constructor for class rocks.xmpp.extensions.bytestreams.ibb.model.InBandByteStream.Close
Creates the <close/> element.
Close(URI) - Constructor for class rocks.xmpp.websocket.model.Close
Creates an <close/> with an "see-other-uri" attribute.
Close(Jid, Jid, String, Locale, String, URI) - Constructor for class rocks.xmpp.websocket.model.Close
Creates an <close/> element with a 'to', 'from', 'id', 'lang' and 'see-other-uri' attribute.
closeAsync() - Method in class rocks.xmpp.core.net.AbstractConnection
 
closeAsync() - Method in interface rocks.xmpp.core.net.Connection
Asynchronously closes the connection.
closeAsync() - Method in interface rocks.xmpp.core.Session
Asynchronously closes the session.
closeAsync() - Method in class rocks.xmpp.core.session.XmppSession
 
closeAsync(StreamError) - Method in class rocks.xmpp.core.net.AbstractConnection
 
closeAsync(StreamError) - Method in interface rocks.xmpp.core.net.Connection
Asynchronously closes the connection with a stream error.
closeAsync(StreamError) - Method in interface rocks.xmpp.core.Session
Asynchronously closes the session with a stream error.
closeAsync(StreamError) - Method in class rocks.xmpp.core.session.XmppSession
 
closeConnection() - Method in class rocks.xmpp.websocket.net.JakartaWebSocketConnection
 
CLOSED - rocks.xmpp.core.session.XmppSession.Status
The session is closed.
CLOSED_NODE - Static variable in class rocks.xmpp.extensions.pubsub.model.errors.PubSubError
The <closed-node/> pubsub error.
ClosedNode - Class in rocks.xmpp.extensions.pubsub.model.errors
The implementation of the <closed-node/> pubsub error.
closeFuture() - Method in class rocks.xmpp.core.net.client.SocketConnection
 
closeFuture() - Method in interface rocks.xmpp.core.net.Connection
Returns a future which is complete, when the connection is closed.
closeFuture() - Method in class rocks.xmpp.extensions.httpbind.BoshConnection
 
closeFuture() - Method in class rocks.xmpp.nio.netty.net.NettyChannelConnection
 
closeFuture() - Method in class rocks.xmpp.websocket.net.WebSocketConnection
 
closeOnShutdown(boolean) - Method in class rocks.xmpp.core.session.XmppSessionConfiguration.Builder
Indicates whether the XMPP session is closed, when the JVM is shut down.
CLOSING - rocks.xmpp.core.session.XmppSession.Status
The session is closing.
CLOSING_STREAM_TAG - Static variable in class rocks.xmpp.core.stream.model.StreamHeader
The closing stream tag </stream:stream>.
Coding() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Coding
 
Coding(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Coding
 
Cold() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Cold
 
Cold(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Cold
 
collaborationWhiteboard() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
Multi-user whiteboarding service.
collection(Collection<String>) - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration.Builder
The collection(s) with which a node is affiliated.
COLLECTION - rocks.xmpp.extensions.pubsub.model.NodeType
A type of node that contains nodes and/or other collections but no published items.
COLLECTIONS - rocks.xmpp.extensions.pubsub.model.PubSubFeature
Collection nodes are supported.
combine(Iterable<ResultSetProvider<T>>) - Static method in interface rocks.xmpp.extensions.rsm.ResultSetProvider
Combines multiple result set providers into one.
CombinedAvatarManager - Class in rocks.xmpp.extensions.avatar
This class manages avatar updates as described in XEP-0153: vCard-Based Avatars and XEP-0084: User Avatar.
Command - Class in rocks.xmpp.extensions.commands.model
The implementation of the <command/> element in the http://jabber.org/protocol/commands namespace.
Command(String, String, Command.Action, List<Object>) - Constructor for class rocks.xmpp.extensions.commands.model.Command
Creates a command request, which is created by the requester.
Command(String, String, Command.Action, List<Object>, Locale, List<Command.Note>) - Constructor for class rocks.xmpp.extensions.commands.model.Command
Creates a command request, which is created by the requester.
Command(String, String, Command.Status, Collection<Command.Action>, Command.Action, List<Object>) - Constructor for class rocks.xmpp.extensions.commands.model.Command
Creates a command result, which is created by the responder.
Command(String, String, Command.Status, Collection<Command.Action>, Command.Action, List<Object>, Locale, List<Command.Note>) - Constructor for class rocks.xmpp.extensions.commands.model.Command
Creates a command result, which is created by the responder.
Command(String, Command.Action) - Constructor for class rocks.xmpp.extensions.commands.model.Command
Creates a command request for simple execution.
Command.Action - Enum in rocks.xmpp.extensions.commands.model
Represents a command action.
Command.BadAction - Class in rocks.xmpp.extensions.commands.model
The responding JID cannot accept the specified action.
Command.BadLocale - Class in rocks.xmpp.extensions.commands.model
The responding JID cannot accept the specified language/locale.
Command.BadPayload - Class in rocks.xmpp.extensions.commands.model
The responding JID cannot accept the specified payload (e.g. the data form did not provide one or more required fields).
Command.BadSessionId - Class in rocks.xmpp.extensions.commands.model
The responding JID cannot accept the specified sessionid.
Command.MalformedAction - Class in rocks.xmpp.extensions.commands.model
The responding JID does not understand the specified action.
Command.Note - Class in rocks.xmpp.extensions.commands.model
Represents a note associated with a command.
Command.Note.Type - Enum in rocks.xmpp.extensions.commands.model
Represents the note type.
Command.SessionExpired - Class in rocks.xmpp.extensions.commands.model
The requesting JID specified a sessionid that is no longer active (either because it was completed, canceled, or timed out).
Command.Status - Enum in rocks.xmpp.extensions.commands.model
Represents the status of the command.
commit() - Method in class rocks.xmpp.extensions.rtt.OutboundRealTimeMessage
Commits the real-time message.
communicateHash() - Method in class rocks.xmpp.extensions.jingle.apps.filetransfer.JingleFileTransferSession
 
Commuting() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Commuting
 
Commuting(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Commuting
 
compareTo(Presence) - Method in class rocks.xmpp.core.stanza.model.Presence
 
compareTo(StreamFeature) - Method in class rocks.xmpp.core.stream.model.StreamFeature
Compares two features by their priority and mandatory-to-negotiate flag.
compareTo(Text) - Method in class rocks.xmpp.core.Text
 
compareTo(SrvRecord) - Method in class rocks.xmpp.dns.SrvRecord
 
compareTo(TxtRecord) - Method in class rocks.xmpp.dns.TxtRecord
 
compareTo(Bookmark) - Method in class rocks.xmpp.extensions.bookmarks.model.AbstractBookmark
Compares this bookmark by its name.
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(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.
compareTo(Body) - Method in class rocks.xmpp.extensions.httpbind.model.Body
Compares this body with another body by using the request id.
compareTo(S5bTransportMethod.Candidate) - Method in class rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod.Candidate
 
compareTo(ChatRoom) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Compares this chat service first by their name and then by their service address.
compareTo(ChatService) - Method in class rocks.xmpp.extensions.muc.ChatService
Compares this chat service first by their name and then by their service address.
compareTo(Occupant) - Method in class rocks.xmpp.extensions.muc.Occupant
Compares this occupant with another occupant.
compareTo(PrivacyList) - Method in class rocks.xmpp.extensions.privacy.model.PrivacyList
Compares this privacy list with another list.
compareTo(PrivacyRule) - Method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
Compares this rule with another rule by comparing their order.
compareTo(Contact) - Method in class rocks.xmpp.im.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.im.roster.model.ContactGroup
 
compareUnsignedBytes(String, String, Charset) - Static method in class rocks.xmpp.util.Strings
Compares two string by comparing their byte arrays.
completableFutureFromNettyFuture(Future<T>) - Static method in class rocks.xmpp.nio.netty.net.NettyChannelConnection
Converts a Future to a CompletableFuture.
COMPLETE - rocks.xmpp.extensions.commands.model.Command.Action
The command should be completed (if possible).
COMPLETED - rocks.xmpp.extensions.commands.model.Command.Status
The command has completed.
COMPLETED - rocks.xmpp.extensions.filetransfer.FileTransfer.Status
Indicates that the file transfer has been completed successfully.
completeNegotiation() - Method in class rocks.xmpp.core.stream.client.StreamFeaturesManager
Negotiates all pending features, if any, and waits until all features have been negotiated.
CompletionStages - Class in rocks.xmpp.util.concurrent
Utility class for creating different kinds of CompletionStage.
componentArchive() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A server component that archives traffic.
componentClientToServer() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A server component that handles client connections.
componentGeneric() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A server component other than one of the registered types.
ComponentIQ - Class in rocks.xmpp.extensions.component.accept.model
The implementation of the <iq/> element in the jabber:component:accept namespace.
componentLoadBalancing() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A server component that handles load balancing.
componentLog() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A server component that logs server information.
ComponentMessage - Class in rocks.xmpp.extensions.component.accept.model
The implementation of the <message/> element in the jabber:component:accept namespace.
componentPresence() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A server component that provides presence information.
ComponentPresence - Class in rocks.xmpp.extensions.component.accept.model
The implementation of the <presence/> element in the jabber:component:accept namespace.
componentRouter() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A server component that handles core routing logic.
componentServerToServer() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A server component that handles server connections.
componentSessionManagement() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A server component that manages user sessions.
componentStatistics() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A server component that provides server statistics.
COMPOSING - Static variable in class rocks.xmpp.extensions.chatstates.model.ChatState
User is composing a message.
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
 
compressConnection(String, Runnable) - Method in class rocks.xmpp.core.net.client.SocketConnection
 
compressConnection(String, Runnable) - Method in class rocks.xmpp.core.net.TcpConnection
Compresses the connection.
compressConnection(String, Runnable) - Method in class rocks.xmpp.nio.netty.net.NettyChannelConnection
Compresses the connection.
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.
CompressionManager(Session, TcpConnection) - Constructor for class rocks.xmpp.extensions.compress.CompressionManager
 
CompressionMethod - Interface in rocks.xmpp.extensions.compress
An interface to describe a compression method.
compressionMethods(CompressionMethod...) - Method in class rocks.xmpp.core.net.client.ClientConnectionConfiguration.Builder
Sets the compression method.
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class rocks.xmpp.util.cache.LruCache
 
computeClientKey(byte[]) - Method in class rocks.xmpp.core.sasl.scram.ScramBase
Computes the client key.
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class rocks.xmpp.util.cache.LruCache
 
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class rocks.xmpp.util.cache.LruCache
 
computeSaltedPassword(char[], byte[], int) - Method in class rocks.xmpp.core.sasl.scram.ScramBase
Computes the salted password.
computeServerKey(byte[]) - Method in class rocks.xmpp.core.sasl.scram.ScramBase
Computes the server key.
computeStoredKey(byte[]) - Method in class rocks.xmpp.core.sasl.scram.ScramBase
Computes the stored key.
condition(Body.Condition) - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Sets the 'condition' attribute of the body.
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.
ConferenceBookmark - Interface in rocks.xmpp.extensions.bookmarks.model
A bookmark to a conference room (aka chat room).
conferenceIrc() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
Internet Relay Chat service.
conferenceText() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
Text conferencing service.
Confident() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Confident
 
Confident(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Confident
 
CONFIDENTIAL - rocks.xmpp.extensions.vcard.temp.model.VCard.Classification
 
CONFIG_NODE - rocks.xmpp.extensions.pubsub.model.PubSubFeature
Configuration of node options is supported.
CONFIGURATION_REQUIRED - Static variable in class rocks.xmpp.extensions.pubsub.model.errors.PubSubError
The <configuration-required/> pubsub error.
ConfigurationRequired - Class in rocks.xmpp.extensions.pubsub.model.errors
The implementation of the <configuration-required/> pubsub error.
configure(RoomConfiguration) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Configures this room.
configureNode(NodeConfiguration) - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Configures the node by submitting the configuration form.
configureSubscription(SubscribeOptions) - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Configures the subscription options for this node.
confirm() - Method in class rocks.xmpp.extensions.httpauth.HttpAuthenticationEvent
Confirms the HTTP authentication request.
ConfirmationRequest - Class in rocks.xmpp.extensions.httpauth.model
The implementation of the <confirm/> element in the http://jabber.org/protocol/http-auth namespace.
ConfirmationRequest(String, String, URL) - Constructor for class rocks.xmpp.extensions.httpauth.model.ConfirmationRequest
Creates a confirmation request element.
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.
Confused() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Confused
 
Confused(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Confused
 
connect() - Method in class rocks.xmpp.core.session.XmppSession
Connects to the XMPP server.
connect(Jid) - Method in class rocks.xmpp.core.session.XmppClient
Connects to the XMPP server.
connect(Jid) - Method in class rocks.xmpp.core.session.XmppSession
 
connect(Jid) - Method in class rocks.xmpp.extensions.component.accept.ExternalComponent
 
connect(XmppSession, TcpConnectionConfiguration, SessionOpen) - Method in class rocks.xmpp.core.net.client.SocketConnector
 
connect(XmppSession, TcpConnectionConfiguration, SessionOpen) - Method in class rocks.xmpp.nio.netty.client.NettyChannelConnector
 
connect(XmppSession, BoshConnectionConfiguration, SessionOpen) - Method in class rocks.xmpp.extensions.httpbind.HttpClientConnector
 
connect(XmppSession, BoshConnectionConfiguration, SessionOpen) - Method in class rocks.xmpp.extensions.httpbind.HttpUrlConnector
 
connect(XmppSession, WebSocketConnectionConfiguration, SessionOpen) - Method in class rocks.xmpp.websocket.net.client.HttpClientWebSocketConnector
 
connect(XmppSession, WebSocketConnectionConfiguration, SessionOpen) - Method in class rocks.xmpp.websocket.net.client.JakartaWebSocketConnector
 
connect(XmppSession, T, SessionOpen) - Method in interface rocks.xmpp.core.net.client.TransportConnector
Establishes a connection using the transport protocol specific configuration.
CONNECTED - rocks.xmpp.core.session.XmppSession.Status
The session is established with the server, features are negotiated, but we are not yet authenticated.
CONNECTING - rocks.xmpp.core.session.XmppSession.Status
The session is currently negotiating features.
Connection - Interface in rocks.xmpp.core.net
Represents a bi-directional XMPP connection.
CONNECTION - Static variable in class rocks.xmpp.websocket.codec.XmppWebSocketDecoder.UserProperties
 
CONNECTION - Static variable in class rocks.xmpp.websocket.codec.XmppWebSocketEncoder.UserProperties
 
CONNECTION_TIMEOUT - Static variable in class rocks.xmpp.core.stream.model.errors.Condition
The implementation of the <connection-timeout/> stream error.
ConnectionConfiguration - Interface in rocks.xmpp.core.net
Generic connection configuration.
ConnectionEvent - Class in rocks.xmpp.core.session
This event is fired for the following use cases: When the XMPP session's underlying connection gets disconnected. When the automatic reconnection has successfully reconnected, i.e.
ConnectionEvent.Type - Enum in rocks.xmpp.core.session
The connection event type.
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(String, Throwable) - Constructor for exception rocks.xmpp.core.session.ConnectionException
 
ConnectionException(Throwable) - Constructor for exception rocks.xmpp.core.session.ConnectionException
 
ConnectivityError() - Constructor for class rocks.xmpp.extensions.jingle.model.Jingle.Reason.ConnectivityError
 
connector(TransportConnector<C>) - Method in class rocks.xmpp.core.net.client.ClientConnectionConfiguration.Builder
Sets the transport connector, which is used to establish a connection.
connectTimeout(int) - Method in class rocks.xmpp.core.net.client.ClientConnectionConfiguration.Builder
Sets a timeout for the connection establishment.
ConsistentColor - Class in rocks.xmpp.extensions.colors
A consistent color which is generated from an input string such as a nickname or a bare JID.
ConsistentColor.ColorVisionDeficiency - Enum in rocks.xmpp.extensions.colors
Represents a color vision deficiency, used to re-map the angle to map it away from ranges which can not be distinguished by people with the respective color vision deficiencies.
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.im.roster.model
A contact in the user's roster.
Contact(Jid) - Constructor for class rocks.xmpp.im.roster.model.Contact
Creates a new contact associated with the given JID.
Contact(Jid, String) - Constructor for class rocks.xmpp.im.roster.model.Contact
Creates a new contact associated with the given JID and name.
Contact(Jid, String, Boolean, Boolean, SubscriptionState.Subscription, Collection<String>) - Constructor for class rocks.xmpp.im.roster.model.Contact
Creates a new contact associated with the given JID, name and groups.
Contact(Jid, String, String...) - Constructor for class rocks.xmpp.im.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.im.roster.model.Contact
Creates a new contact associated with the given JID, name and groups.
Contact(RosterItem) - Constructor for class rocks.xmpp.im.roster.model.Contact
Creates a new contact from a roster item.
ContactExchange - Class in rocks.xmpp.extensions.rosterx.model
The implementation of the <x/> element in the http://jabber.org/protocol/rosterx namespace.
ContactExchange(Collection<ContactExchange.Item>) - Constructor for class rocks.xmpp.extensions.rosterx.model.ContactExchange
 
ContactExchange.Item - Class in rocks.xmpp.extensions.rosterx.model
The roster exchange item.
ContactExchange.Item.Action - Enum in rocks.xmpp.extensions.rosterx.model
The action for a roster item exchange.
ContactExchangeEvent - Class in rocks.xmpp.extensions.rosterx
This event notifies listeners, when an entity suggests to add, delete or modify a contact.
ContactExchangeManager - Class in rocks.xmpp.extensions.rosterx
Manages contact exchange between entities.
ContactGroup - Class in rocks.xmpp.im.roster.model
Represents a contact group in the user's roster.
ContactGroup(String, String, ContactGroup) - Constructor for class rocks.xmpp.im.roster.model.ContactGroup
 
contactHasSubscriptionToUser() - Method in enum rocks.xmpp.im.roster.model.SubscriptionState.Subscription
Returns true, if the contact has a subscription to the user, e.g. if the subscription state is SubscriptionState.Subscription.FROM or SubscriptionState.Subscription.BOTH.
contacts(Collection<Jid>) - Method in class rocks.xmpp.extensions.muc.model.RoomInfo.Builder
Gets the contact addresses (normally, room owner or owners).
contacts(Collection<Jid>) - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration.Builder
The JIDs of those to contact with questions
contacts(Collection<Jid>) - Method in class rocks.xmpp.extensions.pubsub.model.NodeMetaData.Builder
The JIDs of those to contact with questions.
containsKey(Object) - Method in class rocks.xmpp.util.cache.DirectoryCache
 
containsKey(Object) - Method in class rocks.xmpp.util.cache.LruCache
 
containsValue(Object) - Method in class rocks.xmpp.util.cache.DirectoryCache
 
containsValue(Object) - Method in class rocks.xmpp.util.cache.LruCache
 
Contemplative() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Contemplative
 
Contemplative(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Contemplative
 
content(String) - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Sets the 'content' attribute of the body.
Content(String, Jingle.Content.Creator, ApplicationFormat, TransportMethod) - Constructor for class rocks.xmpp.extensions.jingle.model.Jingle.Content
Creates a content element.
Content(String, Jingle.Content.Creator, ApplicationFormat, TransportMethod, String, Jingle.Content.Senders) - Constructor for class rocks.xmpp.extensions.jingle.model.Jingle.Content
Creates a content element.
CONTENT_ACCEPT - rocks.xmpp.extensions.jingle.model.Jingle.Action
Accept a content-add action received from another party.
CONTENT_ADD - rocks.xmpp.extensions.jingle.model.Jingle.Action
Add one or more new content definitions to the session.
CONTENT_MODIFY - rocks.xmpp.extensions.jingle.model.Jingle.Action
Change the directionality of media sending.
CONTENT_REJECT - rocks.xmpp.extensions.jingle.model.Jingle.Action
Reject a content-add action received from another party.
CONTENT_REMOVE - rocks.xmpp.extensions.jingle.model.Jingle.Action
Remove one or more content definitions from the session.
Contented() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Contented
 
Contented(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Contented
 
CONTINUE - rocks.xmpp.core.stanza.model.StanzaError.Type
Proceed (the condition was only a warning).
Cooking() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Cooking
 
Cooking(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Cooking
 
CoreContext - Class in rocks.xmpp.core
Defines core classes to be bound to the JAXBContext.
CoreContext() - Constructor for class rocks.xmpp.core.CoreContext
 
CoreModule - Class in rocks.xmpp.core.session
The core module provides XMPP classes as well as manager classes which are associated with an XMPP session.
CoreModule() - Constructor for class rocks.xmpp.core.session.CoreModule
 
country(String) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation.Builder
Sets the nation where the user is located.
countryCode(String) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation.Builder
Sets the ISO 3166 two-letter country code.
Cranky() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Cranky
 
Cranky(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Cranky
 
Crazy() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Crazy
 
Crazy(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Crazy
 
create() - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Creates the node on the remote pubsub service.
create(String, String) - Static method in class rocks.xmpp.extensions.component.accept.model.Handshake
Creates the handshake element from stream id and the shared secret.
create(String, String, String, int) - Static method in class rocks.xmpp.extensions.component.accept.ExternalComponent
Creates a new external component using a default configuration.
create(String, String, XmppSessionConfiguration, String, int) - Static method in class rocks.xmpp.extensions.component.accept.ExternalComponent
Creates a new external component.
create(String, String, XmppSessionConfiguration, ClientConnectionConfiguration) - Static method in class rocks.xmpp.extensions.component.accept.ExternalComponent
Creates a new external component using a default configuration.
create(String, ClientConnectionConfiguration...) - Static method in class rocks.xmpp.core.session.XmppClient
Creates a new XMPP client instance.
create(String, XmppSessionConfiguration, ClientConnectionConfiguration...) - Static method in class rocks.xmpp.core.session.XmppClient
Creates a new XMPP client instance.
create(Jid, Jid, String, String, Locale, String, QName...) - Static method in class rocks.xmpp.core.stream.model.StreamHeader
Creates a stream header.
create(NodeConfiguration) - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Creates and configures this node on the remote pubsub service.
create(ResultSetProvider<T>, ResultSetManagement) - Static method in class rocks.xmpp.extensions.rsm.ResultSet
Creates a result set from a result set provider and a result set management.
CREATE_AND_CONFIGURE - rocks.xmpp.extensions.pubsub.model.PubSubFeature
Simultaneous creation and configuration of nodes is supported.
CREATE_NODES - rocks.xmpp.extensions.pubsub.model.PubSubFeature
Creation of nodes is supported.
createBranchedInputStream(InputStream, OutputStream) - Static method in class rocks.xmpp.util.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.util.XmppUtils
Creates a branched OutputStream, which means that everything written to the original stream is also written to the branched stream.
createCapabilityHashNode(Hashed) - Method in interface rocks.xmpp.extensions.caps.model.EntityCapabilities
Creates the Capability Hash Node.
createCapabilityHashNode(Hashed) - Method in class rocks.xmpp.extensions.caps.model.EntityCapabilities1
 
createCapabilityHashNode(Hashed) - Method in class rocks.xmpp.extensions.caps2.model.EntityCapabilities2
 
createChatRoom(Jid) - Method in class rocks.xmpp.extensions.muc.MultiUserChatManager
Creates a chat room for the specified room address.
createChatService(Jid) - Method in class rocks.xmpp.extensions.muc.MultiUserChatManager
Creates a chat service for the specified service address.
createChatSession(Jid) - Method in class rocks.xmpp.im.chat.ChatManager
Creates a new chat session or returns an existing one for the given chat partner and notifies any chat session listeners about it.
createChatSession(Jid, String) - Method in class rocks.xmpp.im.chat.ChatManager
Creates a new chat session with a given thread id or returns an existing one for the given chat partner and notifies any chat session listeners about it.
createChildType() - Method in class rocks.xmpp.core.issue137.ObjectFactory
Create an instance of ChildType
createConnection(XmppSession, SessionOpen) - Method in class rocks.xmpp.core.net.client.ClientConnectionConfiguration
A factory method to create the connection.
createConnection(XmppSession, SessionOpen) - Method in class rocks.xmpp.core.net.client.SocketConnectionConfiguration
Deprecated.
 
createConnection(XmppSession, SessionOpen) - Method in class rocks.xmpp.core.net.client.TcpConnectionConfiguration
 
createConnection(XmppSession, SessionOpen) - Method in class rocks.xmpp.extensions.httpbind.BoshConnectionConfiguration
 
createConnection(XmppSession, SessionOpen) - Method in class rocks.xmpp.nio.netty.client.NettyTcpConnectionConfiguration
Deprecated.
 
createConnection(XmppSession, SessionOpen) - Method in class rocks.xmpp.websocket.net.client.WebSocketConnectionConfiguration
 
createContendId(byte[]) - Static method in class rocks.xmpp.extensions.bob.model.Data
Creates the content id.
createContext(Iterable<Class<?>>) - Static method in class rocks.xmpp.util.XmppUtils
Creates a JAXBContext by loading all XmppContext implementations on the classpath.
createError(Condition) - Method in class rocks.xmpp.core.stanza.model.IQ
 
createError(Condition) - Method in class rocks.xmpp.core.stanza.model.Message
 
createError(Condition) - Method in class rocks.xmpp.core.stanza.model.Presence
 
createError(Condition) - Method in class rocks.xmpp.core.stanza.model.Stanza
Creates an error response for this stanza.
createError(StanzaError) - Method in class rocks.xmpp.core.stanza.model.IQ
 
createError(StanzaError) - Method in class rocks.xmpp.core.stanza.model.Message
 
createError(StanzaError) - Method in class rocks.xmpp.core.stanza.model.Presence
 
createError(StanzaError) - Method in class rocks.xmpp.core.stanza.model.Stanza
Creates an error response for this stanza.
createError(StanzaError, boolean) - Method in class rocks.xmpp.core.stanza.model.IQ
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.
createInvisibilityList() - Static method in class rocks.xmpp.extensions.privacy.model.PrivacyList
Creates a global invisibility list.
createInvisibilityListExceptForGroups(String, String...) - Static method in class rocks.xmpp.extensions.privacy.model.PrivacyList
Creates a global invisibility list, where you are still visible to some contacts.
createInvisibilityListExceptForUsers(String, Jid...) - Static method in class rocks.xmpp.extensions.privacy.model.PrivacyList
Creates a global invisibility list, where you are still visible to some contacts.
createInvisibilityListForGroups(String, String...) - Static method in class rocks.xmpp.extensions.privacy.model.PrivacyList
Creates a selective invisibility list.
createInvisibilityListForUsers(String, Jid...) - Static method in class rocks.xmpp.extensions.privacy.model.PrivacyList
Creates a selective invisibility list.
createItem(Affiliation) - Static method in class rocks.xmpp.extensions.muc.model.admin.MucAdmin
Creates an item, which can be used as input parameter for MucAdmin.withItems(Item...).
createItem(Affiliation, Jid) - Static method in class rocks.xmpp.extensions.muc.model.admin.MucAdmin
Creates an item, which can be used as input parameter for MucAdmin.withItems(Item...).
createItem(Affiliation, Jid, String) - Static method in class rocks.xmpp.extensions.muc.model.admin.MucAdmin
Creates an item, which can be used as input parameter for MucAdmin.withItems(Item...).
createItem(Affiliation, Jid, String, String) - Static method in class rocks.xmpp.extensions.muc.model.admin.MucAdmin
Creates an item, which can be used as input parameter for MucAdmin.withItems(Item...).
createItem(Affiliation, Role, Jid, String, Actor, String) - Static method in class rocks.xmpp.extensions.muc.model.admin.MucAdmin
Creates an item, which can be used as input parameter for MucAdmin.withItems(Item...).
createItem(Role) - Static method in class rocks.xmpp.extensions.muc.model.admin.MucAdmin
Creates an item, which can be used as input parameter for MucAdmin.withItems(Item...).
createItem(Role, String) - Static method in class rocks.xmpp.extensions.muc.model.admin.MucAdmin
Creates an item, which can be used as input parameter for MucAdmin.withItems(Item...).
createItem(Role, String, String) - Static method in class rocks.xmpp.extensions.muc.model.admin.MucAdmin
Creates an item, which can be used as input parameter for MucAdmin.withItems(Item...).
createMarshaller() - Method in class rocks.xmpp.core.session.XmppSession
Creates a marshaller, which can be used to create XML from objects.
createMyElement(ParentType) - Method in class rocks.xmpp.core.issue137.ObjectFactory
Create an instance of JAXBElement<ParentType>
createNamedThreadFactory(String) - Static method in class rocks.xmpp.util.XmppUtils
Creates a thread factory which creates named daemon threads.
createOrUpdateList(PrivacyList) - Method in class rocks.xmpp.extensions.privacy.PrivacyListManager
Creates or edits a privacy list.
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.
createParentType() - Method in class rocks.xmpp.core.issue137.ObjectFactory
Create an instance of ParentType
createPersonalEventingService() - Method in class rocks.xmpp.extensions.pubsub.PubSubManager
Creates a personal eventing service.
createPubSubService(Jid) - Method in class rocks.xmpp.extensions.pubsub.PubSubManager
Creates a pubsub service.
createRealTimeMessage(Chat) - Method in class rocks.xmpp.extensions.rtt.RealTimeTextManager
Creates a new real-time message for sending real-time text.
createRealTimeMessage(Chat, String) - Method in class rocks.xmpp.extensions.rtt.RealTimeTextManager
Creates a new real-time message for sending real-time text.
createReply(Message, Message) - Static method in class rocks.xmpp.extensions.address.model.Addresses
Creates a reply for a message.
createResult() - Method in class rocks.xmpp.core.stanza.model.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.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.
createRoom(String) - Method in class rocks.xmpp.extensions.muc.ChatService
Creates a new chat room.
createSaslClient(String[], String, String, String, Map<String, ?>, CallbackHandler) - Method in class rocks.xmpp.core.sasl.XmppSaslClientFactory
 
createSession(Jid, String, Jingle.Content...) - Method in class rocks.xmpp.extensions.jingle.JingleManager
 
createUnmarshaller() - Method in class rocks.xmpp.core.session.XmppSession
Creates a new unmarshaller, which can be used to unmarshal XML to objects.
createUnmarshaller(Locale) - Method in class rocks.xmpp.core.session.XmppSession
Creates a new unmarshaller with a default locale.
createVerificationString(DiscoverableInfo) - Method in interface rocks.xmpp.extensions.caps.model.EntityCapabilities
Creates an UTF-8 encoded verification string from a disco#info query.
createVerificationString(DiscoverableInfo) - Method in class rocks.xmpp.extensions.caps.model.EntityCapabilities1
 
createVerificationString(DiscoverableInfo) - Method in class rocks.xmpp.extensions.caps2.model.EntityCapabilities2
 
createXmppStreamWriter(XMLStreamWriter) - Static method in class rocks.xmpp.util.XmppUtils
Creates a XMLStreamWriter instance, which writes XML without namespace prefixes.
createXmppStreamWriter(XMLStreamWriter, boolean) - Static method in class rocks.xmpp.util.XmppUtils
Creates a XMLStreamWriter instance, which writes XML without namespace prefixes.
creationDate(Instant) - Method in class rocks.xmpp.extensions.pubsub.model.NodeMetaData.Builder
The datetime when the node was created.
Creative() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Creative
 
Creative(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Creative
 
creator(Jid) - Method in class rocks.xmpp.extensions.pubsub.model.NodeMetaData.Builder
The JID of the node creator.
CREDENTIALS_EXPIRED - Static variable in class rocks.xmpp.core.sasl.model.Failure.Condition
The implementation of the <credentials-expired/> SASL failure.
Crypto(String, String, String) - Constructor for class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp.Crypto
 
CryptographicHashFunctionsProtocol - Class in rocks.xmpp.extensions.hashes
Represents the XEP-0300: Use of Cryptographic Hash Functions in XMPP.
CryptographicHashFunctionsProtocol() - Constructor for class rocks.xmpp.extensions.hashes.CryptographicHashFunctionsProtocol
 
CryptoRequired - Class in rocks.xmpp.extensions.jingle.apps.rtp.model.errors
The implementation of the <crypto-required/> element in the urn:xmpp:jingle:apps:rtp:errors:1 namespace.
CryptoRequired() - Constructor for class rocks.xmpp.extensions.jingle.apps.rtp.model.errors.CryptoRequired
 
Curious() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Curious
 
Curious(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Curious
 
currentNumberOfOccupants(Integer) - Method in class rocks.xmpp.extensions.muc.model.RoomInfo.Builder
Sets the current number of occupants in the room.
Cycling() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Cycling
 
Cycling(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Cycling
 

D

Dancing() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Dancing
 
Dancing(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Dancing
 
Data - Class in rocks.xmpp.extensions.bob.model
The implementation of the <data/> element in the urn:xmpp:bob namespace.
Data(byte[], String) - Constructor for class rocks.xmpp.extensions.bob.model.Data
Constructs the data element.
Data(byte[], String, int) - Constructor for class rocks.xmpp.extensions.bytestreams.ibb.model.InBandByteStream.Data
Creates the <data/> element.
Data(byte[], String, Integer) - Constructor for class rocks.xmpp.extensions.bob.model.Data
Constructs the data element.
Data(String) - Constructor for class rocks.xmpp.extensions.bob.model.Data
Constructs the data element with a content id.
DataEncodingUnknown - Class in rocks.xmpp.extensions.soap.model.fault
Represents the 'DataEncodingUnknown' SOAP fault.
DataEncodingUnknown() - Constructor for class rocks.xmpp.extensions.soap.model.fault.DataEncodingUnknown
 
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.Builder<? extends DataForm.Builder>) - Constructor for class rocks.xmpp.extensions.data.model.DataForm
 
DataForm(DataForm.Type) - Constructor for class rocks.xmpp.extensions.data.model.DataForm
Creates a data form.
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(DataForm.Type, Collection<DataForm.Field>) - Constructor for class rocks.xmpp.extensions.data.model.DataForm
Creates a data form.
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 data 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.
dataformXslt(URL) - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration.Builder
The URL of an XSL transformation which can be applied to the payload format in order to generate a valid Data Forms result that the client could display using a generic Data Forms rendering engine
date(String) - Method in class rocks.xmpp.extensions.register.model.Registration.Builder
Sets the date, e.g. birth date.
datum(String) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation.Builder
Sets the GPS datum.
DayOff() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.DayOff
 
DayOff(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.DayOff
 
deactivate(Chat) - Method in class rocks.xmpp.extensions.rtt.RealTimeTextManager
Deactivates real-time text for a chat session.
debugger(Class<? extends XmppDebugger>) - Method in class rocks.xmpp.core.session.XmppSessionConfiguration.Builder
Sets the debugger.
decline(String) - Method in class rocks.xmpp.extensions.muc.InvitationEvent
Declines the invitation.
Decline - Class in rocks.xmpp.extensions.muc.model.user
The implementation of the <decline/> element.
Decline() - Constructor for class rocks.xmpp.extensions.jingle.model.Jingle.Reason.Decline
 
declineActiveList() - Method in class rocks.xmpp.extensions.privacy.PrivacyListManager
Declines the use of any active list.
declineDefaultList() - Method in class rocks.xmpp.extensions.privacy.PrivacyListManager
Declines the use of any default list.
decode(Reader) - Method in class rocks.xmpp.websocket.codec.XmppWebSocketDecoder
 
decode(ByteBuffer, BiConsumer<String, StreamElement>) - Method in class rocks.xmpp.nio.codec.XmppStreamDecoder
Decodes a stream of byte buffers to XMPP elements.
decompress(InputStream) - Method in interface rocks.xmpp.extensions.compress.CompressionMethod
Decompresses an input stream.
Default() - Constructor for class rocks.xmpp.extensions.pubsub.model.PubSub.Default
 
defaultResponseTimeout(Duration) - Method in class rocks.xmpp.core.session.XmppSessionConfiguration.Builder
Sets the default response timeout for synchronous calls, usually IQ calls.
DefinedState - Enum in rocks.xmpp.im.roster.model
Represents the nine possible defined subscription states.
DEFLATE - Static variable in interface rocks.xmpp.extensions.compress.CompressionMethod
The "deflate" compression method.
Dejected() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Dejected
 
Dejected(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Dejected
 
DelayedDelivery - Class in rocks.xmpp.extensions.delay.model
The implementation of the <delay/> element in the urn:xmpp:delay namespace.
DelayedDelivery(Instant) - Constructor for class rocks.xmpp.extensions.delay.model.DelayedDelivery
Creates a element with only a timestamp attribute.
DelayedDelivery(Instant, Jid, String) - Constructor for class rocks.xmpp.extensions.delay.model.DelayedDelivery
Creates a delayed delivery element with all attributes.
delete() - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Deletes this node on the pubsub service.
delete(URI) - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Deletes this node and specifies a replacement node.
DELETE - rocks.xmpp.extensions.rosterx.model.ContactExchange.Item.Action
Suggests roster item deletion.
DELETE_ITEMS - rocks.xmpp.extensions.pubsub.model.PubSubFeature
Deletion of items is supported.
DELETE_NODES - rocks.xmpp.extensions.pubsub.model.PubSubFeature
Deletion of nodes is supported.
deleteItem(String, boolean) - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Deletes an item from this node.
deliver(boolean) - Method in class rocks.xmpp.extensions.pubsub.model.SubscribeOptions.Builder
Sets whether an entity wants to receive or disable notifications.
deliver(Rule.Action, Rule.DeliveryMode) - Static method in class rocks.xmpp.extensions.amp.model.Rule
Creates the defined "deliver" rule.
DELIVER - rocks.xmpp.extensions.amp.model.Rule.Condition
The "deliver" condition is used to ensure delivery (or non-delivery) in one of five ways.
delivered() - Method in class rocks.xmpp.extensions.address.model.Address
Creates a copy of this address, which is marked as delivered.
deliveredAndWithoutBlindCarbonCopies() - Method in class rocks.xmpp.extensions.address.model.Addresses
Creates a copy of this addresses extension, but without any BCC addresses.
deliverNotifications(Boolean) - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration.Builder
Whether to deliver event notifications.
deliverPayloads(Boolean) - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration.Builder
Whether to deliver payloads with event notifications; applies only to leaf nodes.
deny() - Method in class rocks.xmpp.extensions.httpauth.HttpAuthenticationEvent
Denies the HTTP authentication request.
DENY - rocks.xmpp.extensions.privacy.model.PrivacyRule.Action
Denies (blocks) communication.
denySubscription(Jid) - Method in class rocks.xmpp.im.subscription.PresenceManager
Cancels a previously granted subscription or denies a subscription request.
Depressed() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Depressed
 
Depressed(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Depressed
 
description(String) - Method in class rocks.xmpp.extensions.data.model.DataForm.Field.Builder
Sets the description.
description(String) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation.Builder
Sets a natural-language name for or description of the location.
description(String) - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration.Builder
Short description of room.
description(String) - Method in class rocks.xmpp.extensions.muc.model.RoomInfo.Builder
Sets a short description.
description(String) - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration.Builder
A description of the node.
description(String) - Method in class rocks.xmpp.extensions.pubsub.model.NodeMetaData.Builder
A description of the node.
Description(String, Locale) - Constructor for class rocks.xmpp.extensions.reach.model.Address.Description
 
DESCRIPTION_INFO - rocks.xmpp.extensions.jingle.model.Jingle.Action
Exchange information about parameters for an application type.
destroy() - Method in class rocks.xmpp.extensions.muc.ChatRoom
Destroys the room.
destroy() - Method in class rocks.xmpp.websocket.codec.XmppWebSocketDecoder
 
destroy() - Method in class rocks.xmpp.websocket.codec.XmppWebSocketEncoder
 
destroy(String) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Destroys the room.
Destroy - Interface in rocks.xmpp.extensions.muc.model
The <destroy/> element, which is used in both #owner and #user namespace and indicates a room destruction.
detach() - Method in class rocks.xmpp.extensions.httpbind.BoshConnection
Detaches this BOSH session without closing (aka terminating) it.
Dialback - Class in rocks.xmpp.extensions.dialback.model
The implementation of the dialback elements <result/> and <verify/> in the jabber:server:dialback namespace.
Dialback.Result - Class in rocks.xmpp.extensions.dialback.model
An outbound request for authorization by receiving server or a verification result from the receiving server.
Dialback.Verify - Class in rocks.xmpp.extensions.dialback.model
A verification request sent from the receiving server to the authoritative server or a verification result sent in the opposite direction.
DialbackFeature - Class in rocks.xmpp.extensions.dialback.model.feature
The stream feature to advertise support for server dialback with dialback errors.
digest(boolean) - Method in class rocks.xmpp.extensions.pubsub.model.SubscribeOptions.Builder
Sets whether you want to receive digests (aggregations) of notifications or all notifications individually.
digestFrequency(Integer) - Method in class rocks.xmpp.extensions.pubsub.model.SubscribeOptions.Builder
Sets the minimum number of milliseconds between sending any two notification digests
DIRECT - rocks.xmpp.core.net.ChannelEncryption
TLS is attempted immediately on connect to a TCP socket, like how HTTPS works, not like how STARTTLS works with any protocol.
DIRECT - rocks.xmpp.extensions.amp.model.Rule.DeliveryMode
The message would be immediately delivered to the intended recipient or routed to the next hop.
DIRECT - rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod.Candidate.Type
Direct connection using the given interface.
DirectInvitation - Class in rocks.xmpp.extensions.muc.conference.model
The implementation of the <x/> element in the jabber:x:conference namespace, which represents a direct multi-user chat invitation.
DirectInvitation(Jid) - Constructor for class rocks.xmpp.extensions.muc.conference.model.DirectInvitation
 
DirectInvitation(Jid, String, String) - Constructor for class rocks.xmpp.extensions.muc.conference.model.DirectInvitation
 
DirectInvitation(Jid, String, String, boolean, String) - Constructor for class rocks.xmpp.extensions.muc.conference.model.DirectInvitation
 
DirectoryCache - Class in rocks.xmpp.util.cache
A simple directory based cache for caching of persistent items like avatars or entity capabilities.
DirectoryCache(Path) - Constructor for class rocks.xmpp.util.cache.DirectoryCache
 
directoryChatRoom() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A directory of chatrooms.
directoryGroup() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A directory that provides shared roster groups.
directoryUser() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A directory of end users (e.g., JUD).
directoryWaitingList() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
A directory of waiting list entries.
DISABLE - Static variable in class rocks.xmpp.extensions.carbons.model.MessageCarbons
The implementation of the <disable/> element in the urn:xmpp:carbons:2 namespace.
disableCarbons() - Method in class rocks.xmpp.extensions.carbons.MessageCarbonsManager
Disables message carbons on the server for this session.
DISABLED - rocks.xmpp.core.net.ChannelEncryption
Channel encryption via TLS is disabled, i.e. the communication channel is unencrypted (using plain text).
disableFeature(Class<? extends Manager>) - Method in class rocks.xmpp.core.session.XmppSession
Disables a feature by its manager class.
disableFeature(String) - Method in class rocks.xmpp.core.session.XmppSession
Disables a feature by its name, usually a protocol namespace.
Disappointed() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Disappointed
 
Disappointed(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Disappointed
 
DISCONNECTED - rocks.xmpp.core.session.ConnectionEvent.Type
The connection is disconnected.
DISCONNECTED - rocks.xmpp.core.session.XmppSession.Status
The session has been temporarily disconnected by an exception.
DiscoverableInfo - Interface in rocks.xmpp.extensions.disco.model.info
Information which can be discovered via Service Discovery.
DiscoverableItem - Interface in rocks.xmpp.extensions.disco.model.items
A Service Discovery item which has an id, in order to provide a limited result set.
discoverAllowableTraffic() - Method in class rocks.xmpp.extensions.muc.ChatRoom
Discovers the allowable traffic, i.e. the allowed extensions.
discoverCapabilities(Jid) - Method in class rocks.xmpp.extensions.caps.client.ClientEntityCapabilitiesManager
Discovers the capabilities of another XMPP entity.
discoverCapabilities(Jid) - Method in interface rocks.xmpp.extensions.caps.EntityCapabilitiesManager
Discovers capabilities for the given entity.
discoverChatServices() - Method in class rocks.xmpp.extensions.muc.MultiUserChatManager
Discovers the multi-user chat services hosted at the connected domain.
discoverEnteredRooms(Jid) - Method in class rocks.xmpp.extensions.muc.MultiUserChatManager
Discovers the rooms, where a contact is in.
discoverFeatures() - Method in class rocks.xmpp.extensions.pubsub.PubSubService
Discovers the features, which are supported by the pubsub service.
discoverInformation(Jid) - Method in class rocks.xmpp.extensions.disco.AbstractServiceDiscoveryManager
 
discoverInformation(Jid) - Method in interface rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Discovers information about another XMPP entity.
discoverInformation(Jid, String) - Method in class rocks.xmpp.extensions.disco.client.ClientServiceDiscoveryManager
Discovers information about another XMPP entity targeted at a specific node.
discoverInformation(Jid, String) - Method in interface rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Discovers information about another XMPP entity targeted at a specific node.
discoverItems() - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Discovers the items for this node.
discoverItems(Jid) - Method in class rocks.xmpp.extensions.disco.AbstractServiceDiscoveryManager
 
discoverItems(Jid) - Method in interface rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Discovers item associated with another XMPP entity.
discoverItems(Jid, String) - Method in class rocks.xmpp.extensions.disco.AbstractServiceDiscoveryManager
 
discoverItems(Jid, String) - Method in interface rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Discovers item associated with another XMPP entity.
discoverItems(Jid, String, ResultSetManagement) - Method in class rocks.xmpp.extensions.disco.client.ClientServiceDiscoveryManager
Discovers item associated with another XMPP entity.
discoverItems(Jid, String, ResultSetManagement) - Method in interface rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Discovers item associated with another XMPP entity.
discoverItems(Jid, ResultSetManagement) - Method in class rocks.xmpp.extensions.disco.AbstractServiceDiscoveryManager
 
discoverItems(Jid, ResultSetManagement) - Method in interface rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Discovers item associated with another XMPP entity.
discoverLanguageSupport(Jid) - Method in class rocks.xmpp.extensions.langtrans.LanguageTranslationManager
Discovers language support for a translation provider.
discoverNodeMetaData() - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Discovers the node info, which consists of a node name, type and meta data.
discoverNodes() - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Discovers the (sub-)nodes, which hierarchically reside under this node, e.g. the "second-level" nodes.
discoverNodes() - Method in class rocks.xmpp.extensions.pubsub.PubSubService
Discovers the first-level nodes of this pubsub service.
discoverOccupants() - Method in class rocks.xmpp.extensions.muc.ChatRoom
Gets the occupants in this room, i.e. their nicknames.
discoverProxies() - Method in class rocks.xmpp.extensions.bytestreams.s5b.Socks5ByteStreamManager
Discovers the SOCKS5 proxies.
discoverPubSubServices() - Method in class rocks.xmpp.extensions.pubsub.PubSubManager
Discovers the publish-subscribe services for the current connection.
discoverReservedNickname() - Method in class rocks.xmpp.extensions.muc.ChatRoom
Gets your reserved room nickname.
discoverRooms() - Method in class rocks.xmpp.extensions.muc.ChatService
Discovers the list of chat rooms hosted by this chat service.
discoverSearchFields(Jid) - Method in class rocks.xmpp.extensions.search.SearchManager
Discovers the supported search fields of a service.
discoverServices(Jid, String) - Method in class rocks.xmpp.extensions.disco.AbstractServiceDiscoveryManager
 
discoverServices(Jid, String) - Method in interface rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Discovers a service on the given entity by its feature namespace.
discoverServices(Jid, Identity) - Method in class rocks.xmpp.extensions.disco.AbstractServiceDiscoveryManager
 
discoverServices(Jid, Identity) - Method in interface rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Discovers a service on the given entity by its identity.
discoverSupportedHeaders(Jid) - Method in interface rocks.xmpp.extensions.shim.HeaderManager
Discovers the supported headers of another entity.
discoverSupportedHeaders(Jid) - Method in class rocks.xmpp.extensions.shim.StanzaHeadersAndInternetMetadataProtocol
 
discoverTranslationProviders() - Method in class rocks.xmpp.extensions.langtrans.LanguageTranslationManager
Discovers the language provider on the connected server.
DiscussionHistory - Class in rocks.xmpp.extensions.muc.model
The discussion history for a multi-user chat room, which can be requested when entering a room.
Disgusted() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Disgusted
 
Disgusted(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Disgusted
 
Dismayed() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Dismayed
 
Dismayed(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Dismayed
 
DisplayMarking(String) - Constructor for class rocks.xmpp.extensions.seclabel.model.SecurityLabel.DisplayMarking
 
DisplayMarking(String, String, String) - Constructor for class rocks.xmpp.extensions.seclabel.model.SecurityLabel.DisplayMarking
 
dispose() - Method in class rocks.xmpp.core.sasl.anonymous.AnonymousSaslClient
 
dispose() - Method in class rocks.xmpp.core.sasl.scram.ScramBase
 
Distracted() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Distracted
 
Distracted(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Distracted
 
DND - rocks.xmpp.core.stanza.model.Presence.Show
The entity or resource is busy (dnd = "Do Not Disturb").
DnsResolver - Class in rocks.xmpp.dns
A minimalistic DNS resolver, which can resolve SRV and TXT records in the context of XMPP.
DOING_CHORES - rocks.xmpp.extensions.activity.model.Category
Doing chores.
DoingMaintenance() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.DoingMaintenance
 
DoingMaintenance(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.DoingMaintenance
 
DoingTheDishes() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.DoingTheDishes
 
DoingTheDishes(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.DoingTheDishes
 
DoingTheLaundry() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.DoingTheLaundry
 
DoingTheLaundry(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.DoingTheLaundry
 
DRINKING - rocks.xmpp.extensions.activity.model.Category
Drinking.
Driving() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Driving
 
Driving(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Driving
 
DROP - rocks.xmpp.extensions.amp.model.Rule.Action
The "drop" action silently discards the message from any further delivery attempts and ensures that it is not placed into offline storage.

E

EATING - rocks.xmpp.extensions.activity.model.Category
Eating.
EDIT - rocks.xmpp.extensions.rtt.model.RealTimeText.Event
Modify existing real-time message.
email(String) - Method in class rocks.xmpp.extensions.muc.model.RoomRegistration.Builder
The email address.
email(String) - Method in class rocks.xmpp.extensions.register.model.Registration.Builder
Sets the email.
Email(String, boolean) - Constructor for class rocks.xmpp.extensions.vcard.temp.model.VCard.Email
Creates an email address.
Email(String, boolean, boolean, boolean) - Constructor for class rocks.xmpp.extensions.vcard.temp.model.VCard.Email
Creates an email address.
Embarrassed() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Embarrassed
 
Embarrassed(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Embarrassed
 
empty() - Static method in class rocks.xmpp.extensions.muc.model.Muc
Creates an empty element.
empty() - Static method in class rocks.xmpp.extensions.muc.model.owner.MucOwner
Creates an empty query element.
empty() - Static method in class rocks.xmpp.extensions.privatedata.rosterdelimiter.model.RosterDelimiter
 
empty() - Static method in class rocks.xmpp.extensions.register.model.Registration
Creates an empty registration element for requesting the registration form.
Enable() - Constructor for class rocks.xmpp.extensions.sm.model.StreamManagement.Enable
 
Enable(Boolean) - Constructor for class rocks.xmpp.extensions.sm.model.StreamManagement.Enable
 
Enable(Boolean, Integer) - Constructor for class rocks.xmpp.extensions.sm.model.StreamManagement.Enable
 
ENABLE - Static variable in class rocks.xmpp.extensions.carbons.model.MessageCarbons
The implementation of the <enable/> element in the urn:xmpp:carbons:2 namespace.
enableCarbons() - Method in class rocks.xmpp.extensions.carbons.MessageCarbonsManager
Enables message carbons on the server for this session.
Enabled() - Constructor for class rocks.xmpp.extensions.sm.model.StreamManagement.Enabled
 
Enabled(String, Boolean) - Constructor for class rocks.xmpp.extensions.sm.model.StreamManagement.Enabled
 
Enabled(String, Boolean, Integer, String) - Constructor for class rocks.xmpp.extensions.sm.model.StreamManagement.Enabled
 
enableFeature(Class<?>) - Method in class rocks.xmpp.core.session.XmppSession
Enables a feature by its manager class.
enableFeature(String) - Method in class rocks.xmpp.core.session.XmppSession
Enables a feature by its name, usually a protocol namespace.
encode(StreamElement) - Method in class rocks.xmpp.util.XmppStreamEncoder
Encodes an XMPP element to a byte buffer.
encode(StreamElement, Writer) - Method in class rocks.xmpp.util.XmppStreamEncoder
Encodes an XMPP element to a Writer.
encode(StreamElement, Writer) - Method in class rocks.xmpp.websocket.codec.XmppWebSocketEncoder
 
Encryption() - Constructor for class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp.Encryption
 
ENCRYPTION_REQUIRED - Static variable in class rocks.xmpp.core.sasl.model.Failure.Condition
The implementation of the <encryption-required/> SASL failure.
ENDED - rocks.xmpp.extensions.jingle.JingleSession.State
The session has been ended.
enter(String) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Enters the room.
enter(String, String) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Enters the room with a password.
enter(String, String, DiscussionHistory) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Enters the room with a password and requests history messages.
enter(String, DiscussionHistory) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Enters the room and requests history messages.
ENTERED - rocks.xmpp.extensions.muc.OccupantEvent.Type
The occupant has entered the room.
EntityCapabilities - Interface in rocks.xmpp.extensions.caps.model
An interface for different Entity Capabilities implementations as described in the following two specifications.
EntityCapabilities1 - Class in rocks.xmpp.extensions.caps.model
The implementation of the <c/> element in the http://jabber.org/protocol/caps.
EntityCapabilities1(String, DiscoverableInfo, MessageDigest) - Constructor for class rocks.xmpp.extensions.caps.model.EntityCapabilities1
Creates an entity caps from discoverable info and hash function.
EntityCapabilities2 - Class in rocks.xmpp.extensions.caps2.model
The implementation of the <c/> element in the urn:xmpp:caps namespace.
EntityCapabilities2(DiscoverableInfo, MessageDigest...) - Constructor for class rocks.xmpp.extensions.caps2.model.EntityCapabilities2
 
EntityCapabilitiesManager - Interface in rocks.xmpp.extensions.caps
A manager for Entity Capabilities whose primary task is to cache capabilities.
EntityTime - Class in rocks.xmpp.extensions.time.model
The implementation of the <time/> element in the urn:xmpp:time namespace.
EntityTime() - Constructor for class rocks.xmpp.extensions.time.model.EntityTime
Creates a empty entity time element for requesting entity time.
EntityTime(OffsetDateTime) - Constructor for class rocks.xmpp.extensions.time.model.EntityTime
 
EntityTimeHandler - Class in rocks.xmpp.extensions.time.handler
Handles an time request by returning the current time.
EntityTimeHandler() - Constructor for class rocks.xmpp.extensions.time.handler.EntityTimeHandler
 
EntityTimeManager - Class in rocks.xmpp.extensions.time
This manager implements XEP-0202: Entity Time.
entrySet() - Method in class rocks.xmpp.util.cache.DirectoryCache
 
entrySet() - Method in class rocks.xmpp.util.cache.LruCache
 
Envious() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Envious
 
Envious(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Envious
 
equals(Object) - Method in class rocks.xmpp.core.session.Extension
 
equals(Object) - Method in class rocks.xmpp.core.stanza.model.Presence
 
equals(Object) - Method in class rocks.xmpp.core.Text
 
equals(Object) - Method in class rocks.xmpp.dns.SrvRecord
 
equals(Object) - Method in class rocks.xmpp.dns.TxtRecord
 
equals(Object) - Method in class rocks.xmpp.extensions.bookmarks.model.ChatRoomBookmark
 
equals(Object) - Method in class rocks.xmpp.extensions.bookmarks.model.WebPageBookmark
 
equals(Object) - Method in class rocks.xmpp.extensions.caps.model.EntityCapabilities1
 
equals(Object) - Method in class rocks.xmpp.extensions.colors.ConsistentColor
 
equals(Object) - Method in class rocks.xmpp.extensions.data.layout.model.FieldReference
 
equals(Object) - Method in class rocks.xmpp.extensions.data.layout.model.Page
 
equals(Object) - Method in class rocks.xmpp.extensions.data.layout.model.Section
 
equals(Object) - Method in class rocks.xmpp.extensions.data.mediaelement.model.Media
 
equals(Object) - Method in class rocks.xmpp.extensions.data.mediaelement.model.Media.Location
 
equals(Object) - Method in class rocks.xmpp.extensions.data.model.DataForm
 
equals(Object) - Method in class rocks.xmpp.extensions.data.model.DataForm.Field
 
equals(Object) - Method in class rocks.xmpp.extensions.data.model.DataForm.Item
 
equals(Object) - Method in class rocks.xmpp.extensions.data.model.DataForm.Option
 
equals(Object) - Method in class rocks.xmpp.extensions.data.validate.model.Validation
 
equals(Object) - Method in class rocks.xmpp.extensions.data.validate.model.Validation.ListRange
 
equals(Object) - Method in class rocks.xmpp.extensions.data.validate.model.Validation.ValidationMethod.Basic
 
equals(Object) - Method in class rocks.xmpp.extensions.data.validate.model.Validation.ValidationMethod.Open
 
equals(Object) - Method in class rocks.xmpp.extensions.data.validate.model.Validation.ValidationMethod.Range
 
equals(Object) - Method in class rocks.xmpp.extensions.data.validate.model.Validation.ValidationMethod.Regex
 
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.
equals(Object) - Method in class rocks.xmpp.extensions.disco.model.info.InfoDiscovery
 
equals(Object) - Method in class rocks.xmpp.extensions.hashes.model.Hash
 
equals(Object) - Method in class rocks.xmpp.extensions.httpbind.model.Body
 
equals(Object) - Method in class rocks.xmpp.extensions.muc.model.user.Status
 
equals(Object) - Method in class rocks.xmpp.extensions.privacy.model.PrivacyList
 
equals(Object) - Method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
 
equals(Object) - Method in class rocks.xmpp.extensions.reach.model.Address.Description
 
equals(Object) - Method in class rocks.xmpp.extensions.reach.model.Address
 
equals(Object) - Method in class rocks.xmpp.extensions.reach.model.Reachability
 
equals(Object) - Method in class rocks.xmpp.extensions.rpc.model.Value
 
equals(Object) - Method in class rocks.xmpp.im.roster.model.Contact
 
equals(Object) - Method in class rocks.xmpp.im.roster.model.ContactGroup
 
equals(SubscriptionState, SubscriptionState) - Static method in interface rocks.xmpp.im.roster.model.SubscriptionState
Compares two subscription states.
EraseText() - Constructor for class rocks.xmpp.extensions.rtt.model.RealTimeText.EraseText
Erases one character from the end of the text.
EraseText(Integer) - Constructor for class rocks.xmpp.extensions.rtt.model.RealTimeText.EraseText
 
EraseText(Integer, Integer) - Constructor for class rocks.xmpp.extensions.rtt.model.RealTimeText.EraseText
 
ERROR - rocks.xmpp.core.stanza.model.IQ.Type
The stanza reports an error that has occurred regarding processing or delivery of a get or set request.
ERROR - rocks.xmpp.core.stanza.model.Message.Type
The message is generated by an entity that experiences an error when processing a message received from another entity.
ERROR - rocks.xmpp.core.stanza.model.Presence.Type
An error has occurred regarding processing of a previously sent presence stanza; if the presence stanza is of type "error", it MUST include an <error/> child element.
ERROR - rocks.xmpp.extensions.amp.model.Rule.Action
The "error" action triggers a reply <message/> stanza of type "error" to the sending entity.
ERROR - rocks.xmpp.extensions.commands.model.Command.Note.Type
The note indicates an error.
ERROR - rocks.xmpp.extensions.httpbind.model.Body.Type
The connection manager has reported a recoverable binding error.
ESCAPING_FEATURE - Static variable in interface rocks.xmpp.addr.Jid
The service discovery feature used for determining support of JID escaping (jid\20escaping).
EssSecurityLabel - Class in rocks.xmpp.extensions.seclabel.model.ess
The implementation of the <esssecuritylabel/> element in the urn:xmpp:sec-label:ess:0 namespace.
EssSecurityLabel(byte[]) - Constructor for class rocks.xmpp.extensions.seclabel.model.ess.EssSecurityLabel
 
evaluateChallenge(byte[]) - Method in class rocks.xmpp.core.sasl.anonymous.AnonymousSaslClient
 
evaluateChallenge(byte[]) - Method in class rocks.xmpp.core.sasl.scram.ScramClient
 
Event - Class in rocks.xmpp.extensions.pubsub.model.event
The implementation of the <event/> element in the http://jabber.org/protocol/pubsub#event namespace.
eventLoopGroup(EventLoopGroup) - Method in class rocks.xmpp.nio.netty.client.NettyTcpConnectionConfiguration.Builder
Deprecated.
Sets the NIO event loop.
EXACT - rocks.xmpp.extensions.amp.model.Rule.MatchResource
Destination resource exactly matches the intended resource.
exceptionally(Function<Throwable, ? extends T>) - Method in class rocks.xmpp.util.concurrent.AsyncResult
 
Excited() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Excited
 
Excited(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Excited
 
execute(Runnable) - Method in class rocks.xmpp.util.concurrent.QueuedExecutorService
 
EXECUTE - rocks.xmpp.extensions.commands.model.Command.Action
The command should be executed or continue to be executed.
EXECUTING - rocks.xmpp.extensions.commands.model.Command.Status
The command is being executed.
executor(Executor) - Method in class rocks.xmpp.core.session.XmppSessionConfiguration.Builder
Sets the executor, which processes inbound stanzas.
EXERCISING - rocks.xmpp.extensions.activity.model.Category
Exercising.
exit() - Method in class rocks.xmpp.extensions.muc.ChatRoom
Exits the room.
exit(String) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Exits the room with a custom message.
EXITED - rocks.xmpp.extensions.muc.OccupantEvent.Type
The occupant has exited the room in a normal way.
EXPIRE_AT - rocks.xmpp.extensions.amp.model.Rule.Condition
The "expire-at" condition is used to ensure delivery before an absolute point in time.
expireAt(Instant) - Method in class rocks.xmpp.extensions.pubsub.model.SubscribeOptions.Builder
Sets the expiration date.
expireAt(Rule.Action, Instant) - Static method in class rocks.xmpp.extensions.amp.model.Rule
Creates the defined "expire-at" rule.
Expired() - Constructor for class rocks.xmpp.extensions.jingle.model.Jingle.Reason.Expired
 
ExtensibleStanza - Class in rocks.xmpp.core.stanza.model
A stanza which is extensible (can have more than one extension), i.e.
Extension - Class in rocks.xmpp.core.session
Represents an XMPP protocol extension (XEP).
ExtensionModule - Class in rocks.xmpp.core.session.context.extensions
Registers extensions and manager classes, (which should be initialized during the start of a session) to the XmppSession.
ExtensionModule() - Constructor for class rocks.xmpp.core.session.context.extensions.ExtensionModule
 
ExtensionProtocol - Interface in rocks.xmpp.core
An XMPP Extension Protocol.
extensions(Extension...) - Method in class rocks.xmpp.core.session.XmppSessionConfiguration.Builder
Adds extensions to the session.
ExtensionsContext - Class in rocks.xmpp.extensions
Defines extension protocol classes to be bound to the JAXBContext.
ExtensionsContext() - Constructor for class rocks.xmpp.extensions.ExtensionsContext
 
ExternalComponent - Class in rocks.xmpp.extensions.component.accept
An external component session which connects to an XMPP server using the "Jabber Component Protocol".

F

Failed() - Constructor for class rocks.xmpp.extensions.sm.model.StreamManagement.Failed
 
Failed(Condition) - Constructor for class rocks.xmpp.extensions.sm.model.StreamManagement.Failed
 
Failed(Condition, Long) - Constructor for class rocks.xmpp.extensions.sm.model.StreamManagement.Failed
 
FAILED - rocks.xmpp.extensions.filetransfer.FileTransfer.Status
Indicates that the file transfer failed.
FailedApplication() - Constructor for class rocks.xmpp.extensions.jingle.model.Jingle.Reason.FailedApplication
 
FailedRules - Class in rocks.xmpp.extensions.amp.model.errors
The implementation of the <failed-rules/> element in the http://jabber.org/protocol/amp#errors namespace.
FailedRules() - Constructor for class rocks.xmpp.extensions.amp.model.errors.FailedRules
 
FailedTransport() - Constructor for class rocks.xmpp.extensions.jingle.model.Jingle.Reason.FailedTransport
 
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(Failure.Condition) - Constructor for class rocks.xmpp.core.sasl.model.Failure
 
Failure(Failure.Condition, String, Locale) - Constructor for class rocks.xmpp.core.sasl.model.Failure
 
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.
familyName(String) - Method in class rocks.xmpp.extensions.muc.model.RoomRegistration.Builder
The family name.
familyName(String) - Method in class rocks.xmpp.extensions.register.model.Registration.Builder
Sets the family name.
faqEntry(String) - Method in class rocks.xmpp.extensions.muc.model.RoomRegistration.Builder
The FAQ entry.
Feature - Interface in rocks.xmpp.extensions.disco.model.info
A feature which can be advertised by an XMPP entity.
FEATURE - Static variable in class rocks.xmpp.extensions.csi.model.ClientState
The stream feature for servers to advertise support for client state indication.
FEATURE_NOT_IMPLEMENTED - Static variable in class rocks.xmpp.core.stanza.model.errors.Condition
The implementation of the <feature-not-implemented/> stanza error.
FeatureNegotiation - Class in rocks.xmpp.extensions.featureneg.model
The implementation of the <feature/> element in the http://jabber.org/protocol/feature-neg namespace.
FeatureNegotiation(DataForm) - Constructor for class rocks.xmpp.extensions.featureneg.model.FeatureNegotiation
Creates a feature negotiation with structured data.
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, long) - Constructor for class rocks.xmpp.extensions.jingle.apps.filetransfer.model.JingleFileTransfer.File
 
File(String, long, Instant, Hash, String) - Constructor for class rocks.xmpp.extensions.jingle.apps.filetransfer.model.JingleFileTransfer.File
 
File(String, long, Instant, Hash, String, Thumbnail) - Constructor for class rocks.xmpp.extensions.jingle.apps.filetransfer.model.JingleFileTransfer.File
 
FILE_NOT_AVAILABLE - Static variable in class rocks.xmpp.extensions.jingle.apps.filetransfer.model.errors.FileTransferError
The <file-not-available/> error.
FILE_TOO_LARGE - Static variable in class rocks.xmpp.extensions.jingle.apps.filetransfer.model.errors.FileTransferError
The <file-too-large/> error.
FileTransfer - Class in rocks.xmpp.extensions.filetransfer
A class for managing a single file transfer.
FileTransfer(String, InputStream, OutputStream, long) - Constructor for class rocks.xmpp.extensions.filetransfer.FileTransfer
 
FileTransfer.Status - Enum in rocks.xmpp.extensions.filetransfer
The status of the file transfer.
FileTransferError - Class in rocks.xmpp.extensions.jingle.apps.filetransfer.model.errors
 
FileTransferError() - Constructor for class rocks.xmpp.extensions.jingle.apps.filetransfer.model.errors.FileTransferError
 
FileTransferManager - Class in rocks.xmpp.extensions.filetransfer
 
FileTransferNegotiator - Interface in rocks.xmpp.extensions.filetransfer
 
FileTransferOffer - Interface in rocks.xmpp.extensions.filetransfer.model
An interface for file transfer requests, which covers XEP-0066, XEP-0096 and XEP-0234.
fileTransferOffered(IQ, String, String, FileTransferOffer, Object, FileTransferNegotiator) - Method in class rocks.xmpp.extensions.filetransfer.FileTransferManager
 
FileTransferOfferEvent - Class in rocks.xmpp.extensions.filetransfer
 
FileTransferRejectedException - Exception in rocks.xmpp.extensions.filetransfer
This is generic exception when a file transfer request has been rejected.
FileTransferRejectedException() - Constructor for exception rocks.xmpp.extensions.filetransfer.FileTransferRejectedException
 
FileTransferStatusEvent - Class in rocks.xmpp.extensions.filetransfer
 
FILTERED_NOTIFICATIONS - rocks.xmpp.extensions.pubsub.model.PubSubFeature
The service supports filtering of notifications based on Entity Capabilities.
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.
findValue(String) - Method in class rocks.xmpp.extensions.shim.model.Headers
Tries to find a value among the headers associated with header name.
findValueAsBoolean(String) - Method in class rocks.xmpp.extensions.data.model.DataForm
Finds the field and gets the value as boolean.
findValueAsInstant(String) - Method in class rocks.xmpp.extensions.data.model.DataForm
Finds the field and gets its value as instant.
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.
Fishing() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Fishing
 
Fishing(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Fishing
 
FIXED - rocks.xmpp.extensions.data.model.DataForm.Field.Type
The field is intended for data description (e.g., human-readable text such as "section" headers) rather than data gathering or provision.
Flirtatious() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Flirtatious
 
Flirtatious(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Flirtatious
 
floor(String) - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation.Builder
Sets a particular floor in a building.
flush() - Method in class rocks.xmpp.core.net.client.SocketConnection
 
flush() - Method in interface rocks.xmpp.core.net.Connection
Flushes the connection.
flush() - Method in class rocks.xmpp.extensions.httpbind.BoshConnection
 
flush() - Method in class rocks.xmpp.nio.netty.net.NettyChannelConnection
 
flush() - Method in class rocks.xmpp.websocket.net.JakartaWebSocketConnection
 
FORBIDDEN - Static variable in class rocks.xmpp.core.stanza.model.errors.Condition
The implementation of the <forbidden/> stanza error.
forCountResponse(int) - Static method in class rocks.xmpp.extensions.rsm.model.ResultSetManagement
Gets a result set, which has a count information.
forDestinationLanguage(Locale) - Static method in class rocks.xmpp.extensions.langtrans.model.LanguageTranslation.Translation
Creates a translation element for a destination language.
forEach(BiConsumer<? super String, ? super byte[]>) - Method in class rocks.xmpp.util.cache.DirectoryCache
 
forEachMessage() - Static method in class rocks.xmpp.extensions.sm.RequestStrategies
Requests an ack for each message.
forEachMessageOrEveryXStanzas(int) - Static method in class rocks.xmpp.extensions.sm.RequestStrategies
Requests an acknowledgement for each message and at the latest after X non-message stanzas (presence or IQ).
forEveryXStanzas(int) - Static method in class rocks.xmpp.extensions.sm.RequestStrategies
Requests an ack for every X stanzas.
forFirstPage(int) - Static method in class rocks.xmpp.extensions.rsm.model.ResultSetManagement
Gets a result set, which requests the first page.
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.
forItems(Collection<T>) - Static method in interface rocks.xmpp.extensions.rsm.ResultSetProvider
Creates a Collection-based result set provider.
forLastPage(int) - Static method in class rocks.xmpp.extensions.rsm.model.ResultSetManagement
Gets a result set, which requests the last page.
forLimit(int, int) - Static method in class rocks.xmpp.extensions.rsm.model.ResultSetManagement
Gets a result set, which starts at a particular index.
FORM - rocks.xmpp.extensions.data.model.DataForm.Type
The form-processing entity is asking the form-submitting entity to complete a form.
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".
FORM_TYPE - Static variable in class rocks.xmpp.extensions.muc.model.RoomInfo
 
FORM_TYPE - Static variable in class rocks.xmpp.extensions.pubsub.model.NodeMetaData
 
forMaxChars(int) - Static method in class rocks.xmpp.extensions.muc.model.DiscussionHistory
Limit the total number of characters in the history to "X" (where the character count is the characters of the complete XML stanzas, not only their XML character data).
forMaxMessages(int) - Static method in class rocks.xmpp.extensions.muc.model.DiscussionHistory
Limit the total number of messages in the history to "X".
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.
forResponse(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.
forSeconds(int) - Static method in class rocks.xmpp.extensions.muc.model.DiscussionHistory
Send only the messages received in the last "X" seconds.
forStorageOfPrivateData() - Static method in class rocks.xmpp.extensions.pubsub.model.PublishOptions
Creates publish options for use of persistent storage of private data via pubsub.
forStorageOfPublicData(AccessModel) - Static method in class rocks.xmpp.extensions.pubsub.model.PublishOptions
Creates publish options for use of persistent storage of public data via pubsub.
FORWARD - rocks.xmpp.extensions.amp.model.Rule.DeliveryMode
The message would be forwarded to another XMPP address or account.
Forwarded - Class in rocks.xmpp.extensions.forward.model
The implementation of the <forwarded/> element in the urn:xmpp:forward:0 namespace.
Forwarded(Stanza) - Constructor for class rocks.xmpp.extensions.forward.model.Forwarded
Creates a forwarded element.
Forwarded(Stanza, DelayedDelivery) - Constructor for class rocks.xmpp.extensions.forward.model.Forwarded
Creates a forwarded element.
forwardMessage(Message, Jid) - Method in class rocks.xmpp.extensions.forward.StanzaForwardingManager
Forwards a message to another XMPP entity.
from(Jid) - Method in class rocks.xmpp.extensions.httpbind.model.Body.Builder
Sets the 'from' attribute of the body.
from(IQ) - Static method in class rocks.xmpp.core.stanza.model.client.ClientIQ
Creates an IQ for the jabber:client namespace from a generic IQ.
from(IQ) - Static method in class rocks.xmpp.core.stanza.model.server.ServerIQ
Creates an IQ for the jabber:server namespace from a generic IQ.
from(IQ) - Static method in class rocks.xmpp.extensions.component.accept.model.ComponentIQ
Creates an IQ for the jabber:client namespace from a generic IQ.
from(Message) - Static method in class rocks.xmpp.core.stanza.model.client.ClientMessage
Creates a message for the jabber:client namespace from a generic message.
from(Message) - Static method in class rocks.xmpp.core.stanza.model.server.ServerMessage
Creates a message for the jabber:server namespace from a generic message.
from(Message) - Static method in class rocks.xmpp.extensions.component.accept.model.ComponentMessage
Creates a message for the jabber:client namespace from a generic message.
from(Presence) - Static method in class rocks.xmpp.core.stanza.model.client.ClientPresence
Creates a presence for the jabber:client namespace from a generic presence.
from(Presence) - Static method in class rocks.xmpp.core.stanza.model.server.ServerPresence
Creates a presence for the jabber:server namespace from a generic presence.
from(Presence) - Static method in class rocks.xmpp.extensions.component.accept.model.ComponentPresence
Creates a presence for the jabber:client namespace from a generic presence.
from(StanzaError) - Static method in class rocks.xmpp.core.stanza.model.server.ServerStanzaError
Creates a stanza error in the jabber:server namespace from an unqualified stanza error.
from(Item, String) - Static method in interface rocks.xmpp.extensions.disco.model.items.DiscoverableItem
Creates an anonymous instance of this interface from an Item and a result item id.
from(Hashed) - Static method in class rocks.xmpp.extensions.hashes.model.Hash
 
FROM - rocks.xmpp.im.roster.model.DefinedState
Contact is subscribed to user (one-way); this is reflected in the user's roster by subscription='from'.
FROM - rocks.xmpp.im.roster.model.SubscriptionState.Subscription
The contact has a subscription to the user's presence, but the user does not have a subscription to the contact's presence.
FROM_PENDING_OUT - rocks.xmpp.im.roster.model.DefinedState
Contact is subscribed to user, and user has sent contact a subscription request but contact has not replied yet; this is reflected in the user's roster by subscription='from' and ask='subscribe'.
Frustrated() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Frustrated
 
Frustrated(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Frustrated
 

G

Gaming() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Gaming
 
Gaming(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Gaming
 
Gardening() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Gardening
 
Gardening(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.Gardening
 
GATEWAY - rocks.xmpp.extensions.amp.model.Rule.DeliveryMode
The message would be sent through a gateway to an address or account on a non-XMPP system.
gatewayAIM() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
Gateway to AOL Instant Messenger.
gatewayFacebook() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
Gateway to the Facebook IM service.
gatewayGaduGadu() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
Gateway to the Gadu-Gadu IM service.
gatewayHttpWs() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
Gateway that provides HTTP Web Services access.
gatewayICQ() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
Gateway to ICQ.
gatewayIRC() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
Gateway to IRC.
gatewayLCS() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
Gateway to Microsoft Live Communications Server.
gatewayMSN() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
Gateway to MSN Messenger.
gatewayMySpaceIM() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
Gateway to the MySpace IM service.
gatewayOCS() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
Gateway to Microsoft Office Communications Server.
gatewayQQ() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
Gateway to the QQ IM service.
gatewaySametime() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
Gateway to IBM Lotus Sametime.
gatewaySimple() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
Gateway to SIP for Instant Messaging and Presence Leveraging Extensions (SIMPLE).
gatewaySkype() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
Gateway to the Skype service.
gatewaySMS() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
Gateway to Short Message Service.
gatewaySMTP() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
Gateway to the SMTP (email) network.
gatewayTlen() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
Gateway to the Tlen IM service.
gatewayXfire() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
Gateway to the Xfire gaming and IM service.
gatewayXMPP() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
Gateway to another XMPP service (NOT via native server-to-server communication).
gatewayYahoo() - Static method in class rocks.xmpp.extensions.disco.model.info.Identity
Gateway to Yahoo!
GeneralError() - Constructor for class rocks.xmpp.extensions.jingle.model.Jingle.Reason.GeneralError
 
generate(CharSequence) - Static method in class rocks.xmpp.extensions.colors.ConsistentColor
Generates a color for an input string.
generate(CharSequence, ConsistentColor.ColorVisionDeficiency) - Static method in class rocks.xmpp.extensions.colors.ConsistentColor
Generates a color for an input string and for a color vision deficiency.
generate(CharSequence, ConsistentColor.ColorVisionDeficiency, float) - Static method in class rocks.xmpp.extensions.colors.ConsistentColor
Generates a color for an input string and for a color vision deficiency.
generateKey(String, String, String, String) - Static method in class rocks.xmpp.extensions.dialback.model.Dialback
Generates a key using the following recommended algorithm.
Geo(double, double) - Constructor for class rocks.xmpp.extensions.vcard.temp.model.VCard.Geo
 
GeoLocation - Class in rocks.xmpp.extensions.geoloc.model
The implementation of the <geoloc/> element in the http://jabber.org/protocol/geoloc namespace.
GeoLocation.Builder - Class in rocks.xmpp.extensions.geoloc.model
A builder class to which builds geo location objects.
GeoLocationEvent - Class in rocks.xmpp.extensions.geoloc
This event notifies listeners, when a geo location has been updated.
GeoLocationManager - Class in rocks.xmpp.extensions.geoloc
Manages the publishing of user location and the notification of it.
get() - Method in class rocks.xmpp.core.session.SendTask
 
get() - Method in class rocks.xmpp.util.concurrent.AsyncResult
 
get(long, TimeUnit) - Method in class rocks.xmpp.core.session.SendTask
 
get(long, TimeUnit) - Method in class rocks.xmpp.util.concurrent.AsyncResult
 
get(Object) - Static method in class rocks.xmpp.core.stanza.model.IQ
Creates an IQ of type 'get' with a random id.
get(Object) - Method in class rocks.xmpp.util.cache.DirectoryCache
 
get(Object) - Method in class rocks.xmpp.util.cache.LruCache
 
get(Jid, Object) - Static method in class rocks.xmpp.core.stanza.model.IQ
Creates an IQ of type 'get' with a random id.
GET - rocks.xmpp.core.stanza.model.IQ.Type
The stanza requests information, inquires about what data is needed in order to complete further operations, etc.
GET_PENDING - rocks.xmpp.extensions.pubsub.model.PubSubFeature
Retrieval of pending subscription approvals is supported.
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.
getAccessModel() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
Who may subscribe and retrieve items.
getAccessModel() - Method in class rocks.xmpp.extensions.pubsub.model.PublishOptions
Gets the access model.
getAccuracy() - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
Gets the horizontal GPS error in meters.
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.
getAction() - Method in class rocks.xmpp.extensions.amp.model.Rule
The 'action' attribute defines the result for this rule.
getAction() - Method in class rocks.xmpp.extensions.commands.model.Command
Gets the action, which is used by the requester.
getAction() - Method in class rocks.xmpp.extensions.jingle.model.Jingle
Gets the Jingle action.
getAction() - Method in class rocks.xmpp.extensions.offline.model.OfflineMessage.Item
Gets the offline message action.
getAction() - Method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
Sets the action to perform (either allow or deny).
getAction() - Method in class rocks.xmpp.extensions.rosterx.model.ContactExchange.Item
Gets the action indicating adding, deleting or modifying the roster item.
getActions() - Method in class rocks.xmpp.extensions.commands.model.Command
Gets the possible command actions, which are provided by the responder.
getActions() - Method in class rocks.xmpp.extensions.rtt.model.RealTimeText
Gets the actions.
getActivated() - Method in class rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod
Gets the id of the activated candidate.
getActiveConnection() - Method in class rocks.xmpp.core.session.XmppSession
Gets the actively used connection.
getActiveName() - Method in class rocks.xmpp.extensions.privacy.model.Privacy
Gets the active list name.
getActor() - Method in interface rocks.xmpp.extensions.muc.model.Item
Gets the actor for a kick or ban.
getActor() - Method in class rocks.xmpp.extensions.muc.OccupantEvent
Gets the actor in case the occupant was kicked or banned from the room.
getAddedContacts() - Method in class rocks.xmpp.im.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.
getAdditionalInformation() - Method in class rocks.xmpp.extensions.search.model.Search
Gets additional information for the search, e.g. for gender.
getAdditionalNamespaces() - Method in class rocks.xmpp.core.stream.model.StreamHeader
Gets additional namespaces other than the content namespace and the stream namespace.
getAddress() - Method in class rocks.xmpp.extensions.muc.ChatRoom
Gets the room address.
getAddress() - Method in class rocks.xmpp.extensions.muc.ChatService
Deprecated.
getAddress() - Method in class rocks.xmpp.extensions.pubsub.PubSubService
Deprecated.
getAddresses() - Method in class rocks.xmpp.extensions.address.model.Addresses
Gets the addresses.
getAddresses() - Method in class rocks.xmpp.extensions.reach.model.Reachability
Gets the addresses.
getAddresses() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
Gets the addresses.
getAdministrators() - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration
Gets the administrators.
getAdmins() - Method in class rocks.xmpp.extensions.muc.ChatRoom
Gets the admins of the room.
getAffiliation() - Method in interface rocks.xmpp.extensions.muc.model.Item
Gets the affiliation.
getAffiliation() - Method in class rocks.xmpp.extensions.muc.Occupant
Gets the affiliation of the occupant.
getAffiliations() - Method in class rocks.xmpp.extensions.pubsub.model.owner.PubSubOwner
Gets the affiliations, if this pubsub element contains 'affiliations' element.
getAffiliations() - Method in class rocks.xmpp.extensions.pubsub.model.PubSub
 
getAffiliations() - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Gets the affiliations for this node.
getAffiliations() - Method in class rocks.xmpp.extensions.pubsub.PubSubService
Gets the affiliations for all nodes.
getAffiliationState() - Method in interface rocks.xmpp.extensions.pubsub.model.Affiliation
Gets the affiliation to a node.
getAfter() - Method in class rocks.xmpp.extensions.rsm.model.ResultSetManagement
Gets the 'after' element.
getAgent() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
Gets information about another person who will act on behalf of the individual or resource associated with the vCard.
getAlternateAddress() - Method in class rocks.xmpp.core.stanza.model.errors.Redirect
Gets the alternate address.
getAlternativeRoom() - Method in class rocks.xmpp.extensions.muc.OccupantEvent
Gets the alternative room address in case the old room has been destroyed.
getAltitude() - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
Gets the altitude in meters above or below sea level.
getAltitudeAccuracy() - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
Gets the vertical GPS error in meters.
getApplicationFormat() - Method in class rocks.xmpp.extensions.jingle.model.Jingle.Content
Gets the application type.
getArea() - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
Gets a named area such as a campus or neighborhood.
getArtist() - Method in class rocks.xmpp.extensions.tune.model.Tune
Gets the artist or performer of the song or piece.
getAsArray() - Method in class rocks.xmpp.extensions.rpc.model.Value
Gets the value as array or null.
getAsBoolean() - Method in class rocks.xmpp.extensions.rpc.model.Value
Gets the value as boolean.
getAsByteArray() - Method in class rocks.xmpp.extensions.rpc.model.Value
Gets the value as byte array or null.
getAsDouble() - Method in class rocks.xmpp.extensions.rpc.model.Value
Gets the value as double or null.
getAsInstant() - Method in class rocks.xmpp.extensions.rpc.model.Value
Gets the value as date or null.
getAsInteger() - Method in class rocks.xmpp.extensions.rpc.model.Value
Gets the value as integer or null.
getAsMap() - Method in class rocks.xmpp.extensions.rpc.model.Value
Gets the value as map or null.
getAsString() - Method in class rocks.xmpp.extensions.rpc.model.Value
Gets the value as string or null.
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, which contains the value of the XMPP stream ID generated by the XMPP server.
getAvailableStreamHosts() - Method in class rocks.xmpp.extensions.bytestreams.s5b.Socks5ByteStreamManager
Gets a list of available stream hosts, including the discovered proxies and the local host.
getAvatar() - Method in class rocks.xmpp.extensions.avatar.AvatarChangeEvent
Gets the avatar image data.
getAvatar(Jid) - Method in interface rocks.xmpp.extensions.avatar.AvatarManager
Gets the user avatar as byte array.
getAvatar(Jid) - Method in class rocks.xmpp.extensions.avatar.CombinedAvatarManager
Gets the user avatar from the user's vCard.
getAvatar(Jid) - Method in class rocks.xmpp.extensions.avatar.UserAvatarProtocol
 
getAvatar(Jid) - Method in class rocks.xmpp.extensions.vcard.avatar.VCardBasedAvatarsProtocol
 
getAvatarImage() - Method in class rocks.xmpp.extensions.avatar.AvatarChangeEvent
Gets the avatar image, or null if there is none.
getAvatarImage(Jid) - Method in class rocks.xmpp.extensions.avatar.AbstractAvatarManager
 
getAvatarImage(Jid) - Method in interface rocks.xmpp.extensions.avatar.AvatarManager
Gets the user avatar.
getBackgroundColor() - Method in class rocks.xmpp.extensions.seclabel.model.SecurityLabel.DisplayMarking
Gets the background color.
getBandwidth() - Method in class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp
Gets the band width.
getBanList() - Method in class rocks.xmpp.extensions.muc.ChatRoom
Gets the ban list.
getBearing() - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
Gets the GPS bearing (direction in which the entity is heading to reach its next waypoint), measured in decimal degrees relative to true north.
getBefore() - Method in class rocks.xmpp.extensions.rsm.model.ResultSetManagement
Gets the 'before' element.
getBirthday() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
Gets the birthday.
getBlockedContacts() - Method in class rocks.xmpp.extensions.blocking.BlockingEvent
Gets the (newly) blocked contacts, which were pushed by the server.
getBlockedContacts() - Method in class rocks.xmpp.extensions.blocking.BlockingManager
Retrieves the blocked contacts.
getBlockSize() - Method in class rocks.xmpp.extensions.bytestreams.ibb.model.InBandByteStream.Open
Gets the block size;
getBlockSize() - Method in class rocks.xmpp.extensions.jingle.transports.ibb.model.InBandByteStreamsTransportMethod
Gets the block size of a data chunk.
getBlue() - Method in class rocks.xmpp.extensions.colors.ConsistentColor
Gets the blue component of the color, in the range 0.0-1.0.
getBodies() - Method in class rocks.xmpp.core.stanza.model.Message
Gets the bodies.
getBody() - Method in class rocks.xmpp.core.stanza.model.Message
Gets the default body (which has no language attribute).
getBody() - Method in class rocks.xmpp.extensions.xhtmlim.model.Html
Gets the body of this XHTML document.
getBodyXslt() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
The URL of an XSL transformation which can be applied to payloads in order to generate an appropriate message body element.
getBookmarks() - Method in class rocks.xmpp.extensions.bookmarks.model.BookmarkStorage
Gets the bookmarks.
getBoshVersion() - Method in class rocks.xmpp.extensions.httpbind.model.Body
This attribute specifies the highest version of the BOSH protocol that the client supports.
getBuilding() - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
Gets a specific building on a street or in an area.
getBy() - Method in class rocks.xmpp.core.stanza.model.StanzaError
Gets the 'by' attribute.
getBytes() - Method in class rocks.xmpp.extensions.avatar.model.metadata.AvatarMetadata.Info
Gets the size of the image data in bytes.
getBytes() - Method in class rocks.xmpp.extensions.bob.model.Data
Gets the bytes.
getBytes() - Method in class rocks.xmpp.extensions.bytestreams.ibb.model.InBandByteStream.Data
Gets the bytes.
getBytesTransferred() - Method in class rocks.xmpp.extensions.filetransfer.FileTransfer
Gets the transferred bytes.
getBytesTransferred() - Method in class rocks.xmpp.extensions.filetransfer.FileTransferStatusEvent
Gets the number of bytes transferred so far.
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:
getCandidates() - Method in class rocks.xmpp.extensions.jingle.transports.iceudp.model.IceUdpTransportMethod
 
getCandidates() - Method in class rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod
Gets the candidates, i.e. stream hosts for the transport.
getCandidateUsed() - Method in class rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod
Gets the id of the used candidate.
getCapabilityHashSet() - Method in interface rocks.xmpp.extensions.caps.model.EntityCapabilities
Gets the capability hash set.
getCapabilityHashSet() - Method in class rocks.xmpp.extensions.caps.model.EntityCapabilities1
 
getCapabilityHashSet() - Method in class rocks.xmpp.extensions.caps2.model.EntityCapabilities2
 
getCategories() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
Gets application category information about the vCard.
getCategory() - Method in class rocks.xmpp.extensions.activity.model.Activity
Gets the category.
getCategory() - Method in class rocks.xmpp.extensions.disco.model.info.Identity
Gets the category, e.g. server, client, gateway, directory, etc.
getCause() - Method in class rocks.xmpp.addr.MalformedJid
Gets the cause why the JID is malformed.
getCause() - Method in class rocks.xmpp.core.session.ConnectionEvent
Gets the cause of the disconnection or reconnection failure.
getChannelEncryption() - Method in class rocks.xmpp.core.net.client.ClientConnectionConfiguration
 
getChannelEncryption() - Method in interface rocks.xmpp.core.net.ConnectionConfiguration
Gets the channel encryption mode used for the connection, which indicates, if and how the connection is to be secured.
getChannels() - Method in class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp.PayloadType
Gets the number of channels.
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.
getChatPartner() - Method in class rocks.xmpp.im.chat.ChatSession
Gets the chat partner of this chat session.
getChatRoomBookmarks() - Method in class rocks.xmpp.extensions.bookmarks.BookmarkManager
Gets a sorted collection of chat room bookmarks.
getChatSession() - Method in class rocks.xmpp.im.chat.ChatSessionEvent
Gets the chat session.
getChildren() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
The child nodes (leaf or collection) associated with a collection.
getChildrenAssociationPolicy() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
Who may associate leaf nodes with a collection.
getChildrenAssociationWhitelist() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
The list of JIDs that may associate leaf nodes with a collection.
getChildrenMax() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
The maximum number of child nodes that can be associated with a collection.
getCid() - Method in class rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod.Candidate
Gets the candidate id.
getCity() - Method in class rocks.xmpp.extensions.register.model.Registration
Gets the city.
getCity() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Address
Gets the city.
getClasses() - Method in class rocks.xmpp.core.CoreContext
 
getClasses() - Method in class rocks.xmpp.core.session.Extension
Gets the collection of classes, which represent the extension's XML schema implementation.
getClasses() - Method in interface rocks.xmpp.core.XmppContext
Gets the classes to be bound to the JAXBContext.
getClasses() - Method in class rocks.xmpp.extensions.ExtensionsContext
 
getClasses() - Method in class rocks.xmpp.websocket.WebSocketContext
 
getClassification() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
 
getClockRate() - Method in class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp.PayloadType
Gets the sampling frequency in Hertz.
getCode() - Method in class rocks.xmpp.extensions.muc.model.user.Status
Gets the status code.
getCollection() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
The collection(s) with which a node is affiliated.
getComponent() - Method in class rocks.xmpp.extensions.jingle.transports.iceudp.model.RemoteCandidate
 
getCompressionMethods() - Method in class rocks.xmpp.core.net.client.ClientConnectionConfiguration
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 or Condition.UNDEFINED_CONDITION if the condition is unknown.
getCondition() - Method in exception rocks.xmpp.core.stanza.model.StanzaErrorException
Gets the defined error condition.
getCondition() - Method in class rocks.xmpp.core.stream.model.StreamError
Gets the defined stream error condition or Condition.UNDEFINED_CONDITION if the condition is unknown.
getCondition() - Method in exception rocks.xmpp.core.stream.model.StreamErrorException
Gets the defined error condition.
getCondition() - Method in class rocks.xmpp.extensions.amp.model.Rule
The 'condition' attribute defines the overall condition this rule applies to.
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
Gets a terminal binding condition.
getConfiguration() - Method in class rocks.xmpp.core.net.AbstractConnection
 
getConfiguration() - Method in interface rocks.xmpp.core.net.Connection
Gets the configuration used to create this connection.
getConfiguration() - Method in class rocks.xmpp.core.session.XmppSession
Gets the configuration for this session.
getConfigurationForm() - Method in class rocks.xmpp.extensions.muc.ChatRoom
Gets the configuration form for the room.
getConfigurationForm() - Method in class rocks.xmpp.extensions.muc.model.owner.MucOwner
Gets the configuration form.
getConfigurationForm() - Method in class rocks.xmpp.extensions.pubsub.model.event.Event
Gets the configuration form.
getConfigurationForm() - Method in class rocks.xmpp.extensions.pubsub.model.owner.PubSubOwner
Gets the configuration form if the pubsub element contains either a <configure/> or a <default/> element.
getConfigurationForm() - Method in class rocks.xmpp.extensions.pubsub.model.PubSub
 
getConfiguredCompressionMethods() - Method in class rocks.xmpp.extensions.compress.CompressionManager
Gets the configured compression methods.
getConfirmationRequest() - Method in class rocks.xmpp.extensions.httpauth.HttpAuthenticationEvent
Gets the confirmation request.
getConnectedResource() - Method in class rocks.xmpp.core.session.XmppSession
The connected resource, which is assigned by the server.
getConnections() - Method in class rocks.xmpp.core.session.XmppSession
Gets an unmodifiable list of connections, which this session will try during connecting.
getConnector() - Method in class rocks.xmpp.core.net.client.ClientConnectionConfiguration.Builder
Gets the transport connector.
getConnectTimeout() - Method in class rocks.xmpp.core.net.client.ClientConnectionConfiguration
Gets the timeout for connection establishment.
getContact() - Method in class rocks.xmpp.extensions.avatar.AvatarChangeEvent
Gets the bare JID of the contact who's associated with the avatar, i.e. who changed his or her avatar.
getContact() - Method in class rocks.xmpp.extensions.reach.ReachabilityEvent
Gets the contact, who changed reachability.
getContact(Jid) - Method in class rocks.xmpp.im.roster.RosterManager
Gets a contact by its JID.
getContactGroups() - Method in class rocks.xmpp.im.roster.RosterManager
Gets the contact groups.
getContacts() - Method in class rocks.xmpp.extensions.muc.model.RoomInfo
Gets the contact addresses (normally room owners).
getContacts() - Method in class rocks.xmpp.extensions.muc.RoomInformation
Gets the contact addresses (normally, room owner or owners).
getContacts() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
The JIDs of those to contact with questions.
getContacts() - Method in class rocks.xmpp.extensions.pubsub.model.NodeMetaData
Gets the contacts.
getContacts() - Method in class rocks.xmpp.im.roster.model.ContactGroup
Gets the contacts in this group.
getContacts() - Method in class rocks.xmpp.im.roster.model.Roster
Gets the contacts.
getContacts() - Method in class rocks.xmpp.im.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").
getContent() - Method in class rocks.xmpp.extensions.xhtmlim.model.Html
Gets XHTML content of the body, i.e. the content between the <body></body> element.
getContentId() - Method in class rocks.xmpp.extensions.bob.model.Data
A Content-ID that can be mapped to a cid: URL as specified in RFC 2111.
getContentNamespace() - Method in class rocks.xmpp.core.stream.model.StreamHeader
Gets the content namespace, i.e. the namespace which has no prefix.
getContents() - Method in class rocks.xmpp.extensions.jingle.JingleSession
 
getContents() - Method in class rocks.xmpp.extensions.jingle.model.Jingle
Gets the contents.
getCountry() - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
Gets the nation where the user is located.
getCountry() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Address
Gets the country.
getCountryCode() - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
Gets the ISO 3166 two-letter country code.
getCreationDate() - Method in class rocks.xmpp.extensions.privatedata.rosternotes.model.Annotation.Note
Gets the creation date.
getCreationDate() - Method in class rocks.xmpp.extensions.pubsub.model.NodeMetaData
Gets the creation date.
getCreator() - Method in class rocks.xmpp.extensions.jingle.model.Jingle.Content
Gets the creator of the content.
getCreator() - Method in class rocks.xmpp.extensions.pubsub.model.NodeMetaData
Gets the creator.
getCredential() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Key
Gets the credential.
getCrypto() - Method in class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp.Encryption
 
getCryptoSuite() - Method in class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp.Crypto
 
getCurrentNumberOfOccupants() - Method in class rocks.xmpp.extensions.muc.model.RoomInfo
Gets the current number of occupants in the room.
getCurrentNumberOfOccupants() - Method in class rocks.xmpp.extensions.muc.RoomInformation
Gets the current number of occupants in the room.
getData() - Method in class rocks.xmpp.extensions.avatar.model.data.AvatarData
Gets the image data.
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.
getDataForm() - Method in interface rocks.xmpp.extensions.data.StandardizedDataForm
Gets the underlying data form.
getDataForm() - Method in class rocks.xmpp.extensions.featureneg.model.FeatureNegotiation
Gets the data form, which contains feature negotiation details.
getDataForm() - Method in class rocks.xmpp.extensions.muc.model.RequestVoice
Gets the underlying data form.
getDataForm() - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration
Gets the underlying form.
getDataForm() - Method in class rocks.xmpp.extensions.muc.model.RoomInfo
Gets the underlying data form.
getDataForm() - Method in class rocks.xmpp.extensions.muc.model.RoomRegistration
Gets the underlying data form.
getDataForm() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
Gets the underlying data form.
getDataForm() - Method in class rocks.xmpp.extensions.pubsub.model.NodeMetaData
Gets the underlying data form.
getDataForm() - Method in class rocks.xmpp.extensions.pubsub.model.PublishOptions
Gets the underlying data form.
getDataForm() - Method in class rocks.xmpp.extensions.pubsub.model.PubSub.Default
Gets the default subscription options.
getDataForm() - Method in class rocks.xmpp.extensions.pubsub.model.PubSub.Options
Gets the data form.
getDataForm() - Method in class rocks.xmpp.extensions.pubsub.model.SubscribeOptions
Gets the underlying data form.
getDataForm() - Method in class rocks.xmpp.extensions.softwareinfo.SoftwareInformation
Gets the underlying data form.
getDataformXslt() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
The URL of an XSL transformation which can be applied to the payload format in order to generate a valid Data Forms result that the client could display using a generic Data Forms rendering engine.
getDataType() - Method in class rocks.xmpp.extensions.data.validate.model.Validation
Gets the data type of the field.
getDate() - Method in class rocks.xmpp.extensions.filetransfer.FileTransferOfferEvent
 
getDate() - Method in interface rocks.xmpp.extensions.filetransfer.model.FileTransferOffer
Gets the last modification time of the file.
getDate() - Method in class rocks.xmpp.extensions.jingle.apps.filetransfer.model.JingleFileTransfer.File
 
getDate() - Method in class rocks.xmpp.extensions.muc.SubjectChangeEvent
Gets the date, when the message was sent.
getDate() - Method in class rocks.xmpp.extensions.register.model.Registration
Gets some date (e.g. birth date, hire date, sign-up date).
getDate() - Method in class rocks.xmpp.extensions.rosterx.ContactExchangeEvent
Gets the send date.
getDate() - Method in class rocks.xmpp.extensions.si.profile.filetransfer.model.SIFileTransferOffer
Gets the last modification time of the file.
getDateTime() - Method in class rocks.xmpp.extensions.time.model.EntityTime
Gets the entity's date.
getDatum() - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
Gets the GPS datum.
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.
getDecline() - Method in class rocks.xmpp.extensions.muc.model.user.MucUser
Gets the decline.
getDefault() - Static method in class rocks.xmpp.core.net.client.SocketConnectionConfiguration
Deprecated.
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 boshConnectionConfiguration.
getDefault() - Method in class rocks.xmpp.extensions.pubsub.model.PubSub
 
getDefault() - Static method in class rocks.xmpp.websocket.net.client.WebSocketConnectionConfiguration
Gets the default configuration.
getDefaultAction() - Method in class rocks.xmpp.extensions.commands.model.Command
Gets the default action or null, if there is no default action.
getDefaultInfo() - Method in class rocks.xmpp.extensions.disco.client.ClientServiceDiscoveryManager
 
getDefaultInfo() - Method in interface rocks.xmpp.extensions.disco.ServiceDiscoveryManager
Gets the root node.
getDefaultName() - Method in class rocks.xmpp.extensions.privacy.model.Privacy
Sets the default list name.
getDefaultNodeConfiguration() - Method in class rocks.xmpp.extensions.pubsub.PubSubService
Gets the default node configuration form for this pubsub service.
getDefaultResponseTimeout() - Method in class rocks.xmpp.core.session.XmppSessionConfiguration
Gets the response timeout.
getDefaultSubscriptionOptions() - Method in class rocks.xmpp.extensions.pubsub.PubSubService
Gets the default subscription options for this pubsub service.
getDelayedDelivery() - Method in class rocks.xmpp.extensions.forward.model.Forwarded
Gets the date, when the forwarding entity received the forwarded stanza.
getDeliveryDate() - Method in class rocks.xmpp.extensions.receipts.MessageDeliveredEvent
Gets the date, when the original message has been delivered, i.e. when the delivery receipt has been sent.
getDesc() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
Gets free-form descriptive text.
getDescription() - Method in class rocks.xmpp.extensions.address.model.Address
Gets the description.
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).
getDescription() - Method in class rocks.xmpp.extensions.filetransfer.FileTransferOfferEvent
 
getDescription() - Method in interface rocks.xmpp.extensions.filetransfer.model.FileTransferOffer
Gets a sender-generated description of the file.
getDescription() - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
Gets a natural-language name for or description of the location.
getDescription() - Method in class rocks.xmpp.extensions.jingle.apps.filetransfer.model.JingleFileTransfer.File
 
getDescription() - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration
Gets a short description.
getDescription() - Method in class rocks.xmpp.extensions.muc.model.RoomInfo
Gets a short description.
getDescription() - Method in class rocks.xmpp.extensions.muc.RoomInformation
Gets a short description.
getDescription() - Method in class rocks.xmpp.extensions.oob.model.iq.OobIQ
Gets the description.
getDescription() - Method in class rocks.xmpp.extensions.oob.model.x.OobX
Gets the description.
getDescription() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
A description of the node.
getDescription() - Method in class rocks.xmpp.extensions.pubsub.model.NodeMetaData
Gets the description.
getDescription() - Method in class rocks.xmpp.extensions.seclabel.model.catalog.Catalog
Gets the description.
getDescription() - Method in class rocks.xmpp.extensions.si.profile.filetransfer.model.SIFileTransferOffer
Gets a sender-generated description of the file.
getDescriptions() - Method in class rocks.xmpp.extensions.reach.model.Address
Gets the optional descriptions, which describes the URI.
getDestinationAddress() - Method in class rocks.xmpp.extensions.bytestreams.s5b.model.Socks5ByteStream
Gets the DST.ADDR, i.e. the hash of the SID + requester JID + target JID.
getDestinationLanguage() - Method in class rocks.xmpp.extensions.langtrans.model.items.LanguageSupport.Item
Gets the destination language.
getDestinationLanguage() - Method in class rocks.xmpp.extensions.langtrans.model.LanguageTranslation.Translation
Gets the destination language.
getDestroy() - Method in class rocks.xmpp.extensions.muc.model.owner.MucOwner
Gets the destroy element.
getDestroy() - Method in class rocks.xmpp.extensions.muc.model.user.MucUser
Gets the destroy element.
getDictionary() - Method in class rocks.xmpp.extensions.langtrans.model.items.LanguageSupport.Item
In order to enhance the accuracy of translation engines most support the concept of mission specific dictionaries.
getDictionary() - Method in class rocks.xmpp.extensions.langtrans.model.LanguageTranslation.Translation
Gets the dictionary.
getDigestFrequency() - Method in class rocks.xmpp.extensions.pubsub.model.SubscribeOptions
The minimum number of milliseconds between sending any two notification digests
getDisplayMarking() - Method in class rocks.xmpp.extensions.seclabel.model.SecurityLabel
Gets the display marking.
getDisposition() - Method in class rocks.xmpp.extensions.jingle.model.Jingle.Content
Gets the content disposition.
getDomain() - Method in interface rocks.xmpp.addr.Jid
Gets the domain part.
getDomain() - Method in class rocks.xmpp.addr.MalformedJid
 
getDomain() - Method in class rocks.xmpp.core.session.XmppSession
Gets the XMPP domain of the connected server.
getDstAddr() - Method in class rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod
Gets the DST.ADDR field for the SOCKS5 protocol.
getEmail() - Method in class rocks.xmpp.extensions.muc.model.RoomRegistration
Gets the e-mail address.
getEmail() - Method in class rocks.xmpp.extensions.register.model.Registration
Gets the email street.
getEmail() - Method in class rocks.xmpp.extensions.search.model.Search
Gets the email address.
getEmail() - Method in class rocks.xmpp.extensions.search.model.Search.Item
Gets the email address.
getEmail() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Email
Gets the actual email address.
getEmails() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
Gets the email addresses.
getEnabledFeatures() - Method in class rocks.xmpp.core.session.XmppSession
Gets the enabled features.
getEncryption() - Method in class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp
Gets the encryption element.
getEngine() - Method in class rocks.xmpp.extensions.langtrans.model.items.LanguageSupport.Item
Gets the translation engine.
getEngine() - Method in class rocks.xmpp.extensions.langtrans.model.LanguageTranslation.Translation
Gets the engine.
getEntityCapabilitiesClass() - Method in class rocks.xmpp.extensions.caps.AbstractEntityCapabilitiesProtocol
Gets the Entity Capabilities class, which represent different versions of caps.
getEntityTime(Jid) - Method in class rocks.xmpp.extensions.time.EntityTimeManager
Gets the time information (e.g. time zone) of another XMPP entity.
getEquivalentLabels() - Method in class rocks.xmpp.extensions.seclabel.model.SecurityLabel
Gets the equivalent security labels.
getError() - Method in class rocks.xmpp.core.stanza.model.Stanza
Gets the stanza's 'error' element.
getError() - Method in exception rocks.xmpp.core.stanza.model.StanzaErrorException
Gets the stanza error, i.e. the <error/> element.
getError() - Method in exception rocks.xmpp.core.stream.model.StreamErrorException
Gets the stream error.
getError() - Method in class rocks.xmpp.extensions.dialback.model.Dialback
 
getError() - Method in class rocks.xmpp.extensions.sm.model.StreamManagement.Failed
Gets the stanza error.
getErrorTypeByCondition(Condition) - Static method in class rocks.xmpp.core.stanza.model.errors.Condition
Gets the associated stanza error type for a condition.
getEscapedLocal() - Method in interface rocks.xmpp.addr.Jid
Gets the escaped local part of the JID.
getEscapedLocal() - Method in class rocks.xmpp.addr.MalformedJid
 
getEvent() - Method in class rocks.xmpp.extensions.rtt.model.RealTimeText
Gets the event.
getEventLoopGroup() - Method in class rocks.xmpp.nio.netty.client.NettyTcpConnectionConfiguration
Deprecated.
Gets the event loop group.
getException() - Method in class rocks.xmpp.extensions.filetransfer.FileTransfer
Gets the exception if the status is FileTransfer.Status.FAILED
getExecutor() - Method in class rocks.xmpp.core.session.XmppSessionConfiguration
Gets the executor, which processes inbound stanzas.
getExpire() - Method in class rocks.xmpp.extensions.pubsub.model.SubscribeOptions
The DateTime at which a leased subscription will end or has ended.
getExpiry() - Method in interface rocks.xmpp.extensions.pubsub.model.Subscription
Gets the expiry of the subscription.
getExtendedAddress() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Address
Gets the extended address.
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.
getExtension() - Method in class rocks.xmpp.extensions.jingle.model.Jingle.Reason
Gets the extension, which defines more detailed information about the reason.
getExtension(Class<T>) - Method in class rocks.xmpp.core.stanza.model.Stanza
Gets the extension of the given type or null, if there's no such extension.
getExtension(Class<T>) - Method in class rocks.xmpp.extensions.address.model.Address
Gets the extension.
getExtensions() - Method in class rocks.xmpp.core.session.context.extensions.ExtensionModule
 
getExtensions() - Method in class rocks.xmpp.core.session.CoreModule
 
getExtensions() - Method in interface rocks.xmpp.core.session.Module
Gets the extensions belonging to this module.
getExtensions() - Method in class rocks.xmpp.core.stanza.model.ExtensibleStanza
Gets all extensions.
getExtensions() - Method in class rocks.xmpp.extensions.address.model.Address
Gets the extensions as unmodifiable list.
getExtensions() - Method in class rocks.xmpp.extensions.disco.client.ClientServiceDiscoveryManager
Gets an unmodifiable list of extensions.
getExtensions() - Method in interface rocks.xmpp.extensions.disco.model.info.DiscoverableInfo
Gets the service discovery extensions as described in XEP-0128: Service Discovery Extensions
getExtensions() - Method in class rocks.xmpp.extensions.disco.model.info.InfoDiscovery
 
getExtensions() - Method in class rocks.xmpp.extensions.softwareinfo.SoftwareInformationProtocol
 
getExtensions(Class<T>) - Method in class rocks.xmpp.core.stanza.model.ExtensibleStanza
Gets the extensions of the given type.
getFamilyName() - Method in class rocks.xmpp.extensions.muc.model.RoomRegistration
Gets the family name.
getFamilyName() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Name
Gets the family name.
getFaqEntry() - Method in class rocks.xmpp.extensions.muc.model.RoomRegistration
Gets the FAQ entry.
getFault() - Method in class rocks.xmpp.extensions.rpc.model.Rpc.MethodResponse
Gets the fault.
getFaultCode() - Method in class rocks.xmpp.extensions.rpc.model.Rpc.MethodResponse.Fault
Gets the fault code.
getFaultCode() - Method in exception rocks.xmpp.extensions.rpc.RpcException
Gets the fault code.
getFaultString() - Method in class rocks.xmpp.extensions.rpc.model.Rpc.MethodResponse.Fault
Gets the fault string.
getFaultString() - Method in exception rocks.xmpp.extensions.rpc.RpcException
Gets the fault string.
getFeature() - Method in class rocks.xmpp.extensions.pubsub.model.errors.Unsupported
Gets the unsupported feature.
getFeatureName() - Method in interface rocks.xmpp.extensions.disco.model.info.Feature
Gets the name of the feature.
getFeatureName() - Method in enum rocks.xmpp.extensions.muc.model.MucFeature
 
getFeatureName() - Method in enum rocks.xmpp.extensions.pubsub.model.PubSubFeature
 
getFeatureNegotiation() - Method in class rocks.xmpp.extensions.si.model.StreamInitiation
Gets the feature negotiation element.
getFeatures() - Method in class rocks.xmpp.core.session.Extension
Gets the collection of "sub" features, which are associated with the extension.
getFeatures() - Method in class rocks.xmpp.core.stream.client.StreamFeaturesManager
Gets the available features, which the server has advertised.
getFeatures() - Method in class rocks.xmpp.core.stream.model.StreamFeatures
Gets the features, i.e. the child elements of the <stream:features/> element.
getFeatures() - Method in class rocks.xmpp.extensions.avatar.UserAvatarProtocol
 
getFeatures() - Method in class rocks.xmpp.extensions.blocking.BlockingManager
 
getFeatures() - Method in class rocks.xmpp.extensions.bytestreams.ibb.InBandByteStreamManager
 
getFeatures() - Method in class rocks.xmpp.extensions.bytestreams.s5b.Socks5ByteStreamManager
 
getFeatures() - Method in class rocks.xmpp.extensions.caps.AbstractEntityCapabilities1Protocol
 
getFeatures() - Method in class rocks.xmpp.extensions.caps2.AbstractEntityCapabilities2Protocol
 
getFeatures() - Method in class rocks.xmpp.extensions.chatstates.ChatStateManager
 
getFeatures() - Method in class rocks.xmpp.extensions.disco.AbstractServiceDiscoveryManager
 
getFeatures() - Method in interface rocks.xmpp.extensions.disco.model.info.DiscoverableInfo
Gets the features.
getFeatures() - Method in class rocks.xmpp.extensions.disco.model.info.InfoDiscovery
 
getFeatures() - Method in class rocks.xmpp.extensions.forward.StanzaForwardingManager
 
getFeatures() - Method in class rocks.xmpp.extensions.hashes.CryptographicHashFunctionsProtocol
 
getFeatures() - Method in class rocks.xmpp.extensions.last.LastActivityManager
 
getFeatures() - Method in class rocks.xmpp.extensions.muc.MultiUserChatManager
 
getFeatures() - Method in class rocks.xmpp.extensions.ping.handler.PingHandler
 
getFeatures() - Method in class rocks.xmpp.extensions.ping.PingManager
 
getFeatures() - Method in class rocks.xmpp.extensions.reach.ReachabilityManager
 
getFeatures() - Method in class rocks.xmpp.extensions.receipts.MessageDeliveryReceiptsManager
 
getFeatures() - Method in class rocks.xmpp.extensions.rosterx.ContactExchangeManager
 
getFeatures() - Method in class rocks.xmpp.extensions.rpc.AbstractRpcManager
 
getFeatures() - Method in class rocks.xmpp.extensions.rsm.ResultSetManagementProtocol
 
getFeatures() - Method in class rocks.xmpp.extensions.rtt.RealTimeTextManager
 
getFeatures() - Method in class rocks.xmpp.extensions.shim.StanzaHeadersAndInternetMetadataProtocol
 
getFeatures() - Method in class rocks.xmpp.extensions.si.StreamInitiationManager
 
getFeatures() - Method in class rocks.xmpp.extensions.sm.AbstractStreamManager
 
getFeatures() - Method in class rocks.xmpp.extensions.softwareinfo.SoftwareInformationProtocol
 
getFeatures() - Method in class rocks.xmpp.extensions.time.handler.EntityTimeHandler
 
getFeatures() - Method in class rocks.xmpp.extensions.vcard.temp.VCardManager
 
getFeatures() - Method in class rocks.xmpp.extensions.version.SoftwareVersionProtocol
 
getFeatures(Class<T>) - Method in class rocks.xmpp.core.stream.client.StreamFeaturesManager
 
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.jingle.apps.filetransfer.model.JingleFileTransfer.Checksum
Gets the file.
getFile() - Method in class rocks.xmpp.extensions.jingle.apps.filetransfer.model.JingleFileTransfer
 
getFirst() - Method in class rocks.xmpp.extensions.search.model.Search
Gets the first name.
getFirst() - Method in class rocks.xmpp.extensions.search.model.Search.Item
Gets the first name.
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.
getFloor() - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
Gets a particular floor in a building.
getForegroundColor() - Method in class rocks.xmpp.extensions.seclabel.model.SecurityLabel.DisplayMarking
Gets the foreground color.
getFormattedName() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
Gets the formatted text corresponding to the name.
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.
getFormType() - Method in interface rocks.xmpp.extensions.data.StandardizedDataForm
Gets the form type of the data form.
getFormType() - Method in class rocks.xmpp.extensions.muc.model.RequestVoice
 
getFormType() - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration
 
getFormType() - Method in class rocks.xmpp.extensions.muc.model.RoomInfo
 
getFormType() - Method in class rocks.xmpp.extensions.muc.model.RoomRegistration
 
getFormType() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
 
getFormType() - Method in class rocks.xmpp.extensions.pubsub.model.NodeMetaData
 
getFormType() - Method in class rocks.xmpp.extensions.pubsub.model.PublishOptions
 
getFormType() - Method in class rocks.xmpp.extensions.pubsub.model.SubscribeOptions
 
getFormType() - Method in class rocks.xmpp.extensions.softwareinfo.SoftwareInformation
 
getForwardedMessage() - Method in class rocks.xmpp.extensions.carbons.model.MessageCarbons.Received
Gets the forwarded message.
getForwardedMessage() - Method in class rocks.xmpp.extensions.carbons.model.MessageCarbons.Sent
Gets the forwarded message.
getFoundation() - Method in class rocks.xmpp.extensions.jingle.transports.iceudp.model.Candidate
 
getFrom() - Method in interface rocks.xmpp.core.session.model.SessionOpen
Gets the 'from' attribute.
getFrom() - Method in class rocks.xmpp.core.stanza.model.Stanza
Gets the stanza's 'from' attribute.
getFrom() - Method in class rocks.xmpp.core.stream.model.StreamHeader
Gets the 'from' attribute.
getFrom() - Method in class rocks.xmpp.extensions.amp.model.AdvancedMessageProcessing
The 'from' attribute specifies the original sender of the containing <message/> stanza.
getFrom() - Method in class rocks.xmpp.extensions.delay.model.DelayedDelivery
Gets the Jabber ID of the entity that originally sent the XML stanza or that delayed the delivery of the stanza (e.g., the address of a multi-user chat room).
getFrom() - Method in class rocks.xmpp.extensions.dialback.model.Dialback
 
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.
getFrom() - Method in class rocks.xmpp.extensions.muc.model.user.Decline
Gets the invitee, who declined the invitation.
getFrom() - Method in class rocks.xmpp.extensions.muc.model.user.Invite
Gets the inviter.
getFrom() - Method in class rocks.xmpp.extensions.receipts.MessageDeliveredEvent
Gets the sender of the receipt.
getFrom() - Method in class rocks.xmpp.extensions.rosterx.ContactExchangeEvent
Gets the sender of the roster item exchange.
getFrom() - Method in class rocks.xmpp.extensions.rtt.InboundRealTimeMessage
Gets the sender of the real-time message.
getFrom() - Method in class rocks.xmpp.extensions.seclabel.model.catalog.Catalog
Gets the 'from' attribute.
getFullName() - Method in class rocks.xmpp.extensions.register.model.Registration
Gets the full name.
getFullName() - Method in class rocks.xmpp.im.roster.model.ContactGroup
Gets the full name of the group.
getGeneration() - Method in class rocks.xmpp.extensions.jingle.transports.iceudp.model.Candidate
 
getGeo() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
Gets information related to the global positioning of the object the vCard represents.
getGeoLocation() - Method in class rocks.xmpp.extensions.geoloc.GeoLocationEvent
Gets the geo location.
getGivenName() - Method in class rocks.xmpp.extensions.muc.model.RoomRegistration
Gets the given name.
getGivenName() - Method in class rocks.xmpp.extensions.register.model.Registration
Gets the given name.
getGivenName() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Name
Gets the given name.
getGreen() - Method in class rocks.xmpp.extensions.colors.ConsistentColor
Gets the green component of the color, in the range 0.0-1.0.
getGroupDelimiter() - Method in class rocks.xmpp.im.roster.RosterManager
Gets the group delimiter.
getGroups() - Method in class rocks.xmpp.extensions.rosterx.model.ContactExchange.Item
Gets the suggested roster groups
getGroups() - Method in class rocks.xmpp.im.roster.model.Contact
Gets the groups of the contact.
getGroups() - Method in class rocks.xmpp.im.roster.model.ContactGroup
Gets the nested sub-groups of this group.
getGroups() - Method in interface rocks.xmpp.im.roster.model.RosterItem
Gets the groups of the contact.
getHash() - Method in class rocks.xmpp.extensions.vcard.avatar.model.AvatarUpdate
Gets the SHA-1 hash value of the avatar (hex encoded).
getHashAlgorithm() - Method in class rocks.xmpp.extensions.caps.model.EntityCapabilities1
 
getHashAlgorithm() - Method in class rocks.xmpp.extensions.hashes.model.Hash
Gets the hash algorithm.
getHashAlgorithm() - Method in interface rocks.xmpp.extensions.hashes.model.Hashed
Gets the hash algorithm.
getHashAlgorithm() - Method in class rocks.xmpp.extensions.hashes.model.HashUsed
Gets the hash algorithm.
getHashAlgorithm() - Method in class rocks.xmpp.extensions.vcard.avatar.model.AvatarUpdate
 
getHashes() - Method in class rocks.xmpp.extensions.filetransfer.FileTransferOfferEvent
 
getHashes() - Method in interface rocks.xmpp.extensions.filetransfer.model.FileTransferOffer
Gets the hashes of the file contents.
getHashes() - Method in class rocks.xmpp.extensions.jingle.apps.filetransfer.model.JingleFileTransfer.File
 
getHashes() - Method in class rocks.xmpp.extensions.si.profile.filetransfer.model.SIFileTransferOffer
Gets the MD5 sum of the file contents.
getHashValue() - Method in class rocks.xmpp.extensions.caps.model.EntityCapabilities1
 
getHashValue() - Method in class rocks.xmpp.extensions.hashes.model.Hash
Gets the hash value.
getHashValue() - Method in interface rocks.xmpp.extensions.hashes.model.Hashed
Gets the hash value.
getHashValue() - Method in class rocks.xmpp.extensions.vcard.avatar.model.AvatarUpdate
 
getHeaders() - Method in class rocks.xmpp.extensions.shim.model.Headers
Gets the headers.
getHeight() - Method in class rocks.xmpp.extensions.avatar.model.metadata.AvatarMetadata.Info
Gets the height of the image in pixels.
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.
getHeight() - Method in class rocks.xmpp.extensions.jingle.thumbs.model.Thumbnail
The intended display height of the thumbnail image.
getHistory() - Method in class rocks.xmpp.extensions.muc.model.Muc
Gets the history.
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.net.client.ClientConnectionConfiguration
Gets the hostname.
getHostname() - Method in interface rocks.xmpp.extensions.bytestreams.s5b.model.Socks5StreamHost
Gets the IP address or DNS domain name of the StreamHost for SOCKS5 communication over TCP.
getHostname() - Method in class rocks.xmpp.extensions.bytestreams.s5b.model.StreamHost
Gets the IP address or DNS domain name of the StreamHost for SOCKS5 communication over TCP.
getHostname() - Method in class rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod.Candidate
Gets the candidate's hostname.
getHostnameVerifier() - Method in class rocks.xmpp.core.net.client.ClientConnectionConfiguration
Gets the hostname verifier.
getHttpErrorCode() - Method in exception rocks.xmpp.extensions.httpbind.BoshException
Gets the HTTP error code.
getIcon() - Method in class rocks.xmpp.extensions.softwareinfo.SoftwareInformation
A default icon to show for a device running the software.
getId() - Method in interface rocks.xmpp.core.session.model.SessionOpen
Gets the 'id' attribute.
getId() - Method in class rocks.xmpp.core.stanza.model.Stanza
Gets the stanza's 'id' attribute.
getId() - Method in class rocks.xmpp.core.stream.model.StreamHeader
Gets the 'id' attribute.
getId() - Method in class rocks.xmpp.extensions.avatar.model.metadata.AvatarMetadata.Info
Gets a hash of the image data for the specified content-type, where the hash is produced in accordance with the SHA-1 algorithm as specified in RFC 3174 [11] (with binary output).
getId() - Method in class rocks.xmpp.extensions.dialback.model.Dialback.Verify
Gets the stream id.
getId() - Method in class rocks.xmpp.extensions.httpauth.model.ConfirmationRequest
Gets the transaction identifier provided in the HTTP Authorization Request.
getId() - Method in class rocks.xmpp.extensions.httpbind.model.Body
Gets the session id.
getId() - Method in class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp.PayloadType
Gets the payload identifier.
getId() - Method in class rocks.xmpp.extensions.jingle.transports.iceudp.model.Candidate
 
getId() - Method in class rocks.xmpp.extensions.messagecorrect.model.Replace
Gets the id of the message which shall be corrected.
getId() - Method in class rocks.xmpp.extensions.offline.model.OfflineMessage
Gets the offline message id of the first item or null, if the element has no items.
getId() - Method in class rocks.xmpp.extensions.offline.model.OfflineMessage.Item
Gets the offline message id.
getId() - Method in class rocks.xmpp.extensions.offline.model.OfflineMessageHeader
Gets the id of the offline message, which can be used to retrieve or remove the message.
getId() - Method in interface rocks.xmpp.extensions.pubsub.model.Item
Gets the item id.
getId() - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Gets the node id.
getId() - Method in class rocks.xmpp.extensions.receipts.model.MessageDeliveryReceipts.Received
Gets the message id of the received message.
getId() - Method in interface rocks.xmpp.extensions.rsm.model.ResultSetItem
Gets the item id to allow paging through the result set.
getId() - Method in class rocks.xmpp.extensions.rtt.model.RealTimeText
Gets the id.
getId() - Method in class rocks.xmpp.extensions.seclabel.model.catalog.Catalog
Identifier for current revision, commonly a hash.
getId() - Method in class rocks.xmpp.extensions.si.model.StreamInitiation
The "id" attribute is an opaque identifier.
getId() - Method in class rocks.xmpp.extensions.sm.model.StreamManagement.Enabled
The stream id.
getIdentities() - Method in class rocks.xmpp.extensions.disco.client.ClientServiceDiscoveryManager
Gets an unmodifiable set of identities.
getIdentities() - Method in interface rocks.xmpp.extensions.disco.model.info.DiscoverableInfo
Gets the identities.
getIdentities() - Method in class rocks.xmpp.extensions.disco.model.info.InfoDiscovery
 
getIdentities() - Method in class rocks.xmpp.extensions.rpc.AbstractRpcManager
 
getIdleStrategy() - Method in class rocks.xmpp.extensions.last.LastActivityManager
Gets the current idle strategy, i.e. a supplier for last user interaction.
getInactivity() - Method in class rocks.xmpp.extensions.httpbind.model.Body
After receiving a response from the connection manager, if none of the client's requests are still being held by the connection manager (and if the session is not a Polling Session), the client SHOULD make a new request as soon as possible.
getIndex() - Method in class rocks.xmpp.extensions.rsm.model.ResultSetManagement
Gets the index.
getInfo(Jid, Jid, String, Locale) - Method in class rocks.xmpp.extensions.caps.AbstractEntityCapabilitiesProtocol
 
getInfo(Jid, Jid, String, Locale) - Method in interface rocks.xmpp.extensions.disco.model.info.InfoProvider
Gets the info appropriate to the given parameters.
getInfo(Jid, Jid, String, Locale) - Method in class rocks.xmpp.extensions.shim.StanzaHeadersAndInternetMetadataProtocol
 
getInfoList() - Method in class rocks.xmpp.extensions.avatar.model.metadata.AvatarMetadata
Gets the info list.
getInitialPresence() - Method in class rocks.xmpp.core.session.XmppSessionConfiguration
Gets a supplier for initial presence which is sent during login.
getInitialResponse() - Method in class rocks.xmpp.core.sasl.model.Auth
Gets the initial response.
getInitiator() - Method in class rocks.xmpp.extensions.filetransfer.FileTransferOfferEvent
Gets the initiator.
getInitiator() - Method in class rocks.xmpp.extensions.jingle.model.Jingle
Gets the initiator.
getInputStream() - Method in class rocks.xmpp.extensions.bytestreams.ByteStreamSession
Gets the input stream.
getInstructions() - Method in class rocks.xmpp.extensions.data.model.DataForm
Gets the instructions of the form.
getInstructions() - Method in class rocks.xmpp.extensions.register.model.Registration
Gets the registration instructions.
getInstructions() - Method in class rocks.xmpp.extensions.search.model.Search
Gets the search instructions.
getInvitee() - Method in class rocks.xmpp.extensions.muc.InvitationDeclineEvent
Gets the invitee, who declined the invitation.
getInviter() - Method in class rocks.xmpp.extensions.muc.InvitationEvent
Gets the inviter.
getInvites() - Method in class rocks.xmpp.extensions.muc.model.user.MucUser
Gets the invites
getIpAddress() - Method in class rocks.xmpp.extensions.jingle.transports.iceudp.model.RemoteCandidate
 
getIQ() - Method in class rocks.xmpp.core.stanza.IQEvent
Gets the IQ stanza.
getIQ() - Method in class rocks.xmpp.extensions.jingle.JingleEvent
 
getItem() - Method in class rocks.xmpp.extensions.muc.model.user.MucUser
Gets the item.
getItem() - Method in class rocks.xmpp.extensions.pubsub.model.PubSub.Publish
Gets the published item.
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.
getItemExpire() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
Number of seconds after which to automatically purge items.
getItemReply() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
Whether owners or publisher should receive replies to items.
getItems() - Method in class rocks.xmpp.extensions.blocking.model.Blockable
Gets the blocked items.
getItems() - Method in class rocks.xmpp.extensions.data.model.DataForm
Gets the items, which can be understood as "table rows" containing data (if any) that matches the request.
getItems() - Method in class rocks.xmpp.extensions.disco.model.items.ItemDiscovery
 
getItems() - Method in interface rocks.xmpp.extensions.disco.model.items.ItemNode
Gets the items.
getItems() - Method in class rocks.xmpp.extensions.langtrans.model.items.LanguageSupport
Gets the items, which hold language translation support details.
getItems() - Method in class rocks.xmpp.extensions.muc.model.admin.MucAdmin
Gets the items.
getItems() - Method in class rocks.xmpp.extensions.offline.model.OfflineMessage
Gets the items.
getItems() - Method in class rocks.xmpp.extensions.pubsub.model.event.Event
Gets the items of the event.
getItems() - Method in class rocks.xmpp.extensions.pubsub.model.PubSub
 
getItems() - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Gets all items for this node.
getItems() - Method in class rocks.xmpp.extensions.rosterx.ContactExchangeEvent
Gets the roster exchange items.
getItems() - Method in class rocks.xmpp.extensions.rosterx.model.ContactExchange
Gets the contact exchange items.
getItems() - Method in class rocks.xmpp.extensions.rsm.ResultSet
Gets the items.
getItems() - Method in interface rocks.xmpp.extensions.rsm.ResultSetProvider
Gets all items.
getItems() - Method in class rocks.xmpp.extensions.search.model.Search
Gets the items of a search result.
getItems() - Method in class rocks.xmpp.extensions.seclabel.model.catalog.Catalog
Gets the catalog items.
getItems(int) - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Gets the most recent items.
getItems(int, int) - Method in interface rocks.xmpp.extensions.rsm.ResultSetProvider
Gets the items in a specific range (by index).
getItems(String...) - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Gets one or more items with a given item id for a specific node.
getItems(Jid, Jid, String, Locale) - Method in interface rocks.xmpp.extensions.disco.model.items.ItemProvider
Provides the result set of items, in order to manage the result set returned to the requesting entity.
getItems(Jid, Jid, String, Locale) - Method in class rocks.xmpp.extensions.muc.MultiUserChatManager
 
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 interface rocks.xmpp.extensions.rsm.ResultSetProvider
Gets the items before a specific item, which is determined by an item id.
getJid() - Method in interface rocks.xmpp.core.Addressable
Gets the JID of the addressable.
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.extensions.address.model.Address
Gets the JID.
getJid() - Method in class rocks.xmpp.extensions.bytestreams.s5b.model.StreamHost
Gets the JabberID of the StreamHost for communication over XMPP.
getJid() - Method in class rocks.xmpp.extensions.disco.model.items.ItemElement
Gets the JID.
getJid() - Method in class rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod.Candidate
Gets the candidate's JID.
getJid() - Method in class rocks.xmpp.extensions.langtrans.model.items.LanguageSupport.Item
Gets the JID of the translation service.
getJid() - Method in class rocks.xmpp.extensions.muc.ChatService
Gets the service address.
getJid() - Method in interface rocks.xmpp.extensions.muc.model.Destroy
The optional address of an alternate venue.
getJid() - Method in class rocks.xmpp.extensions.muc.model.RequestVoice
Gets the JID.
getJid() - Method in class rocks.xmpp.extensions.muc.Occupant
Gets the JID of the occupant.
getJid() - Method in class rocks.xmpp.extensions.privatedata.rosternotes.model.Annotation.Note
Gets the JID of the contact (roster item).
getJid() - Method in interface rocks.xmpp.extensions.pubsub.model.Subscription
Gets the subscriber.
getJid() - Method in class rocks.xmpp.extensions.pubsub.PubSubService
Gets the service address.
getJid() - Method in class rocks.xmpp.extensions.rosterx.model.ContactExchange.Item
Gets the JID.
getJid() - Method in class rocks.xmpp.extensions.search.model.Search.Item
Gets the JID.
getJid() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
Gets the JID.
getJid() - Method in class rocks.xmpp.im.roster.model.Contact
Gets the JID of the contact.
getJingle() - Method in class rocks.xmpp.extensions.jingle.JingleEvent
 
getKeepAliveInterval() - Method in class rocks.xmpp.core.net.client.TcpConnectionConfiguration
Gets the whitespace keep-alive interval.
getKey() - Method in class rocks.xmpp.extensions.dialback.model.Dialback
 
getKey() - Method in class rocks.xmpp.extensions.httpbind.model.Body
Gets the key used to protect insecure connections.
getKey() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
Gets the authentication credential or encryption key.
getKeyParameters() - Method in class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp.Crypto
 
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.
getLabel() - Method in class rocks.xmpp.extensions.seclabel.model.SecurityLabel
Gets the primary security label.
getLabels() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
Gets the labels.
getLanguage() - Method in interface rocks.xmpp.core.LanguageElement
Gets the language, i.e. the value of the 'xml:lang' attribute.
getLanguage() - Method in class rocks.xmpp.core.sasl.model.Failure
Gets the language of the text.
getLanguage() - Method in class rocks.xmpp.core.session.XmppSessionConfiguration
Gets the preferred or default language for any human-readable XML character data to be sent over the stream.
getLanguage() - Method in class rocks.xmpp.core.stanza.model.Stanza
Gets the stanza's 'xml:lang' attribute, i.e. its language.
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.StreamError
Gets the language of the error text.
getLanguage() - Method in class rocks.xmpp.core.stream.model.StreamHeader
Gets the 'xml:lang' attribute.
getLanguage() - Method in class rocks.xmpp.core.Text
Gets the language.
getLanguage() - Method in class rocks.xmpp.extensions.commands.model.Command
Gets the language.
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.disco.model.info.InfoDiscovery
 
getLanguage() - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
Gets the the natural language of location data.
getLanguage() - Method in class rocks.xmpp.extensions.httpbind.model.Body
 
getLanguage() - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration
Gets the natural language for room discussions.
getLanguage() - Method in class rocks.xmpp.extensions.muc.model.RoomInfo
Gets the natural language for room discussions.
getLanguage() - Method in class rocks.xmpp.extensions.muc.RoomInformation
Gets the natural language for room discussions.
getLanguage() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
The default language of the node.
getLanguage() - Method in class rocks.xmpp.extensions.pubsub.model.NodeMetaData
Gets the language.
getLanguage() - Method in class rocks.xmpp.extensions.reach.model.Address.Description
Gets the language.
getLast() - Method in class rocks.xmpp.extensions.search.model.Search
Gets the last name.
getLast() - Method in class rocks.xmpp.extensions.search.model.Search.Item
Gets the last name.
getLastActivity(Jid) - Method in class rocks.xmpp.extensions.last.LastActivityManager
Gets the last activity of the specified user.
getLastItem() - Method in class rocks.xmpp.extensions.rsm.model.ResultSetManagement
Gets the last item.
getLastName() - Method in class rocks.xmpp.extensions.register.model.Registration
Gets the familyName name.
getLastSentPresence() - Method in class rocks.xmpp.im.subscription.PresenceManager
Gets the last sent (non-directed) presence, that has been broadcast by the server.
getLastSentPresences() - Method in class rocks.xmpp.im.subscription.PresenceManager
Gets the last sent presences, that have been sent, including directed presences.
getLastSentStanzaTime() - Method in class rocks.xmpp.extensions.last.LastActivityManager
Gets the time of the last sent message or non-away, non-xa presence.
getLatitude() - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
Gets the latitude in decimal degrees North.
getLatitude() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Geo
Gets the latitude (represents the location north and south of the equator).
getLdapGroup() - Method in class rocks.xmpp.extensions.muc.model.RoomInfo
Gets an associated LDAP group that defines room membership; this should be an LDAP Distinguished Name according to an implementation-specific or deployment-specific definition of a group.
getLdapGroup() - Method in class rocks.xmpp.extensions.muc.RoomInformation
Gets an associated LDAP group that defines room membership; this should be an LDAP Distinguished Name according to an implementation-specific or deployment-specific definition of a group.
getLength() - Method in interface rocks.xmpp.extensions.filetransfer.model.Range
Gets the number of bytes to retrieve starting at offset.
getLength() - Method in class rocks.xmpp.extensions.si.profile.filetransfer.model.SIFileTransferOffer.SIRange
Gets the number of bytes to retrieve starting at offset.
getLength() - Method in class rocks.xmpp.extensions.tune.model.Tune
Gets the duration of the song or piece in seconds.
getListName() - Method in class rocks.xmpp.extensions.privacy.PrivacyListEvent
Gets the created or updated list name.
getListRange() - Method in class rocks.xmpp.extensions.data.validate.model.Validation
Gets the list range.
getLocal() - Method in interface rocks.xmpp.addr.Jid
Gets the local part of the JID, also known as the name or node.
getLocal() - Method in class rocks.xmpp.addr.MalformedJid
 
getLocality() - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
Gets a locality within the administrative region, such as a town or city.
getLocalXmppAddress() - Method in interface rocks.xmpp.core.Session
Gets the local XMPP address.
getLocalXmppAddress() - Method in class rocks.xmpp.core.session.XmppSession
 
getLocation() - Method in class rocks.xmpp.extensions.sm.model.StreamManagement.Enabled
The server's preferred IP address or hostname (optionally with a port) for reconnection.
getLocations() - Method in class rocks.xmpp.extensions.data.mediaelement.model.Media
Gets the locations to the media.
getLogo() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
Gets the logo.
getLogs() - Method in class rocks.xmpp.extensions.muc.model.RoomInfo
Gets an URL for archived discussion logs.
getLogs() - Method in class rocks.xmpp.extensions.muc.RoomInformation
Gets an URL for archived discussion logs.
getLongitude() - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
Gets the longitude in decimal degrees East.
getLongitude() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Geo
Gets the longitude (represents the location east and west of the prime meridian).
getMailer() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
Gets the type of electronic mail software that is used by the individual associated with the vCard.
getManager() - Method in class rocks.xmpp.core.session.Extension
Gets the manager class.
getManager(Class<T>) - Method in class rocks.xmpp.core.session.XmppSession
Gets an instance of the specified manager class.
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.
getMax() - Method in class rocks.xmpp.extensions.sm.model.StreamManagement.Enable
 
getMax() - Method in class rocks.xmpp.extensions.sm.model.StreamManagement.Enabled
Gets the server's preferred maximum resumption time.
getMaxAge() - Method in class rocks.xmpp.extensions.bob.model.Data
A suggestion regarding how long (in seconds) to cache the data; the meaning matches the Max-Age attribute from RFC 2965.
getMaxHistoryMessages() - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration
Gets the maximum number of history messages returned by the room.
getMaxHistoryMessages() - Method in class rocks.xmpp.extensions.muc.model.RoomInfo
Gets the maximum number of history messages returned by the room.
getMaxHistoryMessages() - Method in class rocks.xmpp.extensions.muc.RoomInformation
Gets the maximum number of history messages returned by the room.
getMaxItems() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
The maximum number of items to persist.
getMaxPacketTime() - Method in class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp.PayloadType
Gets the maximum packet time as specified in RFC 4566
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.
getMaxPayloadSize() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
The maximum payload size in bytes
getMaxSize() - Method in class rocks.xmpp.extensions.rsm.model.ResultSetManagement
Gets the max size.
getMaxUsers() - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration
Gets the maximum number of room occupants.
getMechanism() - Method in class rocks.xmpp.core.sasl.model.Auth
Gets the mechanism.
getMechanismName() - Method in class rocks.xmpp.core.sasl.anonymous.AnonymousSaslClient
 
getMechanismName() - Method in class rocks.xmpp.core.sasl.scram.ScramBase
Gets the mechanism name, i.e "SCRAM-" + the hash algorithm name.
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.
getMedia() - Method in class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp
Gets the media, such as "audio" or "video".
getMediaType() - Method in class rocks.xmpp.extensions.jingle.apps.filetransfer.model.JingleFileTransfer.File
 
getMediaType() - Method in class rocks.xmpp.extensions.jingle.thumbs.model.Thumbnail
The value of the 'media-type' attribute MUST match the syntax specified in RFC 2045 [3].
getMembers() - Method in class rocks.xmpp.extensions.muc.ChatRoom
Gets the members of the room.
getMessage() - Method in class rocks.xmpp.core.stanza.MessageEvent
Gets the message.
getMessage() - Method in class rocks.xmpp.extensions.rosterx.ContactExchangeEvent
Gets the optional message, which has been sent together with the roster item exchange.
getMessageId() - Method in class rocks.xmpp.extensions.receipts.MessageDeliveredEvent
Gets the message id of the successfully delivered message.
getMethod() - Method in class rocks.xmpp.extensions.compress.model.StreamCompression.Compress
Gets the compression method.
getMethod() - Method in class rocks.xmpp.extensions.httpauth.model.ConfirmationRequest
Gets the HTTP method.
getMethodCall() - Method in class rocks.xmpp.extensions.rpc.model.Rpc
Gets the method call.
getMethodName() - Method in class rocks.xmpp.extensions.rpc.model.Rpc.MethodCall
Gets the method name.
getMethodResponse() - Method in class rocks.xmpp.extensions.rpc.model.Rpc
Gets the method response.
getMethods() - Method in class rocks.xmpp.extensions.compress.model.feature.CompressionFeature
Gets the available compression methods.
getMiddleName() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Name
Gets the middle name.
getMilliSeconds() - Method in class rocks.xmpp.extensions.rtt.model.RealTimeText.WaitInterval
Gets the milliseconds to wait between other actions.
getMimeType() - Method in class rocks.xmpp.extensions.filetransfer.FileTransferOfferEvent
Gets the mime type of the file.
getMimeType() - Method in class rocks.xmpp.extensions.si.model.StreamInitiation
The "mime-type" attribute identifies the MIME-type for the data across the stream.
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.
getMode() - Method in class rocks.xmpp.extensions.bytestreams.s5b.model.Socks5ByteStream
Gets the mode.
getMode() - Method in class rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod
Gets the mode.
getModerators() - Method in class rocks.xmpp.extensions.muc.ChatRoom
Gets the moderators.
getModificationDate() - Method in class rocks.xmpp.extensions.privatedata.rosternotes.model.Annotation.Note
Gets the modification date.
getName() - Method in class rocks.xmpp.extensions.bookmarks.model.AbstractBookmark
Gets a friendly name for the bookmark.
getName() - Method in interface rocks.xmpp.extensions.bookmarks.model.Bookmark
A friendly name for the bookmark, specified by the user.
getName() - Method in interface rocks.xmpp.extensions.compress.CompressionMethod
Gets the compression method name, e.g.
getName() - Method in class rocks.xmpp.extensions.data.layout.model.FieldReference
Gets the var attribute.
getName() - Method in class rocks.xmpp.extensions.data.model.DataForm.Field
Gets a unique identifier for the field in the context of the form.
getName() - Method in class rocks.xmpp.extensions.disco.model.info.Identity
Gets the identity's name.
getName() - Method in interface rocks.xmpp.extensions.disco.model.items.Item
The item's name, e.g.
getName() - Method in class rocks.xmpp.extensions.disco.model.items.ItemElement
Gets the name.
getName() - Method in class rocks.xmpp.extensions.filetransfer.FileTransferOfferEvent
 
getName() - Method in interface rocks.xmpp.extensions.filetransfer.model.FileTransferOffer
Gets the name of the file that the Sender wishes to send.
getName() - Method in class rocks.xmpp.extensions.jingle.apps.filetransfer.model.JingleFileTransfer.File
 
getName() - Method in class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp.PayloadType
Gets the appropriate subtype of the MIME type.
getName() - Method in class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp.PayloadType.Parameter
Gets the parameter name.
getName() - Method in class rocks.xmpp.extensions.jingle.model.Jingle.Content
Gets the name of the content.
getName() - Method in class rocks.xmpp.extensions.muc.ChatRoom
Gets the name for this room.
getName() - Method in class rocks.xmpp.extensions.muc.ChatService
Gets the name of this service.
getName() - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration
Gets the natural-language room name.
getName() - Method in class rocks.xmpp.extensions.muc.RoomInformation
Gets the name of the room.
getName() - Method in class rocks.xmpp.extensions.privacy.model.PrivacyList
Gets the name of the privacy list.
getName() - Method in class rocks.xmpp.extensions.pubsub.PubSubService
Gets the name of this service.
getName() - Method in class rocks.xmpp.extensions.rosterx.model.ContactExchange.Item
Gets the suggested name.
getName() - Method in class rocks.xmpp.extensions.seclabel.model.catalog.Catalog
Gets the catalog name.
getName() - Method in class rocks.xmpp.extensions.shim.model.Header
Gets the name of the header.
getName() - Method in class rocks.xmpp.extensions.si.profile.filetransfer.model.SIFileTransferOffer
Gets the name of the file that the Sender wishes to send.
getName() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
Gets the name.
getName() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Organization
Gets the organization name.
getName() - Method in class rocks.xmpp.extensions.version.model.SoftwareVersion
getName() - Method in class rocks.xmpp.im.roster.model.Contact
Gets the name of the contact.
getName() - Method in class rocks.xmpp.im.roster.model.ContactGroup
Gets the name of the group.
getName() - Method in interface rocks.xmpp.im.roster.model.RosterItem
Gets the name of the contact.
getNameServer() - Method in class rocks.xmpp.core.session.XmppSessionConfiguration
Gets the name server used for resolving DNS SRV and TXT records during connecting.
getNamespace() - Method in interface rocks.xmpp.core.ExtensionProtocol
The protocol's main namespace.
getNamespace() - Method in class rocks.xmpp.core.session.Extension
Gets the protocol namespace.
getNamespace() - Method in class rocks.xmpp.extensions.avatar.UserAvatarProtocol
The protocol's main namespace.
getNamespace() - Method in class rocks.xmpp.extensions.blocking.BlockingManager
The protocol's main namespace.
getNamespace() - Method in class rocks.xmpp.extensions.bytestreams.ibb.InBandByteStreamManager
 
getNamespace() - Method in class rocks.xmpp.extensions.bytestreams.s5b.Socks5ByteStreamManager
 
getNamespace() - Method in class rocks.xmpp.extensions.caps.AbstractEntityCapabilities1Protocol
The protocol's main namespace.
getNamespace() - Method in class rocks.xmpp.extensions.caps2.AbstractEntityCapabilities2Protocol
The protocol's main namespace.
getNamespace() - Method in class rocks.xmpp.extensions.chatstates.ChatStateManager
 
getNamespace() - Method in class rocks.xmpp.extensions.disco.AbstractServiceDiscoveryManager
The protocol's main namespace.
getNamespace() - Method in class rocks.xmpp.extensions.forward.StanzaForwardingManager
 
getNamespace() - Method in class rocks.xmpp.extensions.hashes.CryptographicHashFunctionsProtocol
The protocol's main namespace.
getNamespace() - Method in class rocks.xmpp.extensions.httpauth.HttpAuthenticationManager
 
getNamespace() - Method in class rocks.xmpp.extensions.last.LastActivityManager
 
getNamespace() - Method in class rocks.xmpp.extensions.muc.MultiUserChatManager
 
getNamespace() - Method in class rocks.xmpp.extensions.ping.handler.PingHandler
The protocol's main namespace.
getNamespace() - Method in class rocks.xmpp.extensions.ping.PingManager
 
getNamespace() - Method in class rocks.xmpp.extensions.privacy.PrivacyListManager
 
getNamespace() - Method in class rocks.xmpp.extensions.reach.ReachabilityManager
 
getNamespace() - Method in class rocks.xmpp.extensions.receipts.MessageDeliveryReceiptsManager
 
getNamespace() - Method in class rocks.xmpp.extensions.rosterx.ContactExchangeManager
 
getNamespace() - Method in class rocks.xmpp.extensions.rpc.AbstractRpcManager
The protocol's main namespace.
getNamespace() - Method in class rocks.xmpp.extensions.rsm.ResultSetManagementProtocol
The protocol's main namespace.
getNamespace() - Method in class rocks.xmpp.extensions.rtt.RealTimeTextManager
The protocol's main namespace.
getNamespace() - Method in class rocks.xmpp.extensions.search.SearchManager
 
getNamespace() - Method in class rocks.xmpp.extensions.shim.StanzaHeadersAndInternetMetadataProtocol
The protocol's main namespace.
getNamespace() - Method in class rocks.xmpp.extensions.si.StreamInitiationManager
 
getNamespace() - Method in class rocks.xmpp.extensions.sm.AbstractStreamManager
The protocol's main namespace.
getNamespace() - Method in class rocks.xmpp.extensions.softwareinfo.SoftwareInformationProtocol
The protocol's main namespace.
getNamespace() - Method in class rocks.xmpp.extensions.time.handler.EntityTimeHandler
The protocol's main namespace.
getNamespace() - Method in class rocks.xmpp.extensions.vcard.avatar.VCardBasedAvatarsProtocol
The protocol's main namespace.
getNamespace() - Method in class rocks.xmpp.extensions.vcard.temp.VCardManager
 
getNamespace() - Method in class rocks.xmpp.extensions.version.SoftwareVersionProtocol
The protocol's main namespace.
getNamespace() - Method in class rocks.xmpp.im.roster.RosterManager
 
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.ScramBase
 
getNetwork() - Method in class rocks.xmpp.extensions.jingle.transports.iceudp.model.Candidate
 
getNewAddress() - Method in class rocks.xmpp.core.stanza.model.errors.Gone
Gets the new address.
getNewChatPartner() - Method in class rocks.xmpp.im.chat.ChatSession.ChatPartnerEvent
Gets the JID of the new chat partner.
getNewKey() - Method in class rocks.xmpp.extensions.httpbind.model.Body
Gets the new key used to protect insecure connections.
getNextReconnectionAttempt() - Method in class rocks.xmpp.core.session.ConnectionEvent
Gets the duration until the next reconnection is attempted.
getNextReconnectionAttempt(int, Throwable) - Method in interface rocks.xmpp.core.session.ReconnectionStrategy
Gets the duration after which the next reconnection is attempted.
getNick() - Method in class rocks.xmpp.extensions.bookmarks.model.ChatRoomBookmark
Gets the user's preferred roomnick for the chatroom.
getNick() - Method in interface rocks.xmpp.extensions.bookmarks.model.ConferenceBookmark
The user's preferred roomnick for the chatroom.
getNick() - Method in class rocks.xmpp.extensions.bookmarks.pep.model.PepNativeBookmark
 
getNick() - Method in class rocks.xmpp.extensions.muc.ChatRoom
Gets the nickname in this room.
getNick() - Method in interface rocks.xmpp.extensions.muc.model.Actor
Gets the nick name.
getNick() - Method in interface rocks.xmpp.extensions.muc.model.Item
Gets the nick name.
getNick() - Method in class rocks.xmpp.extensions.muc.Occupant
Gets the nickname.
getNick() - Method in class rocks.xmpp.extensions.search.model.Search
Gets the nick name.
getNick() - Method in class rocks.xmpp.extensions.search.model.Search.Item
Gets the nick name.
getNickname() - Method in class rocks.xmpp.extensions.muc.SubjectChangeEvent
Gets the nickname who changed the subject.
getNickname() - Method in class rocks.xmpp.extensions.register.model.Registration
Gets the nickname.
getNickname() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
Gets the nickname.
getNode() - Method in class rocks.xmpp.extensions.address.model.Address
Gets the node.
getNode() - Method in class rocks.xmpp.extensions.caps.AbstractEntityCapabilities1Protocol
Gets the node.
getNode() - Method in class rocks.xmpp.extensions.caps.model.EntityCapabilities1
Gets the node.
getNode() - Method in class rocks.xmpp.extensions.commands.model.Command
Gets the node.
getNode() - Method in class rocks.xmpp.extensions.disco.model.info.InfoDiscovery
 
getNode() - Method in class rocks.xmpp.extensions.disco.model.items.ItemDiscovery
 
getNode() - Method in class rocks.xmpp.extensions.disco.model.items.ItemElement
Gets the node.
getNode() - Method in interface rocks.xmpp.extensions.disco.model.ServiceDiscoveryNode
Gets the node name.
getNode() - Method in interface rocks.xmpp.extensions.pubsub.model.Affiliation
Gets the node.
getNode() - Method in class rocks.xmpp.extensions.pubsub.model.event.Event
Gets the 'node' attribute of the child element.
getNode() - Method in class rocks.xmpp.extensions.pubsub.model.owner.PubSubOwner
Gets the node of the child element.
getNode() - Method in class rocks.xmpp.extensions.pubsub.model.PubSub
 
getNode() - Method in interface rocks.xmpp.extensions.pubsub.model.Subscription
Gets the node.
getNodeConfiguration() - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Gets the node configuration form.
getNodeTitle() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
A friendly name for the node.
getNodeTitle() - Method in class rocks.xmpp.extensions.pubsub.model.NodeMetaData
Gets the title.
getNodeType() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
Whether the node is a leaf (default) or a collection.
getNote() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
Gets supplemental information or a comment that is associated with the vCard.
getNotes() - Method in class rocks.xmpp.extensions.commands.model.Command
Gets the notes.
getNotes() - Method in class rocks.xmpp.extensions.privatedata.rosternotes.model.Annotation
Gets the roster notes.
getNotificationType() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
Specifies the delivery style for notifications.
getNumber() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.TelephoneNumber
Gets the actual telephone number.
getNumberOfCharacters() - Method in class rocks.xmpp.extensions.rtt.model.RealTimeText.EraseText
Indicates, how many characters are removed before the position.
getNumberOfSubscribers() - Method in class rocks.xmpp.extensions.pubsub.model.NodeMetaData
Gets the number of subscribers.
getOccupant() - Method in class rocks.xmpp.extensions.muc.OccupantEvent
Gets the occupant.
getOccupant(String) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Gets an occupant by nickname.
getOccupants() - Method in class rocks.xmpp.extensions.muc.ChatRoom
Gets the occupants, while being in the room.
getOffset() - Method in interface rocks.xmpp.extensions.filetransfer.model.Range
Gets the position, in bytes, to start transferring the file data from.
getOffset() - Method in class rocks.xmpp.extensions.si.profile.filetransfer.model.SIFileTransferOffer.SIRange
Gets the position, in bytes, to start transferring the file data from.
getOldChatPartner() - Method in class rocks.xmpp.im.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.
getOptions() - Method in class rocks.xmpp.extensions.pubsub.model.PubSub
 
getOrder() - Method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
Gets the order in which privacy items are processed by the server.
getOrganization() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
Gets the organization.
getOrgUnits() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Organization
Gets the organization units.
getOs() - Method in interface rocks.xmpp.extensions.softwareinfo.SoftwareInfo
The operating system on which the XMPP software is running.
getOs() - Method in class rocks.xmpp.extensions.softwareinfo.SoftwareInformation
 
getOs() - Method in class rocks.xmpp.extensions.version.model.SoftwareVersion
Gets the operating system.
getOsVersion() - Method in class rocks.xmpp.extensions.softwareinfo.SoftwareInformation
Gets the operating system version.
getOtherHost() - Method in class rocks.xmpp.core.stream.model.errors.SeeOtherHost
Gets the other host.
getOutcasts() - Method in class rocks.xmpp.extensions.muc.ChatRoom
Gets the outcasts of the room.
getOutputStream() - Method in class rocks.xmpp.extensions.bytestreams.ByteStreamSession
Gets the output stream.
getOwners() - Method in class rocks.xmpp.extensions.muc.ChatRoom
Gets the owners of the room.
getOwners() - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration
Gets the owners.
getOwners() - Method in class rocks.xmpp.extensions.pubsub.model.NodeMetaData
Gets the owners.
getPacketTime() - Method in class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp.PayloadType
Gets the packet time as specified in RFC 4566.
getPages() - Method in class rocks.xmpp.extensions.data.model.DataForm
Gets the layout pages for this data form.
getParameters() - Method in class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp.PayloadType
Gets the parameters.
getParameters() - Method in class rocks.xmpp.extensions.rpc.model.Rpc.MethodCall
Gets the parameters.
getParentGroup() - Method in class rocks.xmpp.im.roster.model.ContactGroup
Gets the parent group.
getParentThread() - Method in class rocks.xmpp.core.stanza.model.Message
Gets the parent thread.
getPassword() - Method in class rocks.xmpp.extensions.bookmarks.model.ChatRoomBookmark
Gets the unencrypted string for the password needed to enter a password-protected room.
getPassword() - Method in interface rocks.xmpp.extensions.bookmarks.model.ConferenceBookmark
A password used to access the chatroom.
getPassword() - Method in class rocks.xmpp.extensions.bookmarks.pep.model.PepNativeBookmark
 
getPassword() - Method in class rocks.xmpp.extensions.jingle.transports.iceudp.model.IceUdpTransportMethod
 
getPassword() - Method in class rocks.xmpp.extensions.muc.conference.model.DirectInvitation
Gets a password needed for entry into a password-protected room (optional).
getPassword() - Method in class rocks.xmpp.extensions.muc.InvitationEvent
Gets the password to the room.
getPassword() - Method in class rocks.xmpp.extensions.muc.model.Muc
Gets the password.
getPassword() - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration
Gets the room password.
getPassword() - Method in class rocks.xmpp.extensions.muc.model.user.MucUser
Gets the password for the room.
getPassword() - Method in class rocks.xmpp.extensions.register.model.Registration
Gets the password.
getPath() - Method in class rocks.xmpp.extensions.httpbind.BoshConnectionConfiguration
Gets the path on the host, e.g.
getPath() - Method in class rocks.xmpp.websocket.net.client.WebSocketConnectionConfiguration
Gets the path on the host, e.g.
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.
getPayload() - Method in class rocks.xmpp.extensions.jingle.model.Jingle
 
getPayload() - Method in interface rocks.xmpp.extensions.pubsub.model.Item
Gets the payload.
getPayloadClass() - Method in class rocks.xmpp.core.stanza.AbstractIQHandler
 
getPayloadClass() - Method in interface rocks.xmpp.core.stanza.IQHandler
Gets the IQ's payload class.
getPayloadClass() - Method in class rocks.xmpp.extensions.bytestreams.ibb.InBandByteStreamManager
 
getPayloadClass() - Method in class rocks.xmpp.extensions.bytestreams.s5b.Socks5ByteStreamManager
 
getPayloadClass() - Method in class rocks.xmpp.extensions.disco.AbstractServiceDiscoveryManager
 
getPayloads() - Method in class rocks.xmpp.extensions.commands.model.Command
Gets the command payload.
getPayloadType() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
The type of node data, usually specified by the namespace of the payload (if any).
getPayloadType() - Method in class rocks.xmpp.extensions.pubsub.model.NodeMetaData
Gets the payload type of the node.
getPayloadTypes() - Method in class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp
Gets the payload types.
getPhonetic() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Sound
Gets the textual phonetic pronunciation.
getPhoto() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
Gets the photo.
getPingInterval() - Method in class rocks.xmpp.extensions.ping.PingManager
Gets the ping interval.
getPingInterval() - Method in class rocks.xmpp.websocket.net.client.WebSocketConnectionConfiguration
Gets the ping interval.
getPointer() - Method in class rocks.xmpp.extensions.avatar.model.metadata.AvatarMetadata
Specifies information about how to retrieve the avatar from a third party service.
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.net.client.ClientConnectionConfiguration
Gets the port.
getPort() - Method in class rocks.xmpp.dns.SrvRecord
Gets the port on this target host of this service.
getPort() - Method in interface rocks.xmpp.extensions.bytestreams.s5b.model.Socks5StreamHost
Get the port on which to connect for SOCKS5 communication over TCP.
getPort() - Method in class rocks.xmpp.extensions.bytestreams.s5b.model.StreamHost
Get the port on which to connect for SOCKS5 communication over TCP.
getPort() - Method in class rocks.xmpp.extensions.bytestreams.s5b.Socks5ByteStreamManager
Gets the port of the local host.
getPort() - Method in class rocks.xmpp.extensions.jingle.transports.iceudp.model.RemoteCandidate
 
getPort() - Method in class rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod.Candidate
Gets the port.
getPosition() - Method in class rocks.xmpp.extensions.rtt.model.RealTimeText.EraseText
Gets the character position.
getPosition() - Method in class rocks.xmpp.extensions.rtt.model.RealTimeText.InsertText
Gets the character position.
getPostalCode() - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
Gets a code used for postal delivery.
getPostalCode() - Method in class rocks.xmpp.extensions.register.model.Registration
Gets the postal code.
getPostalCode() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Address
Gets the postal code.
getPostOfficeBox() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Address
Gets the post office box.
getPreferenceValue() - Method in enum rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod.Candidate.Type
The preference value.
getPrefix() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Name
Gets the prefix.
getPresence() - Method in class rocks.xmpp.core.stanza.PresenceEvent
Gets the presence.
getPresence() - Method in class rocks.xmpp.extensions.muc.Occupant
Gets the current presence of this occupant.
getPresence(Jid) - Method in class rocks.xmpp.im.subscription.PresenceManager
Gets the presence for a given contact.
getPriority() - Method in class rocks.xmpp.core.bind.model.Bind
 
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.Presence
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.tls.model.StartTls
 
getPriority() - Method in class rocks.xmpp.dns.SrvRecord
Gets the priority of this target host.
getPriority() - Method in class rocks.xmpp.extensions.compress.model.feature.CompressionFeature
 
getPriority() - Method in class rocks.xmpp.extensions.jingle.transports.iceudp.model.Candidate
 
getPriority() - Method in class rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod.Candidate
Gets the priority of this candidate.
getPriority() - Method in class rocks.xmpp.extensions.sm.model.StreamManagement
 
getPrivacyList(String) - Method in class rocks.xmpp.extensions.privacy.PrivacyListManager
Gets a privacy list.
getPrivacyLists() - Method in class rocks.xmpp.extensions.privacy.model.Privacy
Gets the privacy lists.
getPrivacyLists() - Method in class rocks.xmpp.extensions.privacy.PrivacyListManager
Gets the privacy lists.
getPrivacyRules() - Method in class rocks.xmpp.extensions.privacy.model.PrivacyList
Gets the privacy rules.
getProductId() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
Gets the identifier for the product that created the vCard object.
getProfile() - Method in class rocks.xmpp.extensions.si.model.StreamInitiation
The "profile" attribute defines the SI profile in use.
getProfileElement() - Method in class rocks.xmpp.extensions.si.model.StreamInitiation
Gets the profile element, e.g.
getProgress() - Method in class rocks.xmpp.extensions.filetransfer.FileTransfer
Gets the progress of the file transfer.
getProp() - Method in class rocks.xmpp.core.issue137.ChildType
Ruft den Wert der prop-Eigenschaft ab.
getProtocol() - Method in class rocks.xmpp.extensions.jingle.transports.iceudp.model.Candidate
 
getProxy() - Method in class rocks.xmpp.core.net.client.ClientConnectionConfiguration
Gets the proxy.
getPublish() - Method in class rocks.xmpp.extensions.pubsub.model.PubSub
 
getPublishedNodes() - Method in class rocks.xmpp.extensions.caps.AbstractEntityCapabilitiesProtocol
Gets the published nodes.
getPublisher() - Method in class rocks.xmpp.extensions.geoloc.GeoLocationEvent
Gets the publisher, who published his or her new geo location.
getPublisher() - Method in interface rocks.xmpp.extensions.pubsub.model.Item
Gets the publisher.
getPublisherModel() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
The publisher model.
getPublishers() - Method in class rocks.xmpp.extensions.pubsub.model.NodeMetaData
Gets the publishers.
getPublishOptions() - Method in class rocks.xmpp.extensions.pubsub.model.PubSub
 
getPubSubNode() - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration
Gets the XMPP URI of associated publish-subscribe node.
getRange() - Method in class rocks.xmpp.extensions.filetransfer.FileTransferOfferEvent
 
getRange() - Method in interface rocks.xmpp.extensions.filetransfer.model.FileTransferOffer
Gets the range.
getRange() - Method in class rocks.xmpp.extensions.jingle.apps.filetransfer.model.JingleFileTransfer.File
 
getRange() - Method in class rocks.xmpp.extensions.si.profile.filetransfer.model.SIFileTransferOffer
Gets the range.
getRating() - Method in class rocks.xmpp.extensions.tune.model.Tune
Gets the user's rating of the song or piece, from 1 (lowest) to 10 (highest).
getReachabilityAddresses() - Method in class rocks.xmpp.extensions.reach.ReachabilityEvent
Gets the reachability addresses.
getReachabilityAddresses() - Method in class rocks.xmpp.extensions.reach.ReachabilityManager
Gets the reachability address as unmodifiable list.
getReaderInterceptors() - Method in class rocks.xmpp.core.session.XmppSession
 
getRealTimeMessage() - Method in class rocks.xmpp.extensions.rtt.RealTimeMessageEvent
 
getReason() - Method in class rocks.xmpp.extensions.delay.model.DelayedDelivery
Gets the natural-language description of the reason for the delay.
getReason() - Method in class rocks.xmpp.extensions.jingle.model.Jingle
Gets the reason.
getReason() - Method in class rocks.xmpp.extensions.muc.conference.model.DirectInvitation
Gets a human-readable purpose for the invitation (optional).
getReason() - Method in class rocks.xmpp.extensions.muc.InvitationDeclineEvent
Gets the reason for the decline.
getReason() - Method in class rocks.xmpp.extensions.muc.InvitationEvent
Gets the reason for the invitation.
getReason() - Method in interface rocks.xmpp.extensions.muc.model.Destroy
The reason for the destruction.
getReason() - Method in interface rocks.xmpp.extensions.muc.model.Item
Gets the reason for a kick or ban.
getReason() - Method in class rocks.xmpp.extensions.muc.model.user.Decline
Gets the reason for the declination.
getReason() - Method in class rocks.xmpp.extensions.muc.model.user.Invite
Gets the reason for the invitation.
getReason() - Method in class rocks.xmpp.extensions.muc.OccupantEvent
Gets the reason for kicking or banning an occupant or for destroying the room.
getReconnectionStrategy() - Method in class rocks.xmpp.core.session.XmppSessionConfiguration
Gets the reconnection strategy.
getRed() - Method in class rocks.xmpp.extensions.colors.ConsistentColor
Gets the red component of the color, in the range 0.0-1.0.
getRedirectUri() - Method in class rocks.xmpp.extensions.pubsub.model.event.Event
Gets the redirect URI in case the event is a delete event.
getRedirectUri() - Method in class rocks.xmpp.extensions.pubsub.model.owner.PubSubOwner
Gets the redirect URI, if this pubsub element contains a 'delete' element.
getRefreshInterval() - Method in class rocks.xmpp.extensions.rtt.OutboundRealTimeMessage
Gets the refresh interval, after which a refresh message is sent to ensure real-time text is kept in sync.
getRegex() - Method in class rocks.xmpp.extensions.data.validate.model.Validation.ValidationMethod.Regex
Gets the regular expression.
getRegion() - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
Gets an administrative region of the nation, such as a state or province.
getRegion() - Method in class rocks.xmpp.extensions.register.model.Registration
Gets the region.
getRegion() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Address
Gets the region.
getRegistration() - Method in class rocks.xmpp.extensions.register.RegistrationManager
Gets the registration data (instructions, fields and form) from the server.
getRegistrationForm() - Method in class rocks.xmpp.extensions.muc.ChatRoom
Gets the data form necessary to register with the room.
getRegistrationForm() - Method in class rocks.xmpp.extensions.register.model.Registration
Gets the extended registration form.
getRemoteAddress() - Method in class rocks.xmpp.core.net.client.SocketConnection
 
getRemoteAddress() - Method in interface rocks.xmpp.core.net.Connection
Gets the remote address of this connection.
getRemoteAddress() - Method in class rocks.xmpp.extensions.httpbind.BoshConnection
 
getRemoteAddress() - Method in class rocks.xmpp.nio.netty.net.NettyChannelConnection
 
getRemoteAddress() - Method in class rocks.xmpp.websocket.net.JakartaWebSocketConnection
 
getRemoteXmppAddress() - Method in interface rocks.xmpp.core.Session
Gets the remote XMPP address.
getRemoteXmppAddress() - Method in class rocks.xmpp.core.session.XmppSession
 
getRemovedContacts() - Method in class rocks.xmpp.im.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.
getRequester() - Method in class rocks.xmpp.extensions.httpauth.HttpAuthenticationEvent
Gets the requester.
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).
getRequestStrategy() - Method in class rocks.xmpp.extensions.sm.AbstractStreamManager
Gets the request strategy.
getResource() - Method in interface rocks.xmpp.addr.Jid
Gets the resource part.
getResource() - Method in class rocks.xmpp.addr.MalformedJid
 
getResource() - Method in class rocks.xmpp.core.bind.model.Bind
Gets the resource.
getResponder() - Method in class rocks.xmpp.extensions.jingle.model.Jingle
Gets the responder.
getResponse() - Method in class rocks.xmpp.extensions.rpc.model.Rpc.MethodResponse
Gets the response value.
getResult() - Method in class rocks.xmpp.util.concurrent.AsyncResult
Waits uninterruptibly on the result of the query and returns it.
getResult(long, TimeUnit) - Method in class rocks.xmpp.util.concurrent.AsyncResult
Waits uninterruptibly on the result of the query (with a timeout) and returns it.
getResultSet() - Method in class rocks.xmpp.extensions.search.model.Search
Gets the result set information.
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.ResultSet
Gets the result set info.
getRetractedItems() - Method in class rocks.xmpp.extensions.pubsub.model.event.Event
Gets the retracted (deleted) items.
getRevision() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
Gets revision information about the current vCard.
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.
getRole() - Method in interface rocks.xmpp.extensions.muc.model.Item
Gets the role.
getRole() - Method in class rocks.xmpp.extensions.muc.model.RequestVoice
Gets the requested role.
getRole() - Method in class rocks.xmpp.extensions.muc.Occupant
Gets the role of the occupant.
getRole() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
Gets information concerning the role, occupation, or business category of the object the vCard represents.
getRolesForWhichPresenceIsBroadcast() - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration
Gets the roles for which presence is broadcast.
getRolesThatMayDiscoverRealJids() - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration
Get the roles, which may discover real JIDs.
getRolesThatMayRetrieveMemberList() - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration
Gets the roles which may retrieve member list.
getRolesThatMaySendPrivateMessages() - Method in class rocks.xmpp.extensions.muc.model.RoomConfiguration
Gets the roles that may send private messages.
getRoom() - Method in class rocks.xmpp.extensions.bookmarks.model.ChatRoomBookmark
Gets the JID of the chat room.
getRoom() - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
Gets a particular room in a building.
getRoomAddress() - Method in class rocks.xmpp.extensions.muc.conference.model.DirectInvitation
Gets the address of the groupchat room to be joined.
getRoomAddress() - Method in class rocks.xmpp.extensions.muc.InvitationDeclineEvent
Gets the room address.
getRoomAddress() - Method in class rocks.xmpp.extensions.muc.InvitationEvent
Gets the room address.
getRoomInformation() - Method in class rocks.xmpp.extensions.muc.ChatRoom
Gets the room information for this chat room.
getRoomNick() - Method in class rocks.xmpp.extensions.muc.model.RequestVoice
Gets the room nick.
getRoomNick() - Method in class rocks.xmpp.extensions.muc.model.RoomRegistration
Gets the desired room nick.
getRosterDelimiter() - Method in class rocks.xmpp.extensions.privatedata.rosterdelimiter.model.RosterDelimiter
Gets the roster delimiter.
getRosterGroupsAllowed() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
Gets the allowed roster groups.
getRosterGroupsAllowed() - Method in class rocks.xmpp.extensions.pubsub.model.PublishOptions
Gets the allowed roster groups.
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.
getRules() - Method in class rocks.xmpp.extensions.amp.model.AdvancedMessageProcessing
Gets the rules.
getRules() - Method in class rocks.xmpp.extensions.amp.model.AdvancedMessageProcessingError
Gets the invalid rules.
getSeconds() - Method in class rocks.xmpp.extensions.last.model.LastActivity
Gets the number of seconds since the last activity.
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.
getSecurityLabel() - Method in class rocks.xmpp.extensions.seclabel.model.catalog.Catalog.Item
Gets the security label or null.
getSelector() - Method in class rocks.xmpp.extensions.seclabel.model.catalog.Catalog.Item
Gets the selector.
getSendCount() - Method in class rocks.xmpp.extensions.sm.model.StreamManagement.HandledCountTooHigh
The number of stanzas that were sent.
getSender() - Method in class rocks.xmpp.extensions.offline.model.OfflineMessageHeader
Gets the sender of the offline message.
getSender() - Method in class rocks.xmpp.extensions.rtt.RealTimeTextActivationEvent
Gets the sender of the real-time text.
getSenders() - Method in class rocks.xmpp.extensions.jingle.model.Jingle.Content
Gets the senders.
getSendLastPublishedItem() - Method in class rocks.xmpp.extensions.pubsub.model.NodeConfiguration
Gets the value which specifies when to send the last published item.
getSendLastPublishedItem() - Method in class rocks.xmpp.extensions.pubsub.model.PublishOptions
Gets the value which specifies when to send the last published item.
getSequence() - Method in class rocks.xmpp.extensions.bytestreams.ibb.model.InBandByteStream.Data
Gets the sequence number.
getSequence() - Method in class rocks.xmpp.extensions.rtt.model.RealTimeText
Gets the sequence.
getSessionId() - Method in class rocks.xmpp.extensions.bytestreams.ByteStreamEvent
Gets the session id.
getSessionId() - Method in class rocks.xmpp.extensions.bytestreams.ByteStreamSession
Gets the session id for this byte stream session.
getSessionId() - Method in class rocks.xmpp.extensions.bytestreams.ibb.model.InBandByteStream
Gets the session id.
getSessionId() - Method in class rocks.xmpp.extensions.bytestreams.s5b.model.Socks5ByteStream
Gets the session id.
getSessionId() - Method in class rocks.xmpp.extensions.commands.model.Command
Gets the session id.
getSessionId() - Method in class rocks.xmpp.extensions.filetransfer.FileTransfer
Gets the session id for this file transfer session.
getSessionId() - Method in class rocks.xmpp.extensions.filetransfer.FileTransferOfferEvent
 
getSessionId() - Method in class rocks.xmpp.extensions.httpbind.BoshConnection
Gets the session id of this BOSH connection.
getSessionId() - Method in class rocks.xmpp.extensions.jingle.JingleEvent
 
getSessionId() - Method in class rocks.xmpp.extensions.jingle.JingleSession
Gets the session id.
getSessionId() - Method in class rocks.xmpp.extensions.jingle.model.Jingle
Gets the session id.
getSessionId() - Method in class rocks.xmpp.extensions.jingle.model.Jingle.Reason.AlternativeSession
Gets the alternative session id.
getSessionId() - Method in class rocks.xmpp.extensions.jingle.transports.ibb.model.InBandByteStreamsTransportMethod
Gets the IBB session id.
getSessionId() - Method in class rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod
Gets the session id.
getSessionId() - Method in class rocks.xmpp.extensions.oob.model.iq.OobIQ
Gets the session id.
getSessionParameters() - Method in class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp.Crypto
 
getShow() - Method in class rocks.xmpp.core.stanza.model.Presence
Gets the <show/> element.
getShowValues() - Method in class rocks.xmpp.extensions.pubsub.model.SubscribeOptions
Gets the show values.
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).
getSince() - Method in class rocks.xmpp.extensions.idle.model.Idle
Gets the date/time since the entity is idle.
getSize() - Method in class rocks.xmpp.extensions.filetransfer.FileTransferOfferEvent
 
getSize() - Method in interface rocks.xmpp.extensions.filetransfer.model.FileTransferOffer
Gets the size, in bytes, of the data to be sent.
getSize() - Method in class rocks.xmpp.extensions.jingle.apps.filetransfer.model.JingleFileTransfer.File
 
getSize() - Method in class rocks.xmpp.extensions.seclabel.model.catalog.Catalog
Gets the number of items.
getSize() - Method in class rocks.xmpp.extensions.si.profile.filetransfer.model.SIFileTransferOffer
Gets the size, in bytes, of the data to be sent.
getSocketFactory() - Method in class rocks.xmpp.core.net.client.SocketConnectionConfiguration
Deprecated.
Gets the socket factory.
getSoftware() - Method in interface rocks.xmpp.extensions.softwareinfo.SoftwareInfo
Gets the XMPP software running at the entity.
getSoftware() - Method in class rocks.xmpp.extensions.softwareinfo.SoftwareInformation
 
getSoftware() - Method in class rocks.xmpp.extensions.version.model.SoftwareVersion
 
getSoftwareInfo() - Method in interface rocks.xmpp.extensions.softwareinfo.SoftwareInfoProvider
Gets the software information.
getSoftwareInfo() - Method in class rocks.xmpp.extensions.softwareinfo.SoftwareInformationProtocol
Gets the software information.
getSoftwareInfo() - Method in class rocks.xmpp.extensions.version.SoftwareVersionProtocol
 
getSoftwareVersion() - Method in interface rocks.xmpp.extensions.softwareinfo.SoftwareInfo
Gets the XMPP software version.
getSoftwareVersion() - Method in class rocks.xmpp.extensions.softwareinfo.SoftwareInformation
Gets the XMPP software version.
getSoftwareVersion() - Method in class rocks.xmpp.extensions.version.client.ClientSoftwareVersionManager
 
getSoftwareVersion() - Method in class rocks.xmpp.extensions.version.model.SoftwareVersion
 
getSoftwareVersion() - Method in interface rocks.xmpp.extensions.version.SoftwareVersionManager
Gets my own software version.
getSoftwareVersion(Jid) - Method in class rocks.xmpp.extensions.version.client.ClientSoftwareVersionManager
Gets the software version of another entity.
getSoftwareVersion(Jid) - Method in interface rocks.xmpp.extensions.version.SoftwareVersionManager
Queries another entity for its software version.
getSortString() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
Gets the sort string, specifying the family name or given name text to be used for national-language-specific sorting of the FN and N types.
getSound() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
Gets the sound, zo specify a digital sound content information that annotates some aspect of the vCard.
getSource() - Method in class rocks.xmpp.extensions.tune.model.Tune
Gets the collection (e.g., album) or other source (e.g., a band website that hosts streams or audio files).
getSourceLanguage() - Method in class rocks.xmpp.extensions.langtrans.model.items.LanguageSupport.Item
Gets the source language.
getSourceLanguage() - Method in class rocks.xmpp.extensions.langtrans.model.LanguageTranslation
Gets the source language.
getSourceLanguage() - Method in class rocks.xmpp.extensions.langtrans.model.LanguageTranslation.Translation
Gets the source language.
getSourceText() - Method in class rocks.xmpp.extensions.langtrans.model.LanguageTranslation
Gets the source text.
getSpecificActivity() - Method in class rocks.xmpp.extensions.activity.model.Activity
Gets the specific activity.
getSpecificActivity() - Method in class rocks.xmpp.extensions.activity.model.SpecificActivity
 
getSpecificMood() - Method in class rocks.xmpp.extensions.mood.model.Mood.Value
Gets the specific mood value.
getSpeed() - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
Gets the speed at which the entity is moving, in meters per second.
getSSLContext() - Method in class rocks.xmpp.core.net.client.ClientConnectionConfiguration
Gets the SSL context.
getSSLContext() - Method in interface rocks.xmpp.core.net.ConnectionConfiguration
Gets the SSL context.
getStanza() - Method in class rocks.xmpp.core.session.SendTask
Gets the stanza, which has been sent.
getStanza() - Method in exception rocks.xmpp.core.stanza.model.StanzaErrorException
Gets the stanza, which includes the error.
getStanza() - Method in class rocks.xmpp.extensions.forward.model.Forwarded
Gets the forwarded stanza.
getStanzaType() - Method in class rocks.xmpp.extensions.bytestreams.ibb.InBandByteStreamManager
Gets the stanza type.
getStanzaType() - Method in class rocks.xmpp.extensions.bytestreams.ibb.model.InBandByteStream.Open
Gets the stanza type.
getStanzaType() - Method in class rocks.xmpp.extensions.jingle.transports.ibb.model.InBandByteStreamsTransportMethod
Gets the stanza type used to transfer data.
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.Presence
Gets the default body (which has no language attribute).
getStatus() - Method in class rocks.xmpp.extensions.amp.model.AdvancedMessageProcessing
The 'status' attribute specifies the reason for this <amp/> element.
getStatus() - Method in class rocks.xmpp.extensions.commands.model.Command
Gets the status of the command.
getStatus() - Method in class rocks.xmpp.extensions.filetransfer.FileTransfer
Gets the status of the file transfer.
getStatus() - Method in class rocks.xmpp.extensions.filetransfer.FileTransferStatusEvent
Gets the file transfer status.
getStatus() - Method in class rocks.xmpp.extensions.last.model.LastActivity
Gets the status message of the last unavailable presence received from the user, if the last activity request was a Offline User Query.
getStatusCodes() - Method in class rocks.xmpp.extensions.muc.model.user.MucUser
Gets the status codes.
getStatuses() - Method in class rocks.xmpp.core.stanza.model.Presence
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.
getStreamHost() - Method in class rocks.xmpp.extensions.bytestreams.s5b.Socks5ByteStreamManager
Gets the configured stream host.
getStreamHosts() - Method in class rocks.xmpp.extensions.bytestreams.s5b.model.Socks5ByteStream
Gets the stream hosts.
getStreamHostUsed() - Method in class rocks.xmpp.extensions.bytestreams.s5b.model.Socks5ByteStream
Gets the used stream host.
getStreamId() - Method in class rocks.xmpp.core.net.AbstractConnection
 
getStreamId() - Method in interface rocks.xmpp.core.net.Connection
Gets the stream id of this connection.
getStreamManagementId() - Method in class rocks.xmpp.extensions.sm.client.ClientStreamManager
Gets the "SM-ID".
getStreet() - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
Gets a thoroughfare within the locality, or a crossing of two thoroughfares.
getStreet() - Method in class rocks.xmpp.extensions.register.model.Registration
Gets the street.
getStreet() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Address
Gets the street.
getSubId() - Method in interface rocks.xmpp.extensions.pubsub.model.Subscription
Gets the subscription id, which is used to differentiate between multiple subscriptions for the same entity.
getSubject() - Method in class rocks.xmpp.core.stanza.model.Message
Gets the default subject (which has no language attribute).
getSubject() - Method in class rocks.xmpp.extensions.muc.model.RoomInfo
Gets the current discussion topic.
getSubject() - Method in class rocks.xmpp.extensions.muc.RoomInformation
Gets the current discussion topic.
getSubject() - Method in class rocks.xmpp.extensions.muc.SubjectChangeEvent
Gets the new subject.
getSubjects() - Method in class rocks.xmpp.core.stanza.model.Message
Gets the subjects.
getSubscription() - Method in class rocks.xmpp.extensions.pubsub.model.event.Event
Gets the subscription approval.
getSubscription() - Method in class rocks.xmpp.extensions.pubsub.model.PubSub
 
getSubscription() - Method in class rocks.xmpp.im.roster.model.Contact
Gets the subscription attribute.
getSubscription() - Method in enum rocks.xmpp.im.roster.model.DefinedState
 
getSubscription() - Method in interface rocks.xmpp.im.roster.model.SubscriptionState
Gets the primary subscription state.
getSubscriptionDepth() - Method in class rocks.xmpp.extensions.pubsub.model.SubscribeOptions
Gets the subscription depth.
getSubscriptionOptions() - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Gets the subscription options for this node.
getSubscriptionOptions(boolean) - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Gets the (default) subscription options for this node.
getSubscriptionOptions(String) - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Gets the subscription options for this node.
getSubscriptions() - Method in class rocks.xmpp.extensions.pubsub.model.owner.PubSubOwner
Gets the subscriptions, if this pubsub element contains 'subscriptions' element.
getSubscriptions() - Method in class rocks.xmpp.extensions.pubsub.model.PubSub
 
getSubscriptions() - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Gets the subscriptions for this node.
getSubscriptions() - Method in class rocks.xmpp.extensions.pubsub.PubSubService
Gets the subscriptions for all nodes.
getSubscriptionState() - Method in interface rocks.xmpp.extensions.pubsub.model.Subscription
Gets the subscription state to a node.
getSubscriptionType() - Method in class rocks.xmpp.extensions.pubsub.model.SubscribeOptions
Gets the subscription type.
getSuffix() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Name
Gets the suffix.
getSupportedHeaders() - Method in interface rocks.xmpp.extensions.shim.HeaderManager
Gets the supported headers as unmodifiable set.
getSupportedHeaders() - Method in class rocks.xmpp.extensions.shim.StanzaHeadersAndInternetMetadataProtocol
 
getSynchronizationSource() - Method in class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp
Gets the 32-bit synchronization source for this media stream, as defined in RFC 3550.
getTag() - Method in class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp.Crypto
 
getTarget() - Method in class rocks.xmpp.dns.SrvRecord
Gets the domain name of the target host.
getTelephone() - Method in class rocks.xmpp.extensions.register.model.Registration
Gets the telephone number.
getTelephoneNumbers() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
Gets the telephone numbers.
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.StanzaError
Gets the optional error text.
getText() - Method in class rocks.xmpp.core.stream.model.StreamError
Gets the optional error text.
getText() - Method in class rocks.xmpp.core.Text
Gets the text.
getText() - Method in class rocks.xmpp.dns.TxtRecord
Gets the text.
getText() - Method in class rocks.xmpp.extensions.activity.model.Activity
Gets the text of the activity.
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.
getText() - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
Gets a catch-all element that captures any other information about the location.
getText() - Method in class rocks.xmpp.extensions.jingle.model.Jingle.Reason
Gets human-readable information about the reason for the action.
getText() - Method in class rocks.xmpp.extensions.mood.model.Mood
Gets a natural-language description of, or reason for, the mood.
getText() - Method in class rocks.xmpp.extensions.rtt.InboundRealTimeMessage
 
getText() - Method in class rocks.xmpp.extensions.rtt.model.RealTimeText.InsertText
Gets the text.
getText() - Method in class rocks.xmpp.extensions.rtt.OutboundRealTimeMessage
 
getText() - Method in class rocks.xmpp.extensions.rtt.RealTimeTextChangeEvent
Gets the real-time message.
getThread() - Method in class rocks.xmpp.core.stanza.model.Message
Gets the thread.
getThread() - Method in class rocks.xmpp.extensions.muc.conference.model.DirectInvitation
Gets the thread of the one-to-one chat, which is continued (optional).
getThread() - Method in class rocks.xmpp.extensions.muc.InvitationEvent
Gets the thread of the continued one-to-one chat session (if any).
getThread() - Method in class rocks.xmpp.extensions.muc.model.user.Invite
Gets the thread of the previous one-to-one chat session.
getThread() - Method in class rocks.xmpp.im.chat.ChatSession
Gets the thread id which is used for this chat session.
getThreadFactory(String) - Method in class rocks.xmpp.core.session.XmppSessionConfiguration
Gets the thread factory for the session.
getThrowable() - Method in class rocks.xmpp.core.session.SessionStatusEvent
Gets the throwable if the session abnormally disconnected or null.
getThumbnail() - Method in class rocks.xmpp.extensions.jingle.apps.filetransfer.model.JingleFileTransfer.File
Gets the optional thumbnail.
getTime() - 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).
getTimestamp() - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
Gets the UTC timestamp specifying the moment when the reading was taken.
getTimeStamp() - Method in class rocks.xmpp.extensions.delay.model.DelayedDelivery
Gets the time when the XML stanza was originally sent.
getTimeZone() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
Gets the time zone.
getTimeZoneOffset() - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
Gets the time zone offset from UTC for the current location.
GettingAHaircut() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.GettingAHaircut
 
GettingAHaircut(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.GettingAHaircut
 
getTitle() - Method in class rocks.xmpp.extensions.data.model.DataForm
Gets the title of the form.
getTitle() - Method in class rocks.xmpp.extensions.tune.model.Tune
Gets the title of the song or piece.
getTitle() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
Gets the job title, functional position or function of the object the vCard represents.
getTo() - Method in interface rocks.xmpp.core.session.model.SessionOpen
Gets the 'to' attribute.
getTo() - Method in class rocks.xmpp.core.stanza.model.Stanza
Gets the stanza's 'to' attribute, i.e. the recipient.
getTo() - Method in class rocks.xmpp.core.stream.model.StreamHeader
Gets the 'to' attribute.
getTo() - Method in class rocks.xmpp.extensions.amp.model.AdvancedMessageProcessing
The 'to' attribute specifies the original (intended) recipient of the containing <message/> stanza.
getTo() - Method in class rocks.xmpp.extensions.dialback.model.Dialback
 
getTo() - Method in class rocks.xmpp.extensions.httpbind.model.Body
 
getTo() - Method in class rocks.xmpp.extensions.muc.model.user.Decline
Gets the inviter, who sent the invitation.
getTo() - Method in class rocks.xmpp.extensions.muc.model.user.Invite
Gets the invitee.
getTo() - Method in class rocks.xmpp.extensions.seclabel.model.catalog.Catalog
Gets the 'to' attribute.
getTrack() - Method in class rocks.xmpp.extensions.tune.model.Tune
Gets a unique identifier for the tune; e.g., the track number within a collection or the specific URI for the object (e.g., a stream or audio file).
getTranslatedText() - Method in class rocks.xmpp.extensions.langtrans.model.LanguageTranslation.Translation
Gets the translated text.
getTranslations() - Method in class rocks.xmpp.extensions.langtrans.model.LanguageTranslation
Gets the translations.
getTransmissionInterval() - Method in class rocks.xmpp.extensions.rtt.OutboundRealTimeMessage
Gets the transmission interval of real-time text.
getTransportMethod() - Method in class rocks.xmpp.extensions.jingle.model.Jingle.Content
Gets the transport method.
getTrustedEntities() - Method in class rocks.xmpp.extensions.rosterx.ContactExchangeManager
Gets a unmodifiable collection of trusted entities for which roster item exchange suggestions are approved automatically (no listeners will be called).
getType() - Method in class rocks.xmpp.core.session.ConnectionEvent
Gets the event type.
getType() - Method in class rocks.xmpp.core.stanza.model.IQ
Gets the type.
getType() - Method in class rocks.xmpp.core.stanza.model.Message
Gets the message type.
getType() - Method in class rocks.xmpp.core.stanza.model.Presence
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.address.model.Address
Gets the address type.
getType() - Method in class rocks.xmpp.extensions.avatar.model.metadata.AvatarMetadata.Info
Gets the IANA-registered content type of the image data.
getType() - Method in class rocks.xmpp.extensions.bob.model.Data
The value of the 'type' attribute MUST match the syntax specified in RFC 2045.
getType() - Method in class rocks.xmpp.extensions.commands.model.Command.Note
Gets the note type.
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
The type of the body.
getType() - Method in class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp.Bandwidth
Gets the type.
getType() - Method in class rocks.xmpp.extensions.jingle.model.Jingle.Reason
Gets the type.
getType() - Method in class rocks.xmpp.extensions.jingle.transports.iceudp.model.Candidate
 
getType() - Method in class rocks.xmpp.extensions.jingle.transports.s5b.model.S5bTransportMethod.Candidate
Gets the transport type.
getType() - Method in class rocks.xmpp.extensions.muc.OccupantEvent
Gets the type of this event.
getType() - Method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
Gets the type.
getType() - Method in class rocks.xmpp.extensions.pubsub.PubSubNode
Gets the type of this node.
getType() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Image
Gets the mime type of the photo, e.g. image/png.
getType() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Key
Gets the type.
getUid() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
Gets the UID, to specify a value that represents a globally unique identifier corresponding to the individual or resource associated with the vCard.
getUnacknowledgedStanzas() - Method in class rocks.xmpp.core.session.XmppSession
 
getUnaffiliatedContacts() - Method in class rocks.xmpp.im.roster.RosterManager
Gets the contacts, which are not affiliated to any group.
getUnblockedContacts() - Method in class rocks.xmpp.extensions.blocking.BlockingEvent
Gets the (newly) unblocked contacts, which were pushed by the server.
getUpdatedContacts() - Method in class rocks.xmpp.im.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.address.model.Address
Gets the URI.
getUri() - Method in class rocks.xmpp.extensions.data.mediaelement.model.Media.Location
Gets the URI.
getUri() - Method in class rocks.xmpp.extensions.geoloc.model.GeoLocation
Gets a URI or URL pointing to information about the location.
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.
getUri() - Method in class rocks.xmpp.extensions.jingle.thumbs.model.Thumbnail
A URI where the thumbnail data can be accessed (typically by using a URI scheme of 'cid:', 'https:', or 'http:').
getUri() - Method in class rocks.xmpp.extensions.oob.model.iq.OobIQ
Gets the URI.
getUri() - Method in class rocks.xmpp.extensions.oob.model.x.OobX
Gets the URI.
getUri() - Method in class rocks.xmpp.extensions.reach.model.Address
Gets the alternate communications method for reaching the user.
getUri() - Method in class rocks.xmpp.extensions.tune.model.Tune
Gets a URI or URL pointing to information about the song, collection, or artist.
getUri() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Image
Gets the URI to an external photo.
getUri() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Sound
Gets the URI to an external binary digital audio pronunciation.
getUri() - Method in class rocks.xmpp.websocket.model.Close
The "see-other-uri" attribute.
getUrl() - Method in class rocks.xmpp.extensions.avatar.model.metadata.AvatarMetadata.Info
Gets the http: or https: URL at which the image data file is hosted; this attribute MUST NOT be included unless the image data file can be retrieved via HTTP.
getUrl() - Method in class rocks.xmpp.extensions.bookmarks.model.WebPageBookmark
Gets the URL of the web page.
getUrl() - Method in class rocks.xmpp.extensions.httpauth.model.ConfirmationRequest
Gets the URL to confirm.
getUrl() - Method in class rocks.xmpp.extensions.register.model.Registration
Gets the URL to a web page.
getUrl() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard
Gets an URL associated with the object that the vCard refers to.
getUserFragment() - Method in class rocks.xmpp.extensions.jingle.transports.iceudp.model.IceUdpTransportMethod
 
getUsername() - Method in class rocks.xmpp.extensions.register.model.Registration
Gets the username.
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.amp.model.Rule
The 'value' attribute defines how the condition is matched.
getValue() - Method in class rocks.xmpp.extensions.commands.model.Command.Note
Gets the note value.
getValue() - Method in class rocks.xmpp.extensions.component.accept.model.Handshake
Gets the value of the handshake element.
getValue() - Method in class rocks.xmpp.extensions.data.model.DataForm.Field
Gets the value of the field.
getValue() - Method in class rocks.xmpp.extensions.data.model.DataForm.Option
Gets the value of the option.
getValue() - Method in class rocks.xmpp.extensions.jingle.apps.rtp.model.Rtp.PayloadType.Parameter
Gets the parameter value.
getValue() - Method in class rocks.xmpp.extensions.json.model.Json
Gets the JSON value.
getValue() - Method in class rocks.xmpp.extensions.mood.model.Mood
Gets the mood value.
getValue() - Method in class rocks.xmpp.extensions.nick.model.Nickname
Gets the nick name.
getValue() - Method in class rocks.xmpp.extensions.privacy.model.PrivacyRule
Gets the value.
getValue() - Method in class rocks.xmpp.extensions.privatedata.rosternotes.model.Annotation.Note
Gets the value of the note.
getValue() - Method in class rocks.xmpp.extensions.reach.model.Address.Description
Gets the description.
getValue() - Method in class rocks.xmpp.extensions.seclabel.model.ess.EssSecurityLabel
The BER/DER encoding of an ASN.1 ESSSecurityLabel type as defined in RFC 2634.
getValue() - Method in class rocks.xmpp.extensions.seclabel.model.SecurityLabel.DisplayMarking
Gets the display string.
getValue() - Method in class rocks.xmpp.extensions.shim.model.Header
Gets the value of the header.
getValue() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Image
Gets the photo as byte array.
getValue() - Method in class rocks.xmpp.extensions.vcard.temp.model.VCard.Sound
Gets the binary digital audio pronunciation.
getValueAsBoolean() - Method in class rocks.xmpp.extensions.data.model.DataForm.Field
Gets the value as boolean.
getValueAsInstant() - 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.model.DataForm.Field
Deprecated, for removal: This API element is subject to removal in a future version.
getVCard() - Method in class rocks.xmpp.extensions.vcard.temp.VCardManager
Gets the vCard of the current user.
getVCard(Jid) - Method in class rocks.xmpp.extensions.vcard.temp.VCardManager
Gets the vCard of another user.
getVerificationString() - Method in class rocks.xmpp.extensions.caps.model.EntityCapabilities1
Gets the verification string that is used to verify the identity and supported features of the entity.
getVersion() - Method in interface rocks.xmpp.core.session.model.SessionOpen
Gets the XMPP version.
getVersion() - Method in class rocks.xmpp.core.stream.model.StreamHeader
Gets the 'version' attribute.
getVersion() - Method in class rocks.xmpp.extensions.httpbind.model.Body
Gets the XMPP version.
getVersion() - Method in class rocks.xmpp.extensions.version.model.SoftwareVersion
getVersion() - Method in class rocks.xmpp.im.roster.model.Roster
Gets the roster version.
getVoiceList() - Method in class rocks.xmpp.extensions.muc.ChatRoom
Gets the voice list.
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
This attribute specifies the longest time (in seconds) that the connection manager is allowed to wait before responding to any request during the session.
getWebPage() - Method in class rocks.xmpp.extensions.muc.model.RoomRegistration
Gets an URL to a web page.
getWebPageBookmarks() - Method in class rocks.xmpp.extensions.bookmarks.BookmarkManager
Gets a sorted collection of web page bookmarks.
getWebRegistrationUri() - Method in class rocks.xmpp.extensions.register.model.Registration
Gets the web registration URI, if any.
getWeight() - Method in class rocks.xmpp.dns.SrvRecord
Gets the weight of this target host.
getWidth() - Method in class rocks.xmpp.extensions.avatar.model.metadata.AvatarMetadata.Info
Gets the width of the image in pixels.
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.
getWidth() - Method in class rocks.xmpp.extensions.jingle.thumbs.model.Thumbnail
The intended display width of the thumbnail image.
getWrappedObjects() - Method in class rocks.xmpp.extensions.httpbind.model.Body
Gets an unmodifiable list of wrapped objects.
getWriterInterceptors() - Method in class rocks.xmpp.core.session.XmppSession
 
getXmlInputFactory() - Method in class rocks.xmpp.core.session.XmppSessionConfiguration
Gets the XML input factory.
getXmlOutputFactory() - Method in class rocks.xmpp.core.session.XmppSessionConfiguration
Gets the XML output factory.
givenName(String) - Method in class rocks.xmpp.extensions.muc.model.RoomRegistration.Builder
The given name.
givenName(String) - Method in class rocks.xmpp.extensions.register.model.Registration.Builder
Sets the given name.
GoingOut() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.GoingOut
 
GoingOut(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.GoingOut
 
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.
Gone() - Constructor for class rocks.xmpp.extensions.jingle.model.Jingle.Reason.Gone
 
GONE - Static variable in class rocks.xmpp.extensions.chatstates.model.ChatState
User has effectively ended their participation in the chat session.
grantAdminStatus(Jid, String) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Grants admin status to a user.
grantMembership(Jid, String, String) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Grants membership to a user.
grantModeratorStatus(String, String) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Grants moderator status to a participant or visitor.
grantOwnerStatus(Jid, String) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Grants owner status to a user.
grantVoice(String, String) - Method in class rocks.xmpp.extensions.muc.ChatRoom
Grants voice to a visitor.
Grateful() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Grateful
 
Grateful(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Grateful
 
Grieving() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Grieving
 
Grieving(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Grieving
 
GROOMING - rocks.xmpp.extensions.activity.model.Category
Grooming.
GROUP - rocks.xmpp.extensions.privacy.model.PrivacyRule.Type
Allows or blocks communication based on a user's roster group name.
GROUPCHAT - rocks.xmpp.core.stanza.model.Message.Type
The message is sent in the context of a multi-user chat environment (similar to that of [IRC]).
Grumpy() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Grumpy
 
Grumpy(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Grumpy
 
Guilty() - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Guilty
 
Guilty(Object) - Constructor for class rocks.xmpp.extensions.mood.model.Mood.Guilty
 
GZIP - Static variable in interface rocks.xmpp.extensions.compress.CompressionMethod
The "gzip" compression method.

H

handle(BiFunction<? super T, Throwable, ? extends U>) - Method in class rocks.xmpp.util.concurrent.AsyncResult
 
handleAsync(BiFunction<? super T, Throwable, ? extends U>) - Method in class rocks.xmpp.util.concurrent.AsyncResult
 
handleAsync(BiFunction<? super T, Throwable, ? extends U>, Executor) - Method in class rocks.xmpp.util.concurrent.AsyncResult
 
HandledCountTooHigh(long, long) - Constructor for class rocks.xmpp.extensions.sm.model.StreamManagement.HandledCountTooHigh
 
handleElement(Object) - Method in class rocks.xmpp.core.net.AbstractConnection
 
handleElement(Object) - Method in class rocks.xmpp.core.session.XmppSession
Handles an XMPP element.
handleElement(Object) - Method in class rocks.xmpp.core.stream.client.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.
handleElement(Object) - Method in interface rocks.xmpp.core.stream.StreamHandler
Handles an inbound stream element.
handleElement(Object) - Method in class rocks.xmpp.extensions.component.accept.ExternalComponent
 
handleEntityCapabilities(EntityCapabilities, Jid) - Method in class rocks.xmpp.extensions.caps.AbstractEntityCapabilitiesProtocol
Handles entity capabilities by associating them to the entity or discovering the entity's capabilities if they are not cached.
handleInboundIQ(IQEvent) - Method in interface rocks.xmpp.core.stanza.InboundIQHandler
Handles an inbound IQ.
handleInboundIQ(IQEvent) - Method in class rocks.xmpp.extensions.ping.PingManager
 
handleInboundMessage(MessageEvent) - Method in interface rocks.xmpp.core.stanza.InboundMessageHandler
Handles an inbound message.
handleInboundMessage(MessageEvent) - Method in class rocks.xmpp.extensions.avatar.UserAvatarProtocol
 
handleInboundMessage(MessageEvent) - Method in class rocks.xmpp.extensions.bytestreams.ibb.InBandByteStreamManager
 
handleInboundMessage(MessageEvent) - Method in class rocks.xmpp.extensions.chatstates.ChatStateManager
 
handleInboundMessage(MessageEvent) - Method in class rocks.xmpp.extensions.httpauth.HttpAuthenticationManager
 
handleInboundMessage(MessageEvent) - Method in class rocks.xmpp.extensions.muc.MultiUserChatManager
 
handleInboundMessage(MessageEvent) - Method in class rocks.xmpp.extensions.ping.PingManager
 
handleInboundMessage(MessageEvent) - Method in class rocks.xmpp.extensions.reach.ReachabilityManager
 
handleInboundMessage(MessageEvent) - Method in class rocks.xmpp.extensions.receipts.MessageDeliveryReceiptsManager
 
handleInboundMessage(MessageEvent) - Method in class rocks.xmpp.extensions.rosterx.ContactExchangeManager
 
handleInboundMessage(MessageEvent) - Method in class rocks.xmpp.extensions.rtt.RealTimeTextManager
 
handleInboundPresence(PresenceEvent) - Method in interface rocks.xmpp.core.stanza.InboundPresenceHandler
Handles an inbound presence.
handleInboundPresence(PresenceEvent) - Method in class rocks.xmpp.extensions.caps.AbstractEntityCapabilitiesProtocol
 
handleInboundPresence(PresenceEvent) - Method in class rocks.xmpp.extensions.ping.PingManager
 
handleInboundPresence(PresenceEvent) - Method in class rocks.xmpp.extensions.reach.ReachabilityManager
 
handleInboundPresence(PresenceEvent) - Method in class rocks.xmpp.extensions.vcard.avatar.VCardBasedAvatarsProtocol
 
handleOutboundIQ(IQEvent) - Method in interface rocks.xmpp.core.stanza.OutboundIQHandler
Handles an outbound IQ.
handleOutboundMessage(MessageEvent) - Method in interface rocks.xmpp.core.stanza.OutboundMessageHandler
Handles an outbound message.
handleOutboundMessage(MessageEvent) - Method in class rocks.xmpp.extensions.chatstates.ChatStateManager
 
handleOutboundMessage(MessageEvent) - Method in class rocks.xmpp.extensions.receipts.MessageDeliveryReceiptsManager
 
handleOutboundPresence(PresenceEvent) - Method in interface rocks.xmpp.core.stanza.OutboundPresenceHandler
Handles an outbound presence.
handleOutboundPresence(PresenceEvent) - Method in class rocks.xmpp.extensions.caps.client.ClientEntityCapabilities1Protocol
 
handleOutboundPresence(PresenceEvent) - Method in class rocks.xmpp.extensions.caps.client.ClientEntityCapabilitiesSupport
 
handleOutboundPresence(PresenceEvent) - Method in class rocks.xmpp.extensions.caps2.client.ClientEntityCapabilities2Protocol
 
handleOutboundPresence(PresenceEvent) - Method in class rocks.xmpp.extensions.reach.ReachabilityManager
 
handleOutboundPresence(PresenceEvent) - Method in class rocks.xmpp.extensions.vcard.avatar.VCardBasedAvatarsProtocol
 
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.
handleRequest(IQ) - Method in class rocks.xmpp.extensions.bytestreams.ibb.InBandByteStreamManager
 
handleRequest(IQ) - Method in class rocks.xmpp.extensions.bytestreams.s5b.Socks5ByteStreamManager
 
handleRequest(IQ) - Method in class rocks.xmpp.extensions.disco.AbstractServiceDiscoveryManager
 
Handshake - Class in rocks.xmpp.extensions.component.accept.model
 
Handshake() - Constructor for class rocks.xmpp.extensions.component.accept.model.Handshake
 
HangingOut() - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.HangingOut
 
HangingOut(SpecificActivity) - Constructor for class rocks.xmpp.extensions.activity.model.SpecificActivity.HangingOut
 
Happy() - Constructor for class rocks.xmpp.extensions.mood.model.