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

E

ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.bytestreams.ibb.packet.DataPacketExtension
The element name of the data packet extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.GroupChatInvitation
Element name of the packet extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.packet.AttentionExtension
The XML element name of an 'attention' extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.packet.Nick
 
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.ext.forms.WorkgroupForm
Element name of the packet extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.ext.history.AgentChatHistory
Element name of the packet extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.ext.history.ChatMetadata
Element name of the packet extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.ext.macros.Macros
Element name of the packet extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.ext.notes.ChatNotes
Element name of the packet extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.MetaData
Element name of the packet extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.packet.AgentInfo
Element name of the packet extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.packet.AgentStatus
Element name of the packet extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.packet.AgentStatusRequest
Element name of the packet extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.packet.MonitorPacket
Element name of the packet extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.packet.OccupantsInfo
Element name of the packet extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.packet.QueueDetails
Element name of the packet extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.packet.QueueOverview
Element name of the packet extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.packet.QueueUpdate
Element name of the packet extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.packet.RoomInvitation
Element name of the packet extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.packet.RoomTransfer
Element name of the packet extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.packet.SessionID
Element name of the packet extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.packet.TranscriptSearch
Element name of the packet extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.packet.UserID
Element name of the packet extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.packet.WorkgroupInformation
Element name of the packet extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.settings.ChatSettings
Element name of the packet extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.settings.GenericSettings
Element name of the packet extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.settings.OfflineSettings
Element name of the packet extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.settings.SearchSettings
Element name of the packet extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.settings.SoundSettings
Element name of the packet extension.
ELEMENT_NAME - Static variable in class org.jivesoftware.smackx.workgroup.settings.WorkgroupProperties
Element name of the packet extension.
ELEMENTNAME - Static variable in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.Activate
 
ELEMENTNAME - Static variable in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.StreamHost
 
ELEMENTNAME - Static variable in class org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.StreamHostUsed
 
EmbeddedExtensionProvider - Class in org.jivesoftware.smackx.provider
This class simplifies parsing of embedded elements by using the Template Method Pattern.
EmbeddedExtensionProvider() - Constructor for class org.jivesoftware.smackx.provider.EmbeddedExtensionProvider
 
EmbeddedPacketExtension - Interface in org.jivesoftware.smackx.pubsub
This interface defines PacketExtension implementations that contain other extensions.
EmptyIterator<E> - Class in org.jivesoftware.smack.util.collections
Provides an implementation of an empty iterator.
EmptyMapIterator - Class in org.jivesoftware.smack.util.collections
Provides an implementation of an empty map iterator.
ENCODE - Static variable in class org.jivesoftware.smack.util.Base64
Specify encoding.
encodeBase64(String) - Static method in class org.jivesoftware.smack.util.StringUtils
Encodes a String as a base64 String.
encodeBase64(byte[]) - Static method in class org.jivesoftware.smack.util.StringUtils
Encodes a byte array into a base64 String.
encodeBase64(byte[], boolean) - Static method in class org.jivesoftware.smack.util.StringUtils
Encodes a byte array into a bse64 String.
encodeBase64(byte[], int, int, boolean) - Static method in class org.jivesoftware.smack.util.StringUtils
Encodes a byte array into a bse64 String.
encodeBytes(byte[]) - Static method in class org.jivesoftware.smack.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int) - Static method in class org.jivesoftware.smack.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class org.jivesoftware.smack.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, int) - Static method in class org.jivesoftware.smack.util.Base64
Encodes a byte array into Base64 notation.
encodeFileToFile(String, String) - Static method in class org.jivesoftware.smack.util.Base64
Reads infile and encodes it to outfile.
encodeFromFile(String) - Static method in class org.jivesoftware.smack.util.Base64
Convenience method for reading a binary file and base64-encoding it.
encodeHex(byte[]) - Static method in class org.jivesoftware.smack.util.StringUtils
Encodes an array of bytes as String representation of hexadecimal.
encodeObject(Serializable) - Static method in class org.jivesoftware.smack.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeObject(Serializable, int) - Static method in class org.jivesoftware.smack.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeToFile(byte[], String) - Static method in class org.jivesoftware.smack.util.Base64
Convenience method for encoding data to a file.
EnhancedDebugger - Class in org.jivesoftware.smackx.debugger
The EnhancedDebugger is a debugger that allows to debug sent, received and interpreted messages but also provides the ability to send ad-hoc messages composed by the user.
EnhancedDebugger(Connection, Writer, Reader) - Constructor for class org.jivesoftware.smackx.debugger.EnhancedDebugger
 
EnhancedDebuggerWindow - Class in org.jivesoftware.smackx.debugger
The EnhancedDebuggerWindow is the main debug window that will show all the EnhancedDebuggers.
EntityUseCases - Class in org.jivesoftware.smackx.pubsub
 
EntityUseCases() - Constructor for class org.jivesoftware.smackx.pubsub.EntityUseCases
 
entriesAdded(Collection<String>) - Method in interface org.jivesoftware.smack.RosterListener
Called when roster entries are added.
entriesAdded(Collection<String>) - Method in class org.jivesoftware.smack.RosterTest.TestRosterListener
 
entriesDeleted(Collection<String>) - Method in interface org.jivesoftware.smack.RosterListener
Called when a roster entries are removed.
entriesDeleted(Collection<String>) - Method in class org.jivesoftware.smack.RosterTest.TestRosterListener
 
entriesReceived(String, Iterator) - Method in interface org.jivesoftware.smackx.RosterExchangeListener
Called when roster entries are received as part of a roster exchange.
entriesUpdated(Collection<String>) - Method in interface org.jivesoftware.smack.RosterListener
Called when a roster entries are updated.
entriesUpdated(Collection<String>) - Method in class org.jivesoftware.smack.RosterTest.TestRosterListener
 
entrySet() - Method in class org.jivesoftware.smack.util.Cache
 
entrySet() - Method in class org.jivesoftware.smack.util.collections.AbstractHashedMap
Gets the entrySet view of the map.
entrySet() - Method in class org.jivesoftware.smack.util.collections.AbstractReferenceMap
Returns a set view of this map's entries.
equals(Object) - Method in class org.jivesoftware.smack.Chat
 
equals(Object) - Method in class org.jivesoftware.smack.packet.Message.Body
 
equals(Object) - Method in class org.jivesoftware.smack.packet.Message
 
equals(Object) - Method in class org.jivesoftware.smack.packet.Message.Subject
 
equals(Object) - Method in class org.jivesoftware.smack.packet.Packet
 
equals(Object) - Method in class org.jivesoftware.smack.RosterEntry
 
equals(Object) - Method in class org.jivesoftware.smack.util.collections.AbstractHashedMap
Compares this map with another.
equals(Object) - Method in class org.jivesoftware.smack.util.collections.AbstractMapEntry
Compares this Map Entry with another Map Entry.
equals(Object) - Method in class org.jivesoftware.smack.util.DNSUtil.HostAddress
 
equals(Object) - Method in class org.jivesoftware.smackx.bookmark.BookmarkedConference
 
equals(Object) - Method in class org.jivesoftware.smackx.bookmark.BookmarkedURL
 
equals(Object) - Method in class org.jivesoftware.smackx.ChatStateManager
 
equals(Object) - Method in class org.jivesoftware.smackx.muc.Occupant
 
equals(Object) - Method in class org.jivesoftware.smackx.packet.VCard
 
equalsDeep(Object) - Method in class org.jivesoftware.smack.RosterEntry
Indicates whether some other object is "equal to" this by comparing all members.
ERROR - Static variable in class org.jivesoftware.smack.packet.IQ.Type
 
errorEstablishingStream(Exception) - Method in interface org.jivesoftware.smackx.filetransfer.OutgoingFileTransfer.NegotiationProgress
Called when an exception occurs during the negotiation progress.
escapeForXML(String) - Static method in class org.jivesoftware.smack.util.StringUtils
Escapes all necessary characters in the String so that it can be used in an XML doc.
escapeNode(String) - Static method in class org.jivesoftware.smack.util.StringUtils
Escapes the node portion of a JID according to "JID Escaping" (JEP-0106).
establishSession(String) - Method in interface org.jivesoftware.smackx.bytestreams.BytestreamManager
Establishes a bytestream with the given user and returns the session to send/receive data to/from the user.
establishSession(String, String) - Method in interface org.jivesoftware.smackx.bytestreams.BytestreamManager
Establishes a bytestream with the given user and returns the session to send/receive data to/from the user.
establishSession(String) - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
Establishes an In-Band Bytestream with the given user and returns the session to send/receive data to/from the user.
establishSession(String, String) - Method in class org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager
Establishes an In-Band Bytestream with the given user using the given session ID and returns the session to send/receive data to/from the user.
establishSession(String) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager
Establishes a SOCKS5 Bytestream with the given user and returns the Socket to send/receive data to/from the user.
establishSession(String, String) - Method in class org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager
Establishes a SOCKS5 Bytestream with the given user using the given session ID and returns the Socket to send/receive data to/from the user.
EventElement - Class in org.jivesoftware.smackx.pubsub
Represents the top level element of a pubsub event extension.
EventElement(EventElementType, NodeExtension) - Constructor for class org.jivesoftware.smackx.pubsub.EventElement
 
EventElementType - Enum in org.jivesoftware.smackx.pubsub
This enumeration defines the possible event types that are supported within pubsub event messages.
EventProvider - Class in org.jivesoftware.smackx.pubsub.provider
Parses the event element out of the message stanza from the server as specified in the event schema.
EventProvider() - Constructor for class org.jivesoftware.smackx.pubsub.provider.EventProvider
 
eventReceived(String, PEPEvent) - Method in interface org.jivesoftware.smackx.PEPListener
Called when PEP events are received as part of a presence subscribe or message filter.
execute() - Method in class org.jivesoftware.smackx.commands.AdHocCommand
Executes the command.
execute() - Method in class org.jivesoftware.smackx.commands.RemoteCommand
 
execute(Form) - Method in class org.jivesoftware.smackx.commands.RemoteCommand
Executes the default action of the command with the information provided in the Form.

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