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

R

randomString(int) - Static method in class org.jivesoftware.smack.util.StringUtils
Returns a random String of numbers and letters (lower and upper case) of the specified length.
read() - Method in class org.jivesoftware.smack.util.Base64.InputStream
Reads enough of the input stream to convert to/from Base64 and returns the next byte.
read(byte[], int, int) - Method in class org.jivesoftware.smack.util.Base64.InputStream
Calls Base64.InputStream.read() repeatedly until the end of stream is reached or len bytes are read.
read(char[], int, int) - Method in class org.jivesoftware.smack.util.ObservableReader
 
read() - Method in class org.jivesoftware.smack.util.ObservableReader
 
read(char[]) - Method in class org.jivesoftware.smack.util.ObservableReader
 
read(String) - Method in interface org.jivesoftware.smack.util.ReaderListener
Notification that the Reader has read a new string.
ReaderListener - Interface in org.jivesoftware.smack.util
Interface that allows for implementing classes to listen for string reading events.
ready() - Method in class org.jivesoftware.smack.util.ObservableReader
 
recieveFile() - Method in class org.jivesoftware.smackx.filetransfer.IncomingFileTransfer
Negotiates the stream method to transfer the file over and then returns the negotiated stream.
recieveFile(File) - Method in class org.jivesoftware.smackx.filetransfer.IncomingFileTransfer
This method negotitates the stream and then transfer's the file over the negotiated stream.
recipient_unavailable - Static variable in class org.jivesoftware.smack.packet.XMPPError.Condition
 
reconnectingIn(int) - Method in class org.jivesoftware.smack.AbstractConnectionListener
 
reconnectingIn(int) - Method in interface org.jivesoftware.smack.ConnectionListener
The connection will retry to reconnect in the specified number of seconds.
reconnectingIn(int) - Method in class org.jivesoftware.smack.ReconnectionManager
 
reconnectionFailed(Exception) - Method in class org.jivesoftware.smack.AbstractConnectionListener
 
reconnectionFailed(Exception) - Method in interface org.jivesoftware.smack.ConnectionListener
An attempt to connect to the server has failed.
reconnectionFailed(Exception) - Method in class org.jivesoftware.smack.ReconnectionManager
 
ReconnectionManager - Class in org.jivesoftware.smack
Handles the automatic reconnection process.
reconnectionSuccessful() - Method in class org.jivesoftware.smack.AbstractConnectionListener
 
reconnectionSuccessful() - Method in interface org.jivesoftware.smack.ConnectionListener
The connection has reconnected successfully to the server.
reconnectionSuccessful() - Method in class org.jivesoftware.smack.ReconnectionManager
The connection has successfull gotten connected.
ReconnectionTest - Class in org.jivesoftware.smack
Tests the connection and reconnection mechanism
ReconnectionTest(String) - Constructor for class org.jivesoftware.smack.ReconnectionTest
 
redirect - Static variable in class org.jivesoftware.smack.packet.XMPPError.Condition
 
redirects() - Method in class org.jivesoftware.smackx.workgroup.settings.OfflineSettings
 
ReferenceMap<K,V> - Class in org.jivesoftware.smack.util.collections
A Map implementation that allows mappings to be removed by the garbage collector.
ReferenceMap() - Constructor for class org.jivesoftware.smack.util.collections.ReferenceMap
Constructs a new ReferenceMap that will use hard references to keys and soft references to values.
ReferenceMap(int, int) - Constructor for class org.jivesoftware.smack.util.collections.ReferenceMap
Constructs a new ReferenceMap that will use the specified types of references.
ReferenceMap(int, int, boolean) - Constructor for class org.jivesoftware.smack.util.collections.ReferenceMap
Constructs a new ReferenceMap that will use the specified types of references.
ReferenceMap(int, int, int, float) - Constructor for class org.jivesoftware.smack.util.collections.ReferenceMap
Constructs a new ReferenceMap with the specified reference types, load factor and initial capacity.
ReferenceMap(int, int, int, float, boolean) - Constructor for class org.jivesoftware.smack.util.collections.ReferenceMap
Constructs a new ReferenceMap with the specified reference types, load factor and initial capacity.
registerCommand(String, String, Class) - Method in class org.jivesoftware.smackx.commands.AdHocCommandManager
Registers a new command with this command manager, which is related to a connection.
registerCommand(String, String, LocalCommandFactory) - Method in class org.jivesoftware.smackx.commands.AdHocCommandManager
Registers a new command with this command manager, which is related to a connection.
registerPEPParserExtension(String, PacketExtensionProvider) - Method in class org.jivesoftware.smackx.provider.PEPProvider
 
registerSASLMechanism(String, Class) - Static method in class org.jivesoftware.smack.SASLAuthentication
Registers a new SASL mechanism
Registration - Class in org.jivesoftware.smack.packet
Represents registration packets.
Registration() - Constructor for class org.jivesoftware.smack.packet.Registration
 
registration_required - Static variable in class org.jivesoftware.smack.packet.XMPPError.Condition
 
reject() - Method in interface org.jivesoftware.smackx.bytestreams.BytestreamRequest
Rejects the bytestream request by sending a reject error to the initiator.
reject() - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamRequest
Rejects the In-Band Bytestream request by sending a reject error to the initiator.
reject() - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamRequest
Rejects the SOCKS5 Bytestream request by sending a reject error to the initiator.
reject() - Method in class org.jivesoftware.smackx.filetransfer.FileTransferRequest
Rejects the file transfer request.
reject() - Method in class org.jivesoftware.smackx.workgroup.agent.Offer
Rejects the offer.
rejectStream(StreamInitiation) - Method in class org.jivesoftware.smackx.filetransfer.FileTransferNegotiator
Reject a stream initiation request from a remote user.
reload() - Method in class org.jivesoftware.smack.Roster
Reloads the entire roster from the server.
reload() - Method in class org.jivesoftware.smackx.workgroup.agent.AgentRoster
Reloads the entire roster from the server.
remote_server_error - Static variable in class org.jivesoftware.smack.packet.XMPPError.Condition
 
remote_server_not_found - Static variable in class org.jivesoftware.smack.packet.XMPPError.Condition
 
remote_server_timeout - Static variable in class org.jivesoftware.smack.packet.XMPPError.Condition
 
RemoteCommand - Class in org.jivesoftware.smackx.commands
Represents a command that is in a remote location.
RemoteRosterEntry - Class in org.jivesoftware.smackx
Represents a roster item, which consists of a JID and , their name and the groups the roster item belongs to.
RemoteRosterEntry(String, String, String[]) - Constructor for class org.jivesoftware.smackx.RemoteRosterEntry
Creates a new remote roster entry.
remove(Object) - Method in class org.jivesoftware.smack.util.Cache
 
remove(Object, boolean) - Method in class org.jivesoftware.smack.util.Cache
 
remove(Object) - Method in class org.jivesoftware.smack.util.collections.AbstractHashedMap
Removes the specified mapping from this map.
remove(Object) - Method in class org.jivesoftware.smack.util.collections.AbstractReferenceMap
Removes the specified mapping from this map.
remove() - Method in interface org.jivesoftware.smack.util.collections.MapIterator
Removes the last returned key from the underlying Map (optional operation).
REMOVE_ACTION - Static variable in class org.jivesoftware.smackx.packet.DiscoverItems.Item
Request to remove the item.
removeAllRosterEntries(DummyConnection, Roster) - Static method in class org.jivesoftware.smack.RosterTest
Remove all roster entries by iterating trough Roster.getEntries() and simulating receiving roster pushes from the server.
removeBody(String) - Method in class org.jivesoftware.smack.packet.Message
Removes the body with the given language from the message.
removeBody(Message.Body) - Method in class org.jivesoftware.smack.packet.Message
Removes the body from the message and returns true if the body was removed.
removeBookmarkedConference(String) - Method in class org.jivesoftware.smackx.bookmark.BookmarkManager
Removes a conference from the bookmarks.
removeBookmarkedConference(BookmarkedConference) - Method in class org.jivesoftware.smackx.bookmark.Bookmarks
Removes a BookmarkedConference.
removeBookmarkedURL(String) - Method in class org.jivesoftware.smackx.bookmark.BookmarkManager
Removes a url from the bookmarks.
removeBookmarkedURL(BookmarkedURL) - Method in class org.jivesoftware.smackx.bookmark.Bookmarks
Removes a bookmarked bookmarkedURL.
removeChatListener(ChatManagerListener) - Method in class org.jivesoftware.smack.ChatManager
Removes a listener, it will no longer be notified of new events related to chats.
removeConfigurationListener(NodeConfigListener) - Method in class org.jivesoftware.smackx.pubsub.Node
Unregister a listener for configuration events.
removeConnectionCreationListener(ConnectionCreationListener) - Static method in class org.jivesoftware.smack.Connection
Removes a listener that was interested in connection creation events.
removeConnectionListener(ConnectionListener) - Method in class org.jivesoftware.smack.Connection
Removes a connection listener from this connection.
removeEntry(RosterEntry) - Method in class org.jivesoftware.smack.Roster
Removes a roster entry from the roster.
removeEntry(RosterEntry) - Method in class org.jivesoftware.smack.RosterGroup
Removes a roster entry from this group.
removeExtendedInfo() - Method in class org.jivesoftware.smackx.ServiceDiscoveryManager
Removes the dataform containing extended service discovery information from the information returned by this XMPP entity.
removeExtension(PacketExtension) - Method in class org.jivesoftware.smack.packet.Packet
Removes a packet extension from the packet.
removeExtensionProvider(String, String) - Method in class org.jivesoftware.smack.provider.ProviderManager
Removes an extension provider with the specified element name and namespace.
removeFeature(String) - Method in class org.jivesoftware.smackx.ServiceDiscoveryManager
Removes the specified feature from the supported features by this XMPP entity.
removeFileTransferListener(FileTransferListener) - Method in class org.jivesoftware.smackx.filetransfer.FileTransferManager
Removes a file transfer listener.
removeGroupName(String) - Method in class org.jivesoftware.smack.packet.RosterPacket.Item
Removes a group name.
removeIncomingBytestreamListener(BytestreamListener) - Method in interface org.jivesoftware.smackx.bytestreams.BytestreamManager
Removes the given listener from the list of listeners for all incoming bytestream requests.
removeIncomingBytestreamListener(String) - Method in interface org.jivesoftware.smackx.bytestreams.BytestreamManager
Removes the listener for the given user.
removeIncomingBytestreamListener(BytestreamListener) - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
Removes the given listener from the list of listeners for all incoming In-Band Bytestream requests.
removeIncomingBytestreamListener(String) - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
Removes the listener for the given user.
removeIncomingBytestreamListener(BytestreamListener) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager
Removes the given listener from the list of listeners for all incoming SOCKS5 Bytestream requests.
removeIncomingBytestreamListener(String) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager
Removes the listener for the given user.
removeInvitationListener(Connection, InvitationListener) - Static method in class org.jivesoftware.smackx.muc.MultiUserChat
Removes a listener to invitation notifications.
removeInvitationListener(WorkgroupInvitationListener) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
Removes an invitation listener.
removeInvitationRejectionListener(InvitationRejectionListener) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Removes a listener from invitation rejections notifications.
removeIQProvider(String, String) - Method in class org.jivesoftware.smack.provider.ProviderManager
Removes an IQ provider with the specified element name and namespace.
removeItemDeleteListener(ItemDeleteListener) - Method in class org.jivesoftware.smackx.pubsub.Node
Unregister a listener for item delete events.
removeItemEventListener(ItemEventListener) - Method in class org.jivesoftware.smackx.pubsub.Node
Unregister a listener for publication events.
removeListener(AgentRosterListener) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentRoster
Removes a listener from this roster.
removeLocalAddress(String) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5Proxy
Removes the given address from the list of local network addresses.
removeMacro(Macro) - Method in class org.jivesoftware.smackx.workgroup.ext.macros.MacroGroup
 
removeMacroGroup(MacroGroup) - Method in class org.jivesoftware.smackx.workgroup.ext.macros.MacroGroup
 
removeMessageBodyTest() - Method in class org.jivesoftware.smack.packet.MessageTest
 
removeMessageEventNotificationListener(MessageEventNotificationListener) - Method in class org.jivesoftware.smackx.MessageEventManager
Removes a message event notification listener.
removeMessageEventRequestListener(MessageEventRequestListener) - Method in class org.jivesoftware.smackx.MessageEventManager
Removes a message event request listener.
removeMessageListener(MessageListener) - Method in class org.jivesoftware.smack.Chat
 
removeMessageListener(PacketListener) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Removes a packet listener that was being notified of any new messages in the multi user chat.
removeMetaData(String) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
Allows the removal of data from the agent's meta data, if the key represents existing data, the revised meta data will be rebroadcast in an agent's presence broadcast.
removeNodeInformationProvider(String) - Method in class org.jivesoftware.smackx.ServiceDiscoveryManager
Removes the NodeInformationProvider responsible for providing information (ie items) related to a given node.
removeOfferListener(OfferListener) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
Removes an offer listener.
removePacketInterceptor(PacketInterceptor) - Method in class org.jivesoftware.smack.Connection
Removes a packet interceptor.
removePacketListener(PacketListener) - Method in class org.jivesoftware.smack.Connection
Removes a packet listener for received packets from this connection.
removePacketSendingListener(PacketListener) - Method in class org.jivesoftware.smack.Connection
Removes a packet listener for sending packets from this connection.
removePacketWriterInterceptor(PacketInterceptor) - Method in class org.jivesoftware.smack.XMPPConnection
Deprecated. replaced by Connection.removePacketInterceptor(PacketInterceptor).
removePacketWriterListener(PacketListener) - Method in class org.jivesoftware.smack.XMPPConnection
Deprecated. replaced by Connection.removePacketSendingListener(PacketListener).
removeParticipantListener(PacketListener) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Remoces a packet listener that was being notified of any new Presence packets sent to the group chat.
removeParticipantStatusListener(ParticipantStatusListener) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Removes a listener that was being notified of changes in occupants status in the room such as the user being kicked, banned, or granted admin permissions.
removePEPListener(PEPListener) - Method in class org.jivesoftware.smackx.PEPManager
Removes a listener from PEP events.
removePresenceInterceptor(PacketInterceptor) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Removes a PacketInterceptor that was being invoked every time a new presence was being sent by this MultiUserChat to the server.
removePrivateDataProvider(String, String) - Static method in class org.jivesoftware.smackx.PrivateDataManager
Removes a private data provider with the specified element name and namespace.
removeQueueListener(QueueListener) - Method in class org.jivesoftware.smackx.workgroup.user.Workgroup
Removes a queue listener.
removeQueueListener(WorkgroupInvitationListener) - Method in class org.jivesoftware.smackx.workgroup.user.Workgroup
Removes an invitation listener.
removeQueueUsersListener(QueueUsersListener) - Method in class org.jivesoftware.smackx.workgroup.agent.AgentSession
 
removeReaderListener(ReaderListener) - Method in class org.jivesoftware.smack.util.ObservableReader
Removes a reader listener from this reader.
removeRosterListener(RosterListener) - Method in class org.jivesoftware.smack.Roster
Removes a listener from this roster.
removeRosterListener(RosterExchangeListener) - Method in class org.jivesoftware.smackx.RosterExchangeManager
Removes a listener from roster exchanges.
removeSaslMech(String) - Static method in class org.jivesoftware.smack.SmackConfiguration
Remove a SASL mechanism from the list to be used.
removeSaslMechs(Collection<String>) - Static method in class org.jivesoftware.smack.SmackConfiguration
Remove a Collection of SASL mechanisms to the list to be used.
removeSubject(String) - Method in class org.jivesoftware.smack.packet.Message
Removes the subject with the given language from the message.
removeSubject(Message.Subject) - Method in class org.jivesoftware.smack.packet.Message
Removes the subject from the message and returns true if the subject was removed.
removeSubjectUpdatedListener(SubjectUpdatedListener) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Removes a listener from subject change notifications.
removeUserStatusListener(UserStatusListener) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Removes a listener that was being notified of changes in your status in the room such as the user being kicked, banned, or granted admin permissions.
removeWriterListener(WriterListener) - Method in class org.jivesoftware.smack.util.ObservableWriter
Removes a writer listener from this writer.
remveNote(AdHocCommandNote) - Method in class org.jivesoftware.smackx.packet.AdHocCommandData
 
replace(String, String, String) - Static method in class org.jivesoftware.smackx.workgroup.ext.notes.ChatNotes
Replaces all instances of oldString with newString in string.
replaceLocalAddresses(List<String>) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5Proxy
Replaces the list of local network addresses.
reply(Connection, Message, Message) - Static method in class org.jivesoftware.smackx.MultipleRecipientManager
Sends a reply to a previously received packet that was sent to multiple recipients.
REPLY_ROOM - Static variable in class org.jivesoftware.smackx.packet.MultipleAddresses
 
REPLY_TO - Static variable in class org.jivesoftware.smackx.packet.MultipleAddresses
 
ReportedData - Class in org.jivesoftware.smackx
Represents a set of data results returned as part of a search.
ReportedData() - Constructor for class org.jivesoftware.smackx.ReportedData
 
ReportedData.Column - Class in org.jivesoftware.smackx
Represents the columns definition of the reported data.
ReportedData.Column(String, String, String) - Constructor for class org.jivesoftware.smackx.ReportedData.Column
Creates a new column with the specified definition.
ReportedData.Field - Class in org.jivesoftware.smackx
 
ReportedData.Field(String, List<String>) - Constructor for class org.jivesoftware.smackx.ReportedData.Field
 
ReportedData.Row - Class in org.jivesoftware.smackx
 
ReportedData.Row(List<ReportedData.Field>) - Constructor for class org.jivesoftware.smackx.ReportedData.Row
 
request_timeout - Static variable in class org.jivesoftware.smack.packet.XMPPError.Condition
 
requestTypeERROR - Static variable in interface org.jivesoftware.util.Verification
Verifies that the type of the request is an ERROR.
requestTypeGET - Static variable in interface org.jivesoftware.util.Verification
Verifies that the type of the request is a GET.
requestTypeRESULT - Static variable in interface org.jivesoftware.util.Verification
Verifies that the type of the request is a RESULT.
requestTypeSET - Static variable in interface org.jivesoftware.util.Verification
Verifies that the type of the request is a SET.
reset() - Method in class org.jivesoftware.smack.RosterTest.TestRosterListener
Reset the lists of added, deleted or updated items.
reset() - Method in interface org.jivesoftware.smack.util.collections.ResettableIterator
Resets the iterator back to the position at which the iterator was created.
reset() - Method in class org.jivesoftware.smack.util.ObservableReader
 
RESETTABLE_INSTANCE - Static variable in class org.jivesoftware.smack.util.collections.EmptyIterator
Singleton instance of the iterator.
ResettableIterator<E> - Interface in org.jivesoftware.smack.util.collections
Defines an iterator that can be reset back to an initial state.
resolveXMPPDomain(String) - Static method in class org.jivesoftware.smack.util.DNSUtil
Returns the host name and port that the specified XMPP server can be reached at for client-to-server communication.
resolveXMPPServerDomain(String) - Static method in class org.jivesoftware.smack.util.DNSUtil
Returns the host name and port that the specified XMPP server can be reached at for server-to-server communication.
resource_constraint - Static variable in class org.jivesoftware.smack.packet.XMPPError.Condition
 
RESULT - Static variable in class org.jivesoftware.smack.packet.IQ.Type
 
resumeEncoding() - Method in class org.jivesoftware.smack.util.Base64.OutputStream
Resumes encoding of the stream.
RetractEventProvider - Class in org.jivesoftware.smackx.pubsub.provider
Parses the retract element out of the message event stanza from the server as specified in the retract schema.
RetractEventProvider() - Constructor for class org.jivesoftware.smackx.pubsub.provider.RetractEventProvider
 
RetractItem - Class in org.jivesoftware.smackx.pubsub
Represents and item that has been deleted from a node.
RetractItem(String) - Constructor for class org.jivesoftware.smackx.pubsub.RetractItem
Construct a RetractItem with the specified id.
reverseListIterator(ListIterator) - Static method in class org.jivesoftware.smackx.workgroup.util.ModelUtil
Creates an Iterator that is the reverse of a ListIterator.
revokeAdmin(Collection<String>) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Revokes administrator privileges from users.
revokeAdmin(String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Revokes administrator privileges from a user.
RevokedOffer - Class in org.jivesoftware.smackx.workgroup.agent
An immutable simple class to embody the information concerning a revoked offer, this is namely the reason, the workgroup, the userJID, and the timestamp which the message was received.
revokeMembership(Collection<String>) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Revokes users' membership.
revokeMembership(String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Revokes a user's membership.
revokeModerator(Collection<String>) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Revokes moderator privileges from other users.
revokeModerator(String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Revokes moderator privileges from another user.
revokeOwnership(Collection<String>) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Revokes ownership privileges from other users.
revokeOwnership(String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Revokes ownership privileges from another user.
revokeVoice(Collection<String>) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Revokes voice from participants in the room.
revokeVoice(String) - Method in class org.jivesoftware.smackx.muc.MultiUserChat
Revokes voice from a participant in the room.
RoomInfo - Class in org.jivesoftware.smackx.muc
Represents the room information that was discovered using Service Discovery.
RoomInfoTest - Class in org.jivesoftware.smackx.muc
 
RoomInfoTest() - Constructor for class org.jivesoftware.smackx.muc.RoomInfoTest
 
RoomInvitation - Class in org.jivesoftware.smackx.workgroup.packet
Packet extension for InvitationRequest.
RoomInvitation(RoomInvitation.Type, String, String, String) - Constructor for class org.jivesoftware.smackx.workgroup.packet.RoomInvitation
 
RoomInvitation.Provider - Class in org.jivesoftware.smackx.workgroup.packet
 
RoomInvitation.Provider() - Constructor for class org.jivesoftware.smackx.workgroup.packet.RoomInvitation.Provider
 
RoomInvitation.Type - Enum in org.jivesoftware.smackx.workgroup.packet
Type of entity being invited to a groupchat support session.
RoomTransfer - Class in org.jivesoftware.smackx.workgroup.packet
Packet extension for TransferRequest.
RoomTransfer(RoomTransfer.Type, String, String, String) - Constructor for class org.jivesoftware.smackx.workgroup.packet.RoomTransfer
 
RoomTransfer.Provider - Class in org.jivesoftware.smackx.workgroup.packet
 
RoomTransfer.Provider() - Constructor for class org.jivesoftware.smackx.workgroup.packet.RoomTransfer.Provider
 
RoomTransfer.Type - Enum in org.jivesoftware.smackx.workgroup.packet
Type of entity being invited to a groupchat support session.
rootWindowClosing(WindowEvent) - Method in class org.jivesoftware.smack.debugger.LiteDebugger
Notification that the root window is closing.
rootWindowClosing(WindowEvent) - Method in class org.jivesoftware.smackx.debugger.EnhancedDebuggerWindow
Notification that the root window is closing.
Roster - Class in org.jivesoftware.smack
Represents a user's roster, which is the collection of users a person receives presence updates for.
Roster.SubscriptionMode - Enum in org.jivesoftware.smack
An enumeration for the subscription mode options.
RosterEntry - Class in org.jivesoftware.smack
Each user in your roster is represented by a roster entry, which contains the user's JID and a name or nickname you assign.
RosterExchange - Class in org.jivesoftware.smackx.packet
Represents XMPP Roster Item Exchange packets.
RosterExchange() - Constructor for class org.jivesoftware.smackx.packet.RosterExchange
Creates a new empty roster exchange package.
RosterExchange(Roster) - Constructor for class org.jivesoftware.smackx.packet.RosterExchange
Creates a new roster exchange package with the entries specified in roster.
RosterExchangeListener - Interface in org.jivesoftware.smackx
A listener that is fired anytime a roster exchange is received.
RosterExchangeManager - Class in org.jivesoftware.smackx
Manages Roster exchanges.
RosterExchangeManager(Connection) - Constructor for class org.jivesoftware.smackx.RosterExchangeManager
Creates a new roster exchange manager.
RosterExchangeManagerTest - Class in org.jivesoftware.smackx
Test the Roster Exchange extension using the high level API
RosterExchangeManagerTest(String) - Constructor for class org.jivesoftware.smackx.RosterExchangeManagerTest
Constructor for RosterExchangeManagerTest.
RosterExchangeProvider - Class in org.jivesoftware.smackx.provider
The RosterExchangeProvider parses RosterExchange packets.
RosterExchangeProvider() - Constructor for class org.jivesoftware.smackx.provider.RosterExchangeProvider
Creates a new RosterExchangeProvider.
RosterExchangeTest - Class in org.jivesoftware.smackx.packet
Test the Roster Exchange extension using the low level API
RosterExchangeTest(String) - Constructor for class org.jivesoftware.smackx.packet.RosterExchangeTest
 
RosterExchangeTests - Class in org.jivesoftware.smackx
Test suite that runs all the Roster Exchange extension tests
RosterExchangeTests() - Constructor for class org.jivesoftware.smackx.RosterExchangeTests
 
RosterGroup - Class in org.jivesoftware.smack
A group of roster entries.
RosterInitializedBeforeConnectTest - Class in org.jivesoftware.smack
Run all tests defined in RosterTest but initialize the roster before connection is logged in and authenticated.
RosterInitializedBeforeConnectTest(String) - Constructor for class org.jivesoftware.smack.RosterInitializedBeforeConnectTest
 
RosterListener - Interface in org.jivesoftware.smack
A listener that is fired any time a roster is changed or the presence of a user in the roster is changed.
RosterListenerTest - Class in org.jivesoftware.smack
Test cases for adding the RosterListener in different connection states.
RosterListenerTest(String) - Constructor for class org.jivesoftware.smack.RosterListenerTest
 
RosterOfflineTest - Class in org.jivesoftware.smack
Tests the behavior of the roster if the connection is not authenticated yet.
RosterOfflineTest() - Constructor for class org.jivesoftware.smack.RosterOfflineTest
 
RosterPacket - Class in org.jivesoftware.smack.packet
Represents XMPP roster packets.
RosterPacket() - Constructor for class org.jivesoftware.smack.packet.RosterPacket
 
RosterPacket.Item - Class in org.jivesoftware.smack.packet
A roster item, which consists of a JID, their name, the type of subscription, and the groups the roster item belongs to.
RosterPacket.Item(String, String) - Constructor for class org.jivesoftware.smack.packet.RosterPacket.Item
Creates a new roster item.
RosterPacket.ItemStatus - Class in org.jivesoftware.smack.packet
The subscription status of a roster item.
RosterPacket.ItemType - Enum in org.jivesoftware.smack.packet
 
RosterSmackTest - Class in org.jivesoftware.smack
Tests the Roster functionality by creating and removing roster entries.
RosterSmackTest(String) - Constructor for class org.jivesoftware.smack.RosterSmackTest
Constructor for RosterSmackTest.
RosterTest - Class in org.jivesoftware.smack
Tests that verifies the correct behavior of the Roster implementation.
RosterTest() - Constructor for class org.jivesoftware.smack.RosterTest
 
RosterTest.TestRosterListener - Class in org.jivesoftware.smack
This class can be used to check if the RosterListener was invoked.
RosterTest.TestRosterListener() - Constructor for class org.jivesoftware.smack.RosterTest.TestRosterListener
 
run() - Method in class org.jivesoftware.smackx.workgroup.util.ListenerEventDispatcher
 

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