Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



# Classes and Interfaces in #Echo - 597 results found.
NameDescriptionTypePackageFramework
AbstractGroupProviderShared base class for Openfire GroupProvider implementations.Classorg.jivesoftware.openfire.groupEcho
AccessModelPolicy that defines who is allowed to subscribe and retrieve items.Classorg.jivesoftware.openfire.pubsub.modelsEcho
AddAffiliationTask that adds an affiliation for a room in the other cluster nodes.Classorg.jivesoftware.openfire.muc.clusterEcho
AddGroupCommand that allows to create and configure new goups.Classorg.jivesoftware.openfire.commands.admin.groupEcho
AddGroupUsersCommand that allows to add members or admins to a given group.Classorg.jivesoftware.openfire.commands.admin.groupEcho
AddMemberTask that adds a new member to the room in the other cluster nodes.Classorg.jivesoftware.openfire.muc.clusterEcho
AddUserAdds a user to Openfire if the provider is not read-only.Classorg.jivesoftware.openfire.commands.admin.userEcho
AdHocCommandAn ad-hoc command is a stateless object responsbile for executing the provided service.Classorg.jivesoftware.openfire.commandsEcho
AdHocCommandHandlerAn AdHocCommandHandler is responsbile for providing discoverable information about the supported commands and for handling commands requests.Classorg.jivesoftware.openfire.commandsEcho
AdHocCommandManagerAn AdHocCommandManager is responsible for keeping the list of available commands offered by a service and for processing commands requests.Classorg.jivesoftware.openfire.commandsEcho
AdminConsoleA model for admin tab and sidebar info.Classorg.jivesoftware.adminEcho
AdminConsolePluginThe admin console plugin.Classorg.jivesoftware.openfire.containerEcho
AdminManagerThe AdminManager manages the AdminProvider configured for this server, caches knowledge of accounts with admin permissions, and provides a single point of entry for handlingClassorg.jivesoftware.openfire.adminEcho
AdminPageBeanA bean to hold page information for the admin console.Classorg.jivesoftware.adminEcho
AdminProviderAn AdminProvider handles storage of information about admin accounts, and requests to set the list of admin users.Interfaceorg.jivesoftware.openfire.adminEcho
AesEncryptorUtility class providing symmetric AES encryption/decryption.Classorg.jivesoftware.utilEcho
AffiliationTaskClassorg.jivesoftware.openfire.pubsub.clusterEcho
AlreadyExistsExceptionFlags an exception when something to be created or added already exists.Classorg.jivesoftware.utilEcho
ASN1DERTagCreates a table that represents an ASN.Classorg.jivesoftware.adminEcho
AuditEventDefines the known event types used with audits on arbitraryAuthor:Iain ShigeokaClassorg.jivesoftware.openfire.auditEcho
AuditManagerManages and directs server message auditing behavior.Interfaceorg.jivesoftware.openfire.auditEcho
AuditManagerImplClassorg.jivesoftware.openfire.audit.spiEcho
AuditorUse auditors to audit events and messages on the server.Interfaceorg.jivesoftware.openfire.auditEcho
AuditorImplClassorg.jivesoftware.openfire.audit.spiEcho
AuditStreamIDFactoryFactory for producing audit stream IDs.Classorg.jivesoftware.openfire.auditEcho
AuditWriteOnlyExceptionThrown if a reading is not permitted with the configured SecurityAuditProvider.Classorg.jivesoftware.openfire.securityEcho
AuthCheckFilterA simple filter which checks for the auth token in the user's session.Classorg.jivesoftware.adminEcho
AuthenticatePostClassorg.jivesoftware.openfire.crowd.jaxbEcho
AuthenticateUserTakes a user's username and password to authenticate them against the Openfire authprovider.Classorg.jivesoftware.openfire.commands.admin.userEcho
AuthFactoryPluggable authentication service.Classorg.jivesoftware.openfire.authEcho
AuthorizationManagerManages the AuthorizationProvider objects.Classorg.jivesoftware.openfire.authEcho
AuthorizationMappingThis is the interface the used to provide default defualt authorization ID's when none was selected by the client.Interfaceorg.jivesoftware.openfire.authEcho
AuthorizationPolicyThis is the interface the AuthorizationManager uses to conduct authorizations.Interfaceorg.jivesoftware.openfire.authEcho
AuthorizeAccessSubscription requests must be approved and only subscribers may retrieve items.Classorg.jivesoftware.openfire.pubsub.modelsEcho
AuthProviderProvider interface for authentication.Interfaceorg.jivesoftware.openfire.authEcho
AuthTokenA token that proves that a user has successfully authenticated.Classorg.jivesoftware.openfire.authEcho
AvailablePluginPlugin available at igniterealtime.Classorg.jivesoftware.openfire.updateEcho
Base64Encodes and decodes to and from Base64 notation.Classorg.jivesoftware.utilEcho
BasicModuleA default Module implementation that basically avoids subclasses having to implement the wholeAuthor:Gaston DombiakClassorg.jivesoftware.openfire.containerEcho
BasicStreamIDFactoryA basic stream ID factory that produces IDs using a cryptographically strong random number generator.Classorg.jivesoftware.openfire.spiEcho
BeanUtilsClassorg.jivesoftware.utilEcho
BlowfishA class that provides easy Blowfish encryption.Classorg.jivesoftware.utilEcho
BoshBindingErrorenum BoshBindingErrorAn enum defining all errors which can happen during a BOSH session.Classorg.jivesoftware.openfire.httpEcho
BroadcastMessageRequestTask that broadcasts a message to local room occupants.Classorg.jivesoftware.openfire.muc.clusterEcho
BroadcastPresenceRequestTask that broadcasts the presence of a room occupant to the occupants of the room being hosted by the cluster node.Classorg.jivesoftware.openfire.muc.clusterEcho
ByteFormatA formatter for formatting byte sizes.Classorg.jivesoftware.utilEcho
CacheGeneral purpose cache.Interfaceorg.jivesoftware.util.cacheEcho
CacheableInterface that defines the necessary behavior for objects added to a Cache.Interfaceorg.jivesoftware.util.cacheEcho
CachedPreparedStatementAllows PreparedStatement information to be cached.Classorg.jivesoftware.databaseEcho
CacheFactoryCreates Cache objects.Classorg.jivesoftware.util.cacheEcho
CacheFactoryStrategyInterfaceorg.jivesoftware.util.cacheEcho
CacheInfoConfiguration to use when creating caches.Classorg.jivesoftware.openfire.containerEcho
CacheSizesUtility class for determining the sizes in bytes of commonly used objects.Classorg.jivesoftware.util.cacheEcho
CacheWrapperActs as a proxy for a Cache implementation.Classorg.jivesoftware.util.cacheEcho
CancelSubscriptionTaskClassorg.jivesoftware.openfire.pubsub.clusterEcho
CannotBeInvitedExceptionException used for representing the error when an external MUC delegate responds to an invite-user packet by rejecting the invitation attempt.Classorg.jivesoftware.openfire.mucEcho
CannotCalculateSizeExceptionFlags an exception when we cannot determine size of the object to be cached.Classorg.jivesoftware.util.cacheEcho
CertificateEventListenerInterface to listen for certificate events.Interfaceorg.jivesoftware.utilEcho
CertificateIdentityMappingThis is the interface used to map identity credentials from certificates.Interfaceorg.jivesoftware.util.certEcho
CertificateManagerUtility class that provides similar functionality to the keytool tool.Classorg.jivesoftware.utilEcho
CertificateStoreA wrapper class for a Java store of certificates, its metadata (password, location) and related functionality.Classorg.jivesoftware.openfire.keystoreEcho
CertificateStoreConfigExceptionA checked exception that indicates problems related to Certificate Store functionality.Classorg.jivesoftware.openfire.keystoreEcho
CertificateStoreConfigurationCertificate stores are configured using a defined set of properties.Classorg.jivesoftware.openfire.keystoreEcho
CertificateStoreManagerA manager of certificate stores.Classorg.jivesoftware.openfire.keystoreEcho
CertificateUtilsUtility methods for working with Certificate instances.Classorg.jivesoftware.openfire.keystoreEcho
ChangeNicknameTask that changes the nickname of an existing room occupant in the cluster node.Classorg.jivesoftware.openfire.muc.clusterEcho
ChangeUserPasswordCommand that allows to change password of existing users.Classorg.jivesoftware.openfire.commands.admin.userEcho
ChannelA channel provides a mechanism to queue work units for processing.Classorg.jivesoftware.openfireEcho
ChannelHandlerInterface to handle packets delivered by Channels.Interfaceorg.jivesoftware.openfireEcho
ChannelNotFoundExceptionThrown when a channel lookup fails to find the specified channel.Classorg.jivesoftware.openfireEcho
ClassUtilsA utility class to assist with loading classes or resources by name.Classorg.jivesoftware.utilEcho
ClientConnectionHandlerConnectionHandler that knows which subclass of StanzaHandler should be created and how to build and configure a NIOConnection.Classorg.jivesoftware.openfire.nioEcho
ClientRouteInternal object used by RoutingTableImpl to keep track of the node that own a ClientSession and whether the session is available or not.Classorg.jivesoftware.openfire.spiEcho
ClientSessionRepresents a session between the server and a client.Interfaceorg.jivesoftware.openfire.sessionEcho
ClientSessionConnectionRepresents a connection of a Client Session that was established to a Connection Manager.Classorg.jivesoftware.openfire.multiplexEcho
ClientSessionInfoClient session information to be used when running in a cluster.Classorg.jivesoftware.openfire.sessionEcho
ClientStanzaHandlerHandler of XML stanzas sent by clients connected directly to the server.Classorg.jivesoftware.openfire.netEcho
ClientTrustManagerClientTrustManager is a Trust Manager that is only used for c2s connections.Classorg.jivesoftware.openfire.netEcho
ClusterEventListenerListener for cluster events.Interfaceorg.jivesoftware.openfire.clusterEcho
ClusterManagerA cluster manager is responsible for triggering events related to clustering.Classorg.jivesoftware.openfire.clusterEcho
ClusterNodeInfoBasic information about a cluster node.Interfaceorg.jivesoftware.openfire.clusterEcho
ClusterTaskAn interface to mix in Externalizable and Runnable, which are both required for sending invokable tasks across a cluster.Interfaceorg.jivesoftware.util.cacheEcho
CNCertificateIdentityMappingCertificate identity mapping that uses the CommonName as the identity credentialsClassorg.jivesoftware.util.certEcho
CollectionNodeA type of node that contains nodes and/or other collections but no published items.Classorg.jivesoftware.openfire.pubsubEcho
CommonsLogFactoryA LogFactory implementation to override the default commons-logging behavior.Classorg.jivesoftware.util.log.utilEcho
ComponentCacheWrapperThis specialized wrapper is used for the Components cache, which should not be purged.Classorg.jivesoftware.util.cacheEcho
ComponentConnectionHandlerConnectionHandler that knows which subclass of StanzaHandler should be created and how to build and configure a NIOConnection.Classorg.jivesoftware.openfire.nioEcho
ComponentEventListenerInterface to listen for component events.Interfaceorg.jivesoftware.openfire.componentEcho
ComponentSessionRepresents a session between the server and an external component.Interfaceorg.jivesoftware.openfire.sessionEcho
ComponentStanzaHandlerHandler of XML stanzas sent by external components connected directly to the server.Classorg.jivesoftware.openfire.netEcho
ConcurrentGroupListThis list specifies additional methods that understand groups among the items in the list.Classorg.jivesoftware.openfire.groupEcho
ConcurrentGroupMapThis extension class provides additional methods that understand groups among the entries in the map.Classorg.jivesoftware.openfire.groupEcho
ConcurrentHashSetThis class implements the Set interface, backed by a ConcurrentHashMap instance.Classorg.jivesoftware.utilEcho
ConflictExceptionException used for representing a conflict error in a MUCRoom.Classorg.jivesoftware.openfire.mucEcho
ConnectionRepresents a connection on the server.Interfaceorg.jivesoftware.openfireEcho
ConnectionAcceptorConnectionAcceptors are responsible for accepting new (typically socket) connections from peers.Classorg.jivesoftware.openfire.spiEcho
ConnectionCloseListener of the connection closing.Interfaceorg.jivesoftware.openfireEcho
ConnectionConfigurationConfiguration for a socket connection.Classorg.jivesoftware.openfire.spiEcho
ConnectionExceptionThrown when Openfire is not able to connect to the user and group system.Classorg.jivesoftware.openfire.authEcho
ConnectionHandlerA ConnectionHandler is responsible for creating new sessions, destroying sessions and delivering received XML stanzas to the proper StanzaHandler.Classorg.jivesoftware.openfire.nioEcho
ConnectionListenerAs a server, Openfire accepts connection requests from other network entities.Classorg.jivesoftware.openfire.spiEcho
ConnectionManagerCoordinates connections (accept, read, termination) on the server.Interfaceorg.jivesoftware.openfireEcho
ConnectionManagerImplClassorg.jivesoftware.openfire.spiEcho
ConnectionMultiplexerManagerA ConnectionMultiplexerManager is responsible for keeping track of the connected Connection Managers and the sessions that were established with the ConnectionClassorg.jivesoftware.openfire.multiplexEcho
ConnectionMultiplexerSessionRepresents a session between the server and a connection manager.Interfaceorg.jivesoftware.openfire.sessionEcho
ConnectionProviderAbstract class that defines the connection provider framework.Interfaceorg.jivesoftware.databaseEcho
ConnectionSettingsClassorg.jivesoftware.openfire.sessionEcho
ConnectionTypeTypes of (socket-based, including HTTP) connections.Classorg.jivesoftware.openfire.spiEcho
CookieUtilsClassorg.jivesoftware.utilEcho
CreateMUCRoomAllows via AdHoc commands the creation of a Multi-User Chat room.Classorg.jivesoftware.openfire.commands.admin.mucEcho
CrowdAdminProviderClassorg.jivesoftware.openfire.crowdEcho
CrowdAuthProviderClassorg.jivesoftware.openfire.crowdEcho
CrowdGroupProviderAtlassian Crowd implementation of the GroupProvider.Classorg.jivesoftware.openfire.crowdEcho
CrowdManagerClassorg.jivesoftware.openfire.crowdEcho
CrowdPropertiesReading the file crowd.Classorg.jivesoftware.openfire.crowdEcho
CrowdUserProviderAtlassian Crowd implementation of the UserProvider.Classorg.jivesoftware.openfire.crowdEcho
CrowdVCardProviderVCard provider for Crowd.Classorg.jivesoftware.openfire.crowdEcho
DataFormRepresents a form that could be use for gathering data as well as for reporting data returned from a search.Interfaceorg.jivesoftware.openfire.formsEcho
DatagramListenerListener for datagram packets received.Interfaceorg.jivesoftware.openfire.mediaproxyEcho
DbConnectionManagerCentral manager of database connections.Classorg.jivesoftware.databaseEcho
DefaultAdminProviderHandles default management of admin users, which stores the list if accounts as a system property.Classorg.jivesoftware.openfire.adminEcho
DefaultAuthorizationMappingThis is the interface the used to provide default default authorization ID's when none was selected by the client.Classorg.jivesoftware.openfire.authEcho
DefaultAuthorizationPolicyDifferent clients perform authentication differently, so this policy will authorize any principal to a requested user that match specific Classorg.jivesoftware.openfire.authEcho
DefaultAuthProviderDefault AuthProvider implementation.Classorg.jivesoftware.openfire.authEcho
DefaultCacheDefault, non-distributed implementation of the Cache interface.Classorg.jivesoftware.util.cacheEcho
DefaultConnectionProviderDefault Jive connection provider, which uses an internal connection pool.Classorg.jivesoftware.databaseEcho
DefaultConnectionProviderBeanInfoBeanInfo class for the DefaultConnectionProvider class.Classorg.jivesoftware.databaseEcho
DefaultFileTransferManagerProvides several utility methods for file transfer manager implementaions to utilize.Classorg.jivesoftware.openfire.filetransferEcho
DefaultGroupPropertyMapDefault implementation of a writable Map to manage group properties.Classorg.jivesoftware.openfire.groupEcho
DefaultGroupProviderDatabase implementation of the GroupManager interface.Classorg.jivesoftware.openfire.groupEcho
DefaultLocalCacheStrategyCacheFactoryStrategy for use in Openfire.Classorg.jivesoftware.util.cacheEcho
DefaultLockOutProviderThe DefaultLockOutProvider works with the ofUserFlag table to maintain a list of disabled/locked out accounts.Classorg.jivesoftware.openfire.lockoutEcho
DefaultNodeConfigurationA DefaultNodeConfiguration keeps the default configuration values for leaf or collection nodes of a particular publish-subscribe service.Classorg.jivesoftware.openfire.pubsubEcho
DefaultProxyTransferTracks the different connections related to a file transfer.Classorg.jivesoftware.openfire.filetransfer.proxyEcho
DefaultRosterItemProviderDefines the provider methods required for creating, reading, updating and deleting roster Rosters are another user resource accessed via the user or chatbot's long ID.Classorg.jivesoftware.openfire.rosterEcho
DefaultSecurityAuditProviderThe default security audit provider stores the logs in a ofSecurityAuditLog table.Classorg.jivesoftware.openfire.securityEcho
DefaultUserProviderDefault implementation of the UserProvider interface, which reads and writes data from the ofUser database table.Classorg.jivesoftware.openfire.userEcho
DefaultVCardProviderDefault implementation of the VCardProvider interface, which reads and writes data from the ofVCard database table.Classorg.jivesoftware.openfire.vcardEcho
DeleteGroupCommand that allows to delete existing groups.Classorg.jivesoftware.openfire.commands.admin.groupEcho
DeleteGroupUsersCommand that allows to delete members or admins from a given group.Classorg.jivesoftware.openfire.commands.admin.groupEcho
DeleteUserDelete a user from Openfire if the provider is not read-only.Classorg.jivesoftware.openfire.commands.admin.userEcho
DestroyRoomRequestTask that destroys the local room in the cluster node.Classorg.jivesoftware.openfire.muc.clusterEcho
DirectedPresenceRepresents a directed presence sent from a session hosted in a cluster node to another entity (e.Classorg.jivesoftware.openfire.handlerEcho
DiscoInfoProviderA DiscoInfoProvider is responsible for providing information about a JID's name and its node.Interfaceorg.jivesoftware.openfire.discoEcho
DiscoItemAn item is associated with an XMPP Entity, usually thought of a children of the parent entity and normally are addressable as a JID.Classorg.jivesoftware.openfire.discoEcho
DiscoItemsProviderA DiscoItemsProvider is responsible for providing the items associated with a JID's name and node.Interfaceorg.jivesoftware.openfire.discoEcho
DiscoServerItemRepresent a DiscoItem provided by the server.Classorg.jivesoftware.openfire.discoEcho
DNSUtilUtilty class to perform DNS lookups for XMPP services.Classorg.jivesoftware.openfire.netEcho
DownloadStatusSimple data model to handle success/failure of downloads using AJAX.Classorg.jivesoftware.openfire.updateEcho
DroppableFrameA droppable frame allows for DnD of file objects from the OS onto the actualSee Also:Serialized FormClassorg.jivesoftware.openfire.launcherEcho
DroppableTextPaneA droppable text pane allows for DnD of file objects from the OS onto the actualAuthor:Matt TuckerSee Also:Serialized FormClassorg.jivesoftware.openfire.launcherEcho
DummyExternalizableUtilDummy implementation that does nothing.Classorg.jivesoftware.util.cacheEcho
DynamicAddressChannelListen packets from defined dataSocket and send packets to the defined host.Classorg.jivesoftware.openfire.mediaproxyEcho
EchoClassorg.jivesoftware.openfire.mediaproxyEcho
ElementUtil naming convention of meta-data key names: data is stored heirarchically separated by dots.Classorg.jivesoftware.utilEcho
EmailServiceA service to send email.Classorg.jivesoftware.utilEcho
EmbeddedConnectionProviderA connection provider for the embedded hsqlDB database.Classorg.jivesoftware.databaseEcho
EncryptionArtifactFactoryInstances of this class will be able to generate various encryption-related artifacts based on a specific connection This implementation intends to centralize the implementation for generating the artifacts produced, which in earlierClassorg.jivesoftware.openfire.spiEcho
EncryptorInterfaceorg.jivesoftware.utilEcho
EntityCapabilitiesContains identities and supported features describing client capabilitiesAuthor:Armando JaguckiSee Also:Serialized FormClassorg.jivesoftware.openfire.entitycapsEcho
EntityCapabilitiesManager In particular, EntityCapabilitiesManager is useful for processing "filtered-notifications" for use with Pubsub (XEP-0060) for contacts thatClassorg.jivesoftware.openfire.entitycapsEcho
EventNotFoundExceptionThrown if an event looked up (typically by id) was not found.Classorg.jivesoftware.openfire.securityEcho
ExternalComponentConfigurationHolds the configuration for external components that want to connect to this server.Classorg.jivesoftware.openfire.componentEcho
ExternalComponentManagerManages the connection permissions for external components.Classorg.jivesoftware.openfire.componentEcho
ExternalComponentManagerListenerListener that will be alerted when an external component is disabled/enabled, the port is changed or configuration about an external component is modified.Interfaceorg.jivesoftware.openfire.componentEcho
ExternalizableUtilUtility methods to assist in working with the Externalizable interfaces.Classorg.jivesoftware.util.cacheEcho
ExternalizableUtilStrategyInterface that allows to provide different ways for implementing serialization of objects.Interfaceorg.jivesoftware.util.cacheEcho
FastDateFormatSimilar to SimpleDateFormat, but faster and thread-safe.Classorg.jivesoftware.utilEcho
FaviconServletServlet that gets favicons of webservers and includes them in HTTP responses.Classorg.jivesoftware.utilEcho
FileTransferContains all of the meta information associated with a file transfer.Classorg.jivesoftware.openfire.filetransferEcho
FileTransferEventListenerAn event listener for File Transfer related events.Interfaceorg.jivesoftware.openfire.filetransferEcho
FileTransferManagerManages all file transfer currently happening originating from and/or ending at users of the server.Interfaceorg.jivesoftware.openfire.filetransferEcho
FileTransferProgressAn interface to track the progress of a file transfer through the server.Interfaceorg.jivesoftware.openfire.filetransferEcho
FileTransferProxyManages the transfering of files between two remote entities on the jabber network.Classorg.jivesoftware.openfire.filetransfer.proxyEcho
FileTransferRejectedExceptionThrown by a FileTransferEventListener when a file transfer is rejected by the Interceptor.Classorg.jivesoftware.openfire.filetransferEcho
FlashCrossDomainHandlerClassorg.jivesoftware.openfireEcho
FlashCrossDomainServletServes up the flash cross domain xml file which allows other domains to access http-binding using flash.Classorg.jivesoftware.openfire.httpEcho
FlushTaskClassorg.jivesoftware.openfire.pubsub.clusterEcho
ForbiddenExceptionException used for representing that the requested operation is forbidden for the user in the MUCRoom.Classorg.jivesoftware.openfire.mucEcho
FormFieldRepresents a field of a form.Interfaceorg.jivesoftware.openfire.formsEcho
ForwardedClassorg.jivesoftware.openfire.forwardEcho
GetAdminConsoleInfoCommand that returns information about the admin console.Classorg.jivesoftware.openfire.commands.adminEcho
GetAdminConsoleInfoTaskTask that will return the bind interface and ports being used by the admin console of the node where the task will be executed.Classorg.jivesoftware.openfire.containerEcho
GetBasicStatisticsCommand that returns basic information about this JVM like number of client sessions, server sessions and amount of free and used memory.Classorg.jivesoftware.openfire.clusterEcho
GetListActiveUsersCommand that allows to retrieve a list of all active users.Classorg.jivesoftware.openfire.commands.adminEcho
GetListGroupsCommand that allows to retrieve a list of existing groups.Classorg.jivesoftware.openfire.commands.admin.groupEcho
GetListGroupUsersCommand that allows to retrieve list members of a given group.Classorg.jivesoftware.openfire.commands.admin.groupEcho
GetNewMemberRoomsRequestTask requested by each cluster node when a new node joins the cluster.Classorg.jivesoftware.openfire.muc.clusterEcho
GetNumberActiveUsersCommand that allows to retrieve the number of online users who are active at any one moment.Classorg.jivesoftware.openfire.commands.adminEcho
GetNumberConnectedUsersTask to be executed in each cluster node to obtain the total number of users using the multi user chat service.Classorg.jivesoftware.openfire.muc.clusterEcho
GetNumberOnlineUsersCommand that allows to retrieve the number of registered users who are online at any one moment.Classorg.jivesoftware.openfire.commands.adminEcho
GetNumberUserSessionsCommand that allows to retrieve the number of user sessions at any one moment.Classorg.jivesoftware.openfire.commands.adminEcho
GetServerStatsCommand that returns information about the server and some basic statistics.Classorg.jivesoftware.openfire.commands.adminEcho
GetSessionsCountTaskTask that will be executed in cluster nodes to get the number of sessions hosted by theAuthor:Gaston DombiakSee Also:Serialized FormClassorg.jivesoftware.openfire.sessionEcho
GetUsersPresenceCommand that allows to retrieve the presence of all active users.Classorg.jivesoftware.openfire.commands.adminEcho
GraphicUtilsClassorg.jivesoftware.openfire.launcherEcho
GroupClassorg.jivesoftware.openfire.crowd.jaxbEcho
GroupGroups organize users into a single entity for easier management.Classorg.jivesoftware.openfire.groupEcho
GroupAdminAddedNotifies the that a admin was added to the group.Classorg.jivesoftware.openfire.commands.eventEcho
GroupAdminRemovedNotifies the that a admin was removed from the group.Classorg.jivesoftware.openfire.commands.eventEcho
GroupAlreadyExistsExceptionThrown when attempting to create a group that already exists.Classorg.jivesoftware.openfire.groupEcho
GroupAwareListThis list specifies additional methods that understand groups among the items in the list.Interfaceorg.jivesoftware.openfire.groupEcho
GroupAwareMapThis map specifies additional methods that understand groups among the entries in the map.Interfaceorg.jivesoftware.openfire.groupEcho
GroupCollectionProvides a view of an array of group names as a Collection of Group objects.Classorg.jivesoftware.openfire.groupEcho
GroupCreatedNotifies the that a group was created.Classorg.jivesoftware.openfire.commands.eventEcho
GroupDeletingNotifies the that a group is being deleted.Classorg.jivesoftware.openfire.commands.eventEcho
GroupEventAdapterAn abstract adapter class for receiving group events.Classorg.jivesoftware.openfire.eventEcho
GroupEventDispatcherDispatches group events.Classorg.jivesoftware.openfire.eventEcho
GroupEventListenerInterface to listen for group events.Interfaceorg.jivesoftware.openfire.eventEcho
GroupJIDThis class is designed to identify and manage custom JIDs that represent Groups (rather than Users or Components).Classorg.jivesoftware.openfire.groupEcho
GroupManagerClassorg.jivesoftware.openfire.groupEcho
GroupMemberAddedNotifies the that a member was added to the group.Classorg.jivesoftware.openfire.commands.eventEcho
GroupMemberRemovedNotifies the that a member was removed from the group.Classorg.jivesoftware.openfire.commands.eventEcho
GroupModifiedNotifies the that a group was modified.Classorg.jivesoftware.openfire.commands.eventEcho
GroupNotFoundExceptionThrown when unable to find or load a group.Classorg.jivesoftware.openfire.groupEcho
GroupProviderProvider interface for groups.Interfaceorg.jivesoftware.openfire.groupEcho
GroupsClassorg.jivesoftware.openfire.crowd.jaxbEcho
HistoryRequestRepresents the amount of history requested by an occupant while joining a room.Classorg.jivesoftware.openfire.mucEcho
HistoryStrategyMulti-User Chat rooms may cache history of the conversations in the room in order to play them back to newly arriving members.Classorg.jivesoftware.openfire.mucEcho
HttpBindExceptionClassorg.jivesoftware.openfire.httpEcho
HttpBindManagerClassorg.jivesoftware.openfire.httpEcho
HttpBindServletServlet which handles requests to the HTTP binding service.Classorg.jivesoftware.openfire.httpEcho
HttpBindStatusAdHoc command to return the current status of the HTTP-bind service.Classorg.jivesoftware.openfire.commands.adminEcho
HttpClientWithTimeoutFeedFetcherFeed fetcher implementation that times out the HTTP connection after 3 seconds which fixes a bug where users of the admin console who installed ClearspaceClassorg.jivesoftware.utilEcho
HttpConnectionRepresents one HTTP connection with a client using the HTTP Binding service.Classorg.jivesoftware.openfire.httpEcho
HttpConnectionClosedExceptionThis exception is thrown when an action attempted on the connection to the client but the connection has been closed.Classorg.jivesoftware.openfire.httpEcho
HTTPConnectionExceptionException class that wraps an HTTP error code.Classorg.jivesoftware.utilEcho
HttpSessionA session represents a series of interactions with an XMPP client sending packets using the HTTP Binding protocol specified in XEP-0124.Classorg.jivesoftware.openfire.httpEcho
HttpSessionManagerClassorg.jivesoftware.openfire.httpEcho
HybridAuthProviderThe hybrid auth provider allows up to three AuthProvider implementations to be strung together to do chained authentication checking.Classorg.jivesoftware.openfire.authEcho
HybridUserProviderDelegate UserProvider operations among up to three configurable provider implementation classes.Classorg.jivesoftware.openfire.userEcho
i18nStatisticA convience class to build statistic parameters out of a resource bundle.Classorg.jivesoftware.openfire.statsEcho
IdentityStoreA wrapper class for a store of certificates, its metadata (password, location) and related functionality that is used to provide credentials (that represent this Openfire instance), an identity storeClassorg.jivesoftware.openfire.keystoreEcho
IncomingServerSessionServer-to-server communication is done using two TCP connections between the servers.Interfaceorg.jivesoftware.openfire.sessionEcho
InitializationExceptionException thrown during application or component initialization failure.Classorg.jivesoftware.utilEcho
InterceptorManagerAn InterceptorManager manages the list of global interceptors and per-user interceptors that are invoked before and after packets are read and sent.Classorg.jivesoftware.openfire.interceptorEcho
InternalComponentManagerManages the registration and delegation of Components.Classorg.jivesoftware.openfire.componentEcho
InternalUnauthenticatedExceptionThrown when Openfire is not able to authenticate itself into the user and group system.Classorg.jivesoftware.openfire.authEcho
IQAdminHandlerA handler for the IQ packet with namespace http://jabber.Classorg.jivesoftware.openfire.muc.spiEcho
IQAuthHandler use this protocol to authenticate with the server.Classorg.jivesoftware.openfire.handlerEcho
IQAuthInfoInformation for controlling the authentication options for the server.Interfaceorg.jivesoftware.openfire.handlerEcho
IQBindHandlerBinds a resource to the stream so that the client's address becomes a full JID.Classorg.jivesoftware.openfire.handlerEcho
IQDiscoInfoHandlerIQDiscoInfoHandler is responsible for handling disco#info requests.Classorg.jivesoftware.openfire.discoEcho
IQDiscoItemsHandlerIQDiscoItemsHandler is responsible for handling disco#items requests.Classorg.jivesoftware.openfire.discoEcho
IQEntityTimeHandlerThis IQ handler implements XEP-0202: Entity Time.Classorg.jivesoftware.openfire.handlerEcho
IQHandlerBase class whose main responsibility is to handle IQ packets.Classorg.jivesoftware.openfire.handlerEcho
IQHandlerInfoA simple meta-data class that stores several related tools for generic IQ protocol handling.Classorg.jivesoftware.openfireEcho
IQLastActivityHandler the number of seconds another user has been offline.Classorg.jivesoftware.openfire.handlerEcho
IQMessageCarbonsHandlerThis handler manages XEP-0280 Message Carbons.Classorg.jivesoftware.openfire.handlerEcho
IQMUCSearchHandlerThis class adds jabber:iq:search combined with 'result set management' functionality to the MUC service of Openfire.Classorg.jivesoftware.openfire.muc.spiEcho
IQOfflineMessagesHandler messages, request message headers, retrieve specific messages, remove specific messages, retrieve all messages and remove all messages.Classorg.jivesoftware.openfire.handlerEcho
IQOwnerHandlerA handler for the IQ packet with namespace http://jabber.Classorg.jivesoftware.openfire.muc.spiEcho
IQPEPHandler An IQHandler used to implement XEP-0163: "Personal Eventing via Pubsub" For each user on the server there is an associated PEPService interactingClassorg.jivesoftware.openfire.pepEcho
IQPEPOwnerHandler An IQHandler used to implement XEP-0163: "Personal Eventing via Pubsub" An IQHandler can only handle one namespace in its IQHandlerInfo.Classorg.jivesoftware.openfire.pepEcho
IQPingHandler alternative to the traditional 'white space ping' approach of determining the availability of an entity.Classorg.jivesoftware.openfire.handlerEcho
IQPrivacyHandlerIQPrivacyHandler is responsible for handling privacy lists.Classorg.jivesoftware.openfire.handlerEcho
IQPrivateHandler use this protocol to store and retrieve arbitrary application configuration information.Classorg.jivesoftware.openfire.handlerEcho
IQRegisterHandler use this protocol to register a user account with the server.Classorg.jivesoftware.openfire.handlerEcho
IQRegisterInfoHandle the various user registration settings that are valid under XMPP.Interfaceorg.jivesoftware.openfire.handlerEcho
IQRosterHandler use this protocol to retrieve, update, and rosterMonitor roster entries (buddy lists).Classorg.jivesoftware.openfire.handlerEcho
IQRouterRoutes iq packets throughout the server.Classorg.jivesoftware.openfireEcho
IQSessionEstablishmentHandlerActivate client sessions once resource binding has been done.Classorg.jivesoftware.openfire.handlerEcho
IQSharedGroupHandlerHandler of IQ packets whose child element is "sharedgroup" with namespace "http://www.Classorg.jivesoftware.openfire.handlerEcho
IQvCardHandler use this protocol to set and retrieve the vCard information associated with someone's account.Classorg.jivesoftware.openfire.handlerEcho
IQVersionHandler XMPP entities to query each other's application versions.Classorg.jivesoftware.openfire.handlerEcho
IsPluginInstalledTaskTask that will be run in each cluster node to learn if the specified plugin is installed or not.Classorg.jivesoftware.openfire.containerEcho
JDBCAuthProviderThe JDBC auth provider allows you to authenticate users against any database that you can connect to with JDBC.Classorg.jivesoftware.openfire.authEcho
JDBCGroupProviderThe JDBC group provider allows you to use an external database to define the make up of groups.Classorg.jivesoftware.openfire.groupEcho
JDBCUserProviderThe JDBC user provider allows you to use an external database to define the users.Classorg.jivesoftware.openfire.userEcho
JiveBeanInfoAn abstract BeanInfo implementation that automatically constructs PropertyDescriptors and handles i18n through ResourceBundles.Classorg.jivesoftware.utilEcho
JiveConstantsContains constant values representing various objects in Jive.Classorg.jivesoftware.utilEcho
JiveGlobalsControls Jive properties.Classorg.jivesoftware.utilEcho
JiveIDUsed to specify what jive id an object should haveAuthor:Andrew WrightClassorg.jivesoftware.databaseEcho
JiveInitialLdapContextA class that extends the Java's InitialLdapContext class with two properties to store the SSLSession and the StartTlsResponseClassorg.jivesoftware.utilEcho
JivePropertiesRetrieves and stores Jive properties.Classorg.jivesoftware.utilEcho
JMXManagerManages the JMX configuration for Openfire.Classorg.jivesoftware.openfireEcho
JNDIDataSourceProviderAn implementation of ConnectionProvider that utilizes a JDBC 2.Classorg.jivesoftware.databaseEcho
JSTLFunctionsUtility functions that are exposed through a taglib.Classorg.jivesoftware.adminEcho
LauncherGraphical launcher for Openfire.Classorg.jivesoftware.openfire.launcherEcho
LdapAuthorizationMappingProvider for authorization mapping using LDAP.Classorg.jivesoftware.openfire.ldapEcho
LdapAuthorizationPolicyProvider for authorization using LDAP.Classorg.jivesoftware.openfire.ldapEcho
LdapAuthProvider Only plaintext authentication is currently supported.Classorg.jivesoftware.openfire.ldapEcho
LdapGroupProviderLDAP implementation of the GroupProvider interface.Classorg.jivesoftware.openfire.ldapEcho
LdapGroupTesterClass that assists during the testing of the ldap groups.Classorg.jivesoftware.adminEcho
LdapManagerCentralized administration of LDAP connections.Classorg.jivesoftware.openfire.ldapEcho
LdapUserProfileBean that stores the vcard mapping.Classorg.jivesoftware.adminEcho
LdapUserProviderLDAP implementation of the UserProvider interface.Classorg.jivesoftware.openfire.ldapEcho
LdapUserTesterClass that assists during the testing of the user-ldap mapping.Classorg.jivesoftware.adminEcho
LdapVCardProviderRead-only LDAP provider for vCards.Classorg.jivesoftware.openfire.ldapEcho
LeafNodeA type of node that contains published items only.Classorg.jivesoftware.openfire.pubsubEcho
LegacyConnectionAcceptorA connection acceptor that employs the legacy, pre-MINA/NIO socket implementation of Openfire.Classorg.jivesoftware.openfire.spiEcho
LinkedListSimple LinkedList implementation.Classorg.jivesoftware.utilEcho
LinkedListNodeDoubly linked node in a LinkedList.Classorg.jivesoftware.utilEcho
LocalClientSessionRepresents a session between the server and a client.Classorg.jivesoftware.openfire.sessionEcho
LocalComponentSessionRepresents a session between the server and a component.Classorg.jivesoftware.openfire.sessionEcho
LocalConnectionMultiplexerSessionRepresents a session between the server and a connection manager.Classorg.jivesoftware.openfire.sessionEcho
LocaleFilterSets the locale context-wide.Classorg.jivesoftware.utilEcho
LocaleUtilsA set of methods for retrieving and converting locale specific strings and numbers.Classorg.jivesoftware.utilEcho
LocalIncomingServerSessionServer-to-server communication is done using two TCP connections between the servers.Classorg.jivesoftware.openfire.sessionEcho
LocalMUCRoleClassorg.jivesoftware.openfire.muc.spiEcho
LocalMUCRoom a persistent room which means that its configuration will be maintained in synch with its representation in the database.Classorg.jivesoftware.openfire.muc.spiEcho
LocalMUCUserRepresentation of users interacting with the chat service.Classorg.jivesoftware.openfire.muc.spiEcho
LocalOutgoingServerSessionServer-to-server communication is done using two TCP connections between the servers.Classorg.jivesoftware.openfire.sessionEcho
LocalServerSessionClassorg.jivesoftware.openfire.sessionEcho
LocalSessionThe session represents a connection between the server and a client (c2s) or another server (s2s) as well as a connection with a component.Classorg.jivesoftware.openfire.sessionEcho
LockOutEventDispatcherDispatches lockout events.Classorg.jivesoftware.openfire.lockoutEcho
LockOutEventListenerInterface to listen for lockout events.Interfaceorg.jivesoftware.openfire.lockoutEcho
LockOutFlagA LockOutFlag represents the current disabled status set on a particular user account.Classorg.jivesoftware.openfire.lockoutEcho
LockOutManagerThe LockOutManager manages the LockOutProvider configured for this server, caches knowledge of whether accounts are disabled or enabled, and provides a single point of entry for handlingClassorg.jivesoftware.openfire.lockoutEcho
LockOutProviderA LockOutProvider handles storage of information about disabled accounts, and requests for whether an account is currently disabled.Interfaceorg.jivesoftware.openfire.lockoutEcho
LogOpenfire makes use of a logging facade (slf4j) to manage its log output.Classorg.jivesoftware.utilEcho
LoginLimitManagerHandles recording admin console login attempts and handling temporary lockouts where necessary.Classorg.jivesoftware.adminEcho
MediaProxyA Media Proxy relays UDP traffic between two IPs to provide connectivity between two parties that are behind NAT devices.Classorg.jivesoftware.openfire.mediaproxyEcho
MediaProxyServiceA proxy service for UDP traffic such as RTP.Classorg.jivesoftware.openfire.mediaproxyEcho
MediaProxySessionA media proxy session enables two clients to exchange UDP traffic.Classorg.jivesoftware.openfire.mediaproxyEcho
MessageRouterRoute message packets throughout the server.Classorg.jivesoftware.openfireEcho
ModificationNotAllowedExceptionException thrown when a modification was not allowed.Classorg.jivesoftware.utilEcho
ModifySubscriptionTaskClassorg.jivesoftware.openfire.pubsub.clusterEcho
ModuleLogical, server-managed entities must implement this interface.Interfaceorg.jivesoftware.openfire.containerEcho
MUCEventDelegateGives the implementer the ability to react to, allow, or deny MUC related events.Classorg.jivesoftware.openfire.mucEcho
MUCEventDispatcherDispatches MUC events.Classorg.jivesoftware.openfire.mucEcho
MUCEventListenerInterface to listen for MUC events.Interfaceorg.jivesoftware.openfire.mucEcho
MUCPersistenceManagerA manager responsible for ensuring room persistence.Classorg.jivesoftware.openfire.muc.spiEcho
MUCRoleDefines the permissions and actions that a MUCUser may use in a particular room.Interfaceorg.jivesoftware.openfire.mucEcho
MUCRoomA chat room on the chat server manages its users, and enforces it's own security rules.Interfaceorg.jivesoftware.openfire.mucEcho
MUCRoomHistoryRepresent the data model for one MUCRoom history.Classorg.jivesoftware.openfire.mucEcho
MUCRoomTaskTask related to a room to be executed in a cluster node.Classorg.jivesoftware.openfire.muc.clusterEcho
MUCServicePropertiesRetrieves and stores MUC service properties.Classorg.jivesoftware.openfire.muc.spiEcho
MUCServicePropertyClusterEventTaskThis task updates or deletes a property in a cluster node's muc service property map.Classorg.jivesoftware.openfire.muc.clusterEcho
MUCServicePropertyEventDispatcherDispatches property events.Classorg.jivesoftware.openfire.muc.spiEcho
MUCServicePropertyEventListenerInterface to listen for property events.Interfaceorg.jivesoftware.openfire.muc.spiEcho
MUCUserThe chat user is a separate user abstraction for interacting with the chat server.Interfaceorg.jivesoftware.openfire.mucEcho
MulticastDNSServicePublishes Openfire information as a service using the Multicast DNS (marketed by Apple as Rendezvous) protocol.Classorg.jivesoftware.openfire.netEcho
MulticastRouterRouter of packets with multiple recipients.Classorg.jivesoftware.openfireEcho
MultiplexerConnectionHandlerConnectionHandler that knows which subclass of StanzaHandler should be created and how to build and configure a NIOConnection.Classorg.jivesoftware.openfire.nioEcho
MultiplexerPacketDelivererFallback method used by SocketConnection when connected to a connection manager.Classorg.jivesoftware.openfire.multiplexEcho
MultiplexerPacketHandlerIQ packets sent from Connection Managers themselves to the server will be handled by instances of this class.Classorg.jivesoftware.openfire.multiplexEcho
MultiplexerStanzaHandlerHandler of XML stanzas sent by Connection Managers.Classorg.jivesoftware.openfire.netEcho
MultiUserChatManagerProvides centralized management of all configured Multi User Chat (MUC) services.Classorg.jivesoftware.openfire.mucEcho
MultiUserChatServiceManages groupchat conversations, chatrooms, and users.Interfaceorg.jivesoftware.openfire.mucEcho
MultiUserChatServiceImpl responsible for responding Multi-User Chat disco requests as well as removing inactive users from the rooms after a period of time and to maintain a log of the conversation in the rooms thatClassorg.jivesoftware.openfire.muc.spiEcho
MXParserMXParser that returns an IGNORABLE_WHITESPACE event when a whitespace character or a line feed is received.Classorg.jivesoftware.openfire.netEcho
NamedThreadFactoryA thread factory that allows threads to be named.Classorg.jivesoftware.utilEcho
NativeAuthProviderAuthenticates using the native operating system authentication method.Classorg.jivesoftware.openfire.authEcho
NativeUserProviderA UserProvider to be used in conjunction with NativeAuthProvider, whichClassorg.jivesoftware.openfire.userEcho
NewSubscriptionTaskClassorg.jivesoftware.openfire.pubsub.clusterEcho
NIOConnectionClassorg.jivesoftware.openfire.nioEcho
NodeA virtual location to which information can be published and from which event notifications and/or payloads can be received (in other pubsub systems, this mayClassorg.jivesoftware.openfire.pubsubEcho
NodeAffiliateA NodeAffiliate keeps information about the affiliation of an entity with a node.Classorg.jivesoftware.openfire.pubsubEcho
NodeChangeTaskBase class of clustering tasks for pubsub.Classorg.jivesoftware.openfire.pubsub.clusterEcho
NodeIDClass which wraps the byte[] we use to identify cluster members.Classorg.jivesoftware.openfire.clusterEcho
NodeSubscriptionA subscription to a node.Classorg.jivesoftware.openfire.pubsubEcho
NodeTaskClassorg.jivesoftware.openfire.pubsub.clusterEcho
NotAcceptableExceptionException used for representing that the nickname used by the user is not acceptable.Classorg.jivesoftware.openfire.mucEcho
NotAcceptableExceptionException used for representing that the specified node configuration is not acceptable.Classorg.jivesoftware.openfire.pubsubEcho
NotAllowedExceptionException used for representing that the user is not allowed to perform the requested operation in the MUCRoom.Classorg.jivesoftware.openfire.mucEcho
NotFoundExceptionFlags an exception when something requested is not found.Classorg.jivesoftware.utilEcho
NotifyComponentInfoTask that will be executed on other cluster nodes to trigger the event that a component has send its disco#info to the server.Classorg.jivesoftware.openfire.componentEcho
NotifyComponentRegisteredTask that will be executed on other cluster nodes to trigger the event that a component was added to a cluster node.Classorg.jivesoftware.openfire.componentEcho
NotifyComponentUnregisteredTask that will be executed on other cluster nodes to trigger the event that a component was removed from a cluster node.Classorg.jivesoftware.openfire.componentEcho
OccupantAddedEventTask that will remove a room occupant from the list of occupants in the room.Classorg.jivesoftware.openfire.muc.clusterEcho
OccupantLeftEventTask that removes a room occupant from the list of occupants in the room.Classorg.jivesoftware.openfire.muc.clusterEcho
OCSPCheckerA PKIXCertPathChecker that uses Online Certificate Status Protocol (OCSP)Classorg.jivesoftware.openfire.netEcho
OF33This class implements a fix for a problem identified as issue OF-33 in the bugtracker of Openfire.Classorg.jivesoftware.database.bugfixEcho
OfflineMessageSubclass of Message that keeps the date when the offline message was stored in the database.Classorg.jivesoftware.openfireEcho
OfflineMessageListenerInterface to listen for offline message events.Interfaceorg.jivesoftware.openfireEcho
OfflineMessageStoreRepresents the user's offline message storage.Classorg.jivesoftware.openfireEcho
OfflineMessageStrategyControls what is done with offline messages.Classorg.jivesoftware.openfireEcho
OfflinePacketDelivererFallback method used by NIOConnection when a connection fails to send a Packet (likely because it was closed).Classorg.jivesoftware.openfire.nioEcho
OnlyPublishersPublishers and owners may publish items to the node.Classorg.jivesoftware.openfire.pubsub.modelsEcho
OnlySubscribersSubscribers, publishers and owners may publish items to the node.Classorg.jivesoftware.openfire.pubsub.modelsEcho
OpenAccessAnyone may subscribe and retrieve items.Classorg.jivesoftware.openfire.pubsub.modelsEcho
OpenfireX509TrustManagerA Trust Manager implementation that adds Openfire-proprietary functionality.Classorg.jivesoftware.openfire.keystoreEcho
OpenPublisherAnyone may publish items to the node.Classorg.jivesoftware.openfire.pubsub.modelsEcho
OutgoingServerSessionServer-to-server communication is done using two TCP connections between the servers.Interfaceorg.jivesoftware.openfire.sessionEcho
OutgoingServerSocketReaderAn OutgoingServerSocketReader is responsible for reading and queueing the DOM Element sent by a remote server.Classorg.jivesoftware.openfire.serverEcho
OutgoingSessionPromiseAn OutgoingSessionPromise provides an asynchronic way for sending packets to remote servers.Classorg.jivesoftware.openfire.serverEcho
PacketCopierPacket interceptor that notifies of packets activity to components that previously subscribed to the notificator.Classorg.jivesoftware.openfire.interceptorEcho
PacketDelivererDelivers packets to locally connected streams.Interfaceorg.jivesoftware.openfireEcho
PacketDelivererImplIn-memory implementation of the packet deliverer serviceAuthor:Iain ShigeokaClassorg.jivesoftware.openfire.spiEcho
PacketExceptionRepresents a runtime packet exception typically from a malformed packet.Classorg.jivesoftware.openfireEcho
PacketInterceptorA packet interceptor encapsulates an action that is invoked on a packet immediately before or after it was received by a SocketReader and also when the packet is about toInterfaceorg.jivesoftware.openfire.interceptorEcho
PacketRejectedExceptionThrown by a PacketInterceptor when a packet is prevented from being processed.Classorg.jivesoftware.openfire.interceptorEcho
PacketRouterA router that handles incoming packets.Interfaceorg.jivesoftware.openfireEcho
PacketRouterImplAn uber router that can handle any packet type.Classorg.jivesoftware.openfire.spiEcho
PacketsNotificationCommand that allows to retrieve the presence of all active users.Classorg.jivesoftware.openfire.commands.adminEcho
PacketTransporterImplIn-memory implementation of the packet transporter service.Classorg.jivesoftware.openfire.spiEcho
ParamUtilsAssists JSP writers in getting parameters and attributes.Classorg.jivesoftware.utilEcho
PendingSubscriptionsCommandAd-hoc command that sends pending subscriptions to node owners.Classorg.jivesoftware.openfire.pubsubEcho
PEPServiceA PEPService is a PubSubService for use with XEP-0163: "Personal Eventing via Pubsub" Version 1.Classorg.jivesoftware.openfire.pepEcho
PEPServiceManagerManages the creation, persistence and removal of PEPServiceAuthor:Guus der Kinderen, guus.Classorg.jivesoftware.openfire.pepEcho
PersistableMapThis acts as a tag interface.Classorg.jivesoftware.utilEcho
PluginPlugin interface.Interfaceorg.jivesoftware.openfire.containerEcho
PluginCacheConfiguratorA helper class to read cache configuration data for a plugin and register the defined caches with the cache factory.Classorg.jivesoftware.openfire.containerEcho
PluginCacheRegistryA simple registry of cache configuration data for plugins.Classorg.jivesoftware.openfire.containerEcho
PluginClassLoaderClassLoader for plugins.Classorg.jivesoftware.openfire.containerEcho
PluginDevEnvironmentRepresents the data model used to represent development mode within the Jive Openfire plugin framework.Classorg.jivesoftware.openfire.containerEcho
PluginDownloadManagerService that allow for aysynchrous calling of system managers.Classorg.jivesoftware.openfire.updateEcho
PluginFilterA servlet filter that plugin classes can use to dynamically register and un-register filter logic.Classorg.jivesoftware.adminEcho
PluginIconServletServlet is used for retrieval of plugin icons.Classorg.jivesoftware.openfire.containerEcho
PluginListenerAllows for notifications that a plugin has been either created or destroyed.Interfaceorg.jivesoftware.openfire.containerEcho
PluginManagerLoads and manages plugins.Classorg.jivesoftware.openfire.containerEcho
PluginManagerListenerInterface to listen for plugin manager events.Interfaceorg.jivesoftware.openfire.containerEcho
PluginServletThe plugin servlet acts as a proxy for web requests (in the admin console) to plugins.Classorg.jivesoftware.openfire.containerEcho
POP3AuthProviderAn AuthProvider that authenticates using a POP3 server.Classorg.jivesoftware.openfire.authEcho
POP3UserProviderA UserProvider to be used in conjunction with POP3AuthProvider, whichClassorg.jivesoftware.openfire.userEcho
PresenceAccessAnyone with a presence subscription of both or from may subscribe and retrieve items.Classorg.jivesoftware.openfire.pubsub.modelsEcho
PresenceEventDispatcherDispatches presence events.Classorg.jivesoftware.openfire.userEcho
PresenceEventListenerInterface to listen for presence events.Interfaceorg.jivesoftware.openfire.userEcho
PresenceManagerThe presence manager tracks on a global basis who's online.Interfaceorg.jivesoftware.openfireEcho
PresenceManagerImplSimple in memory implementation of the PresenceManager interface.Classorg.jivesoftware.openfire.spiEcho
PresenceRouterRoute presence packets throughout the server.Classorg.jivesoftware.openfireEcho
PresenceSubscribeHandler update presence and roster information.Classorg.jivesoftware.openfire.handlerEcho
PresenceUpdateHandler update presence and roster information.Classorg.jivesoftware.openfire.handlerEcho
PrivacyListA privacy list contains a set of rules that define if communication with the list owner is allowed or denied.Classorg.jivesoftware.openfire.privacyEcho
PrivacyListEventListener Interface to listen for privacy list events.Interfaceorg.jivesoftware.openfire.privacyEcho
PrivacyListManagerA Privacy list manager creates, gets, updates and removes privacy lists.Classorg.jivesoftware.openfire.privacyEcho
PrivacyListProviderProvider for the privacy lists system.Classorg.jivesoftware.openfire.privacyEcho
PrivateStoragePrivate storage for user accounts (JEP-0049).Classorg.jivesoftware.openfireEcho
PropertyClusterEventTaskThis task updates or deletes a property in a cluster node's property map.Classorg.jivesoftware.utilEcho
PropertyEventDispatcherDispatches property events.Classorg.jivesoftware.utilEcho
PropertyEventListenerInterface to listen for property events.Interfaceorg.jivesoftware.utilEcho
ProxyCandidateBasic interface to access a Candidate provided by a SessionAuthor:Thiago CamargoInterfaceorg.jivesoftware.openfire.mediaproxyEcho
ProxyConnectionManagerManages the connections to the proxy server.Classorg.jivesoftware.openfire.filetransfer.proxyEcho
ProxyOutputStreamAn output stream which tracks the amount of bytes transfered by proxy sockets.Classorg.jivesoftware.openfire.filetransfer.proxyEcho
ProxyTransferTracks the different connections related to a proxy file transfer.Interfaceorg.jivesoftware.openfire.filetransfer.proxyEcho
PublishedItemA published item to a node.Classorg.jivesoftware.openfire.pubsubEcho
PublisherModelPolicy that defines who is allowed to publish items to the node.Classorg.jivesoftware.openfire.pubsub.modelsEcho
PubSubEngineA PubSubEngine is responsible for handling packets sent to a pub-sub service.Classorg.jivesoftware.openfire.pubsubEcho
PubSubModuleModule that implements JEP-60: Publish-Subscribe.Classorg.jivesoftware.openfire.pubsubEcho
PubSubPersistenceManagerA manager responsible for ensuring node persistence.Classorg.jivesoftware.openfire.pubsubEcho
PubSubServiceA PubSubService is responsible for keeping the hosted nodes by the service, the default configuration to use for newly created nodes and specify the policy to use regardingInterfaceorg.jivesoftware.openfire.pubsubEcho
QueuedTasksManagerQueue tasks while this JVM is joining the cluster and the requested room was still not loaded.Classorg.jivesoftware.openfire.muc.clusterEcho
ReceivedThe implementation of the extension.Classorg.jivesoftware.openfire.carbonsEcho
RefreshNodeTaskForces the node to be refreshed from the database.Classorg.jivesoftware.openfire.pubsub.clusterEcho
RegistrationRequiredExceptionException used for representing that the user needs to register with the room in order to perform the requested operation.Classorg.jivesoftware.openfire.mucEcho
RelaySessionA Session Class will control "receive and relay" proccess.Classorg.jivesoftware.openfire.mediaproxyEcho
RemoteConnectionFailedExceptionThrown when something failed verifying the key of a Originating Server with an Authoritative Server in a dialback operation.Classorg.jivesoftware.openfireEcho
RemoteMUCRoleRepresentation of a room occupant of a local room that is being hosted by another cluster node.Classorg.jivesoftware.openfire.muc.spiEcho
RemoteMUCUserUser hosted by another cluster node that is presente in a local room.Classorg.jivesoftware.openfire.muc.spiEcho
RemotePacketRouterA RemotePacketRouter is responsible for deliverying packets to entities hosted in remote nodes of the cluster.Interfaceorg.jivesoftware.openfireEcho
RemoteServerConfigurationHolds the configuration when connecting to/from a remote server.Classorg.jivesoftware.openfire.serverEcho
RemoteServerManagerManages the connection permissions for remote servers.Classorg.jivesoftware.openfire.serverEcho
RemoteSessionLocatorLocator of sessions that are being hosted by other cluster nodes.Interfaceorg.jivesoftware.openfire.sessionEcho
RemoveNodeTaskRemoves a newly deleted node from memory across the cluster.Classorg.jivesoftware.openfire.pubsub.clusterEcho
ResourceServletCombines and serves resources, such as javascript or css files.Classorg.jivesoftware.openfire.httpEcho
ResultElements from a result set as defined by XEP-0059 have certain characteristics.Interfaceorg.jivesoftware.openfire.resultsetmanagerEcho
ResultSetA result set representation as described in XEP-0059.Classorg.jivesoftware.openfire.resultsetmanagerEcho
ResultSetImplA result set representation as described in XEP-0059.Classorg.jivesoftware.openfire.resultsetmanagerEcho
RoomAvailableEventTask that adds a new local room to the cluster node.Classorg.jivesoftware.openfire.muc.clusterEcho
RoomInfoRepresentation of a room configuration and its occupants.Classorg.jivesoftware.openfire.muc.clusterEcho
RoomLockedExceptionException used for representing that the user can't join a room since it's been locked.Classorg.jivesoftware.openfire.mucEcho
RoomRemovedEventTask that will remove a local room from the cluster node.Classorg.jivesoftware.openfire.muc.clusterEcho
RoomUpdatedEventTask that updates the configuration of a local room.Classorg.jivesoftware.openfire.muc.clusterEcho
RosterA roster is a list of users that the user wishes to know if they are online.Classorg.jivesoftware.openfire.rosterEcho
RosterAccessAnyone in the specified roster group(s) may subscribe and retrieve items.Classorg.jivesoftware.openfire.pubsub.modelsEcho
RosterEventDispatcherDispatches roster events.Classorg.jivesoftware.openfire.rosterEcho
RosterEventListenerInterface to listen for roster events.Interfaceorg.jivesoftware.openfire.rosterEcho
RosterItemRepresents a single roster item for a User's Roster.Classorg.jivesoftware.openfire.rosterEcho
RosterItemProviderInterfaceorg.jivesoftware.openfire.rosterEcho
RosterManagerA simple service that allows components to retrieve a roster based solely on the ID of the owner.Classorg.jivesoftware.openfire.rosterEcho
RoutableChannelHandlerInterfaceorg.jivesoftware.openfireEcho
RouteRoute packets identify target sessions by their stream ID and contain a single wrapped stanza that should be processed by the target session.Classorg.jivesoftware.openfire.multiplexEcho
RoutingTableMaintains server-wide knowledge of routes to any node.Interfaceorg.jivesoftware.openfireEcho
RoutingTableImplRouting table that stores routes to client sessions, outgoing server sessions and components.Classorg.jivesoftware.openfire.spiEcho
SANCertificateIdentityMappingCertificate identity mapping that uses XMPP-OtherName SubjectAlternativeName as the identity credentialsClassorg.jivesoftware.util.certEcho
SASLAuthenticationSASLAuthentication is responsible for returning the available SASL mechanisms to use and for actually performing the SASL authentication.Classorg.jivesoftware.openfire.netEcho
SaslProviderThis is the Provider object providing the SaslServerFactory written by Jive Software.Classorg.jivesoftware.openfire.saslEcho
SaslServerFactoryImplServer Factory for supported mechanisms.Classorg.jivesoftware.openfire.saslEcho
SaslServerPlainImpl client ----- {authzid, authcid, password} -----> server Each paramater sent to the server is seperated by a null characterClassorg.jivesoftware.openfire.saslEcho
SchemaManagerManages database schemas for Openfire and Openfire plugins.Classorg.jivesoftware.databaseEcho
ScramSha1SaslServerClassorg.jivesoftware.openfire.saslEcho
ScramUtilsA utility class that provides methods that are useful for dealing with Salted Challenge Response Authentication Mechanism (SCRAM).Classorg.jivesoftware.openfire.authEcho
SecurityAuditEventRepresentation of a single security event retrieved from the logs.Classorg.jivesoftware.openfire.securityEcho
SecurityAuditManagerThe SecurityAuditManager manages the SecurityAuditProvider configured for this server, and provides a proper conduit for making security log entries and looking them up.Classorg.jivesoftware.openfire.securityEcho
SecurityAuditProviderA SecurityAuditProvider handles storage and retrieval of security audit logs.Interfaceorg.jivesoftware.openfire.securityEcho
SeniorMemberServicesRequestTask to be requested by a node that joins a cluster and be executed in the senior cluster member to get the services with rooms with occupants.Classorg.jivesoftware.openfire.muc.clusterEcho
SentThe implementation of the extension.Classorg.jivesoftware.openfire.carbonsEcho
SequenceManagerManages sequences of unique ID's that get stored in the database.Classorg.jivesoftware.databaseEcho
ServerConnectionHandlerConnectionHandler that knows which subclass of StanzaHandler should be created and how to build and configureAuthor:Guus der Kinderen, guus.Classorg.jivesoftware.openfire.nioEcho
ServerDialback The dialback method follows the following logic to validate the remote server: The Originating Server establishes a connection to the Receiving Server.Classorg.jivesoftware.openfire.serverEcho
ServerFeaturesProviderServerFeaturesProviders are responsible for providing the features offered and supported protocols by the SERVER.Interfaceorg.jivesoftware.openfire.discoEcho
ServerIdentitiesProvider A ServerIdentitiesProvider is responsible for providing the identities of protocols supported by the SERVER.Interfaceorg.jivesoftware.openfire.discoEcho
ServerItemsProviderServerItemsProvider are responsible for providing the items associated with the SERVER.Interfaceorg.jivesoftware.openfire.discoEcho
ServerPortRepresents a port on which the server will listen for connections.Classorg.jivesoftware.openfireEcho
ServerSessionInterfaceorg.jivesoftware.openfire.sessionEcho
ServerSocketReaderA SocketReader specialized for server connections.Classorg.jivesoftware.openfire.netEcho
ServerStanzaHandlerHandler of XML stanzas sent by remote servers.Classorg.jivesoftware.openfire.netEcho
ServerStarterStarts the core XMPP server.Classorg.jivesoftware.openfire.starterEcho
ServerTrafficCounterA ServerTrafficCounter counts the number of bytes read and written by the server.Classorg.jivesoftware.openfire.netEcho
ServerTrustManagerServerTrustManager is a Trust Manager that is only used for s2s connections.Classorg.jivesoftware.openfire.netEcho
ServiceAddedEventTask that will add a service to the cluster node.Classorg.jivesoftware.openfire.muc.clusterEcho
ServiceInfoRepresentation of a service configuration.Classorg.jivesoftware.openfire.muc.clusterEcho
ServiceRemovedEventTask that will remove a service from the cluster node.Classorg.jivesoftware.openfire.muc.clusterEcho
ServiceUnavailableExceptionException used for representing that the MultiUserChat service is not available at the moment.Classorg.jivesoftware.openfire.mucEcho
ServiceUpdatedEventTask that will update a service configuring in the cluster node.Classorg.jivesoftware.openfire.muc.clusterEcho
SessionThe session represents a connection between the server and a client (c2s) or another server (s2s) as well as a connection with a component.Interfaceorg.jivesoftware.openfire.sessionEcho
SessionDataA SessionData instance is responsible for keeping information gathered during the many stages of the command being executed.Classorg.jivesoftware.openfire.commandsEcho
SessionEventEvents that occur during the session life cycle are repreentedAuthor:Iain ShigeokaClassorg.jivesoftware.openfire.auditEcho
SessionEventDispatcherDispatches session events.Classorg.jivesoftware.openfire.eventEcho
SessionEventListenerInterface to listen for session events.Interfaceorg.jivesoftware.openfire.eventEcho
SessionListenerListens for HTTP binding session events.Interfaceorg.jivesoftware.openfire.httpEcho
SessionListenerListener for media proxy session events.Interfaceorg.jivesoftware.openfire.mediaproxyEcho
SessionManagerManages the sessions associated with an account.Classorg.jivesoftware.openfireEcho
SessionNotFoundExceptionClassorg.jivesoftware.openfireEcho
SessionPacketRouterHandles the routing of packets to a particular session.Classorg.jivesoftware.openfireEcho
SessionResultFilterFilters and sorts lists of sessions.Classorg.jivesoftware.openfireEcho
SetCharacterEncodingFilterSets the character encoding to UTF-8.Classorg.jivesoftware.utilEcho
SharedGroupExceptionThrown when a a user is trying to add or remove a contact from his/her roster that belongs to aAuthor:Gaston DombiakSee Also:Serialized FormClassorg.jivesoftware.openfireEcho
SidebarTagA simple JSP tag for displaying sidebar information in the admin console.Classorg.jivesoftware.adminEcho
SimpleSSLSocketFactoryClassorg.jivesoftware.utilEcho
SocketAcceptThread each incoming socket.Classorg.jivesoftware.openfire.netEcho
SocketConnectionAn object to track the state of a XMPP client-server session.Classorg.jivesoftware.openfire.netEcho
SocketPacketWriteHandlerThis ChannelHandler writes packet data to connections.Classorg.jivesoftware.openfire.netEcho
SocketReaderA SocketReader creates the appropriate Session based on the defined namespace in the stream element and will then keep reading and routing the received packets.Classorg.jivesoftware.openfire.netEcho
SocketSendingTrackerA SocketSendingTracker keeps track of all the sockets that are currently sending data and checks the health of the sockets to detect hanged connections.Classorg.jivesoftware.openfire.netEcho
SocketUtilUtility class to generate Socket instances.Classorg.jivesoftware.openfire.netEcho
StalledSessionsFilterMINA filter that will close sessions that are failing to read outgoing traffic and whose outgoing queue is around 5MB.Classorg.jivesoftware.openfire.netEcho
StanzaHandlerA StanzaHandler is the main responsible for handling incoming stanzas.Classorg.jivesoftware.openfire.netEcho
StatisticA statistic being tracked by the server.Interfaceorg.jivesoftware.openfire.statsEcho
StatisticsManagerStores statistics being tracked by the server.Classorg.jivesoftware.openfire.statsEcho
StreamIDA unique identifier for a stream.Interfaceorg.jivesoftware.openfireEcho
StreamIDFactoryGenerates stream ids in different ways depending on the server set up.Interfaceorg.jivesoftware.openfireEcho
StreamManagerXEP-0198 Stream Manager.Classorg.jivesoftware.openfire.streammanagementEcho
StringUtilsUtility class to perform common String manipulation algorithms.Classorg.jivesoftware.utilEcho
SubnavTagA simple JSP tag for displaying sub-navigation bar information in the admin console.Classorg.jivesoftware.adminEcho
SubscriptionTaskClassorg.jivesoftware.openfire.pubsub.clusterEcho
SubSidebarTagA simple tag to gather its body content and pass it to the parent tag.Classorg.jivesoftware.adminEcho
TabsTagA simple JSP tag for displaying tab information in the admin console.Classorg.jivesoftware.adminEcho
TaskEnginePerforms tasks using worker threads.Classorg.jivesoftware.utilEcho
TLSStatusA TLSStatus enum describing the current handshaking state of this TLS connection.Classorg.jivesoftware.openfire.netEcho
TLSStreamHandlerTLSStreamHandler is responsible for securing plain connections by negotiating TLS.Classorg.jivesoftware.openfire.netEcho
TLSStreamReaderA TLSStreamReader that returns a special InputStream that hides the ByteBuffers used by the underlying Channels.Classorg.jivesoftware.openfire.netEcho
TLSStreamWriterA TLSStreamWriter that returns a special OutputStream that hides the ByteBuffers used by the underlying Channels.Classorg.jivesoftware.openfire.netEcho
TLSWrapperCreates and initializes the SSLContext instance to use to secure the plain connection.Classorg.jivesoftware.openfire.netEcho
TransportHandlerRoutes packets to the appropriate transport gateway or drops the packet.Classorg.jivesoftware.openfire.transportEcho
TrustStoreA wrapper class for a store of certificates, its metadata (password, location) and related functionality that is used to verify credentials, a trust storeClassorg.jivesoftware.openfire.keystoreEcho
UnauthenticatedExceptionThrown if a user does not have permission to access a particular method.Classorg.jivesoftware.openfire.authEcho
UnauthorizedExceptionThrown if a user does not have permission to access a particular method.Classorg.jivesoftware.openfire.authEcho
UninstallerUsed with the Install4J installer to uninstall the remaining files within the Openfire install.Classorg.jivesoftware.openfire.launcherEcho
UnknownStanzaExceptionClassorg.jivesoftware.openfire.multiplexEcho
UpdateAn Update represents a component that needs to be updated.Classorg.jivesoftware.openfire.updateEcho
UpdateGroupCommand that allows to update a given group.Classorg.jivesoftware.openfire.commands.admin.groupEcho
UpdateHistoryStrategyCluster task that will update the history strategy used by a MultiUserChatService service.Classorg.jivesoftware.openfire.muc.clusterEcho
UpdateManagerService that frequently checks for new server or plugins releases.Classorg.jivesoftware.openfire.updateEcho
UpdateOccupantTask that updates all information regarding a room occupant.Classorg.jivesoftware.openfire.muc.clusterEcho
UpdateOccupantRequestTask that requests the cluster node hosting a room occupant to change his role and/or affiliation.Classorg.jivesoftware.openfire.muc.clusterEcho
UpdatePresenceTask that updates the presence of an occupant in a room.Classorg.jivesoftware.openfire.muc.clusterEcho
UserClassorg.jivesoftware.openfire.crowd.jaxbEcho
UserEncapsulates information about a user.Classorg.jivesoftware.openfire.userEcho
UserAlreadyExistsExceptionThrown when attempting to create a user that already exists.Classorg.jivesoftware.openfire.userEcho
UserCollectionProvides a view of an array of usernames as a Collection of User objects.Classorg.jivesoftware.openfire.userEcho
UserCreatedNotifies the that a user was created.Classorg.jivesoftware.openfire.commands.eventEcho
UserDeletingNotifies the deletion of a user.Classorg.jivesoftware.openfire.commands.eventEcho
UserEventAdapterAn abstract adapter class for receiving user events.Classorg.jivesoftware.openfire.eventEcho
UserEventDispatcherDispatches user events.Classorg.jivesoftware.openfire.eventEcho
UserEventListenerInterface to listen for group events.Interfaceorg.jivesoftware.openfire.eventEcho
UserIdentitiesProvider A UserIdentitiesProvider is responsible for providing the identities of protocols supported by users.Interfaceorg.jivesoftware.openfire.discoEcho
UserItemsProvider A UserItemsProvider is responsible for providing the items associated with a user that are to be discovered during a disco#items query sent to the user.Interfaceorg.jivesoftware.openfire.discoEcho
UserManagerManages users, including loading, creating and deleting.Classorg.jivesoftware.openfire.userEcho
UserModifiedNotifies the that a user was modified.Classorg.jivesoftware.openfire.commands.eventEcho
UserNameManagerMain responsibility of this class is to return the correct name of XMPP entities.Classorg.jivesoftware.openfire.userEcho
UserNameProviderInterface to be implemented by components that are capable of returning the name of entities when running as internal components.Interfaceorg.jivesoftware.openfire.userEcho
UserNotFoundExceptionThrown when User cannot be found.Classorg.jivesoftware.openfire.userEcho
UserPropertiesAn adhoc command to retrieve the properties of the user.Classorg.jivesoftware.openfire.commands.admin.userEcho
UserProviderProvider interface for the user system.Interfaceorg.jivesoftware.openfire.userEcho
UsersClassorg.jivesoftware.openfire.crowd.jaxbEcho
VCardCreatedNotifies the that a vcard was created.Classorg.jivesoftware.openfire.commands.eventEcho
VCardDeletingNotifies the deletion of a vCard.Classorg.jivesoftware.openfire.commands.eventEcho
VCardEventDispatcherDispatches vCard events.Classorg.jivesoftware.openfire.vcardEcho
VCardListenerInterface to listen for vCard changes.Interfaceorg.jivesoftware.openfire.vcardEcho
VCardManagerManages VCard information for users.Classorg.jivesoftware.openfire.vcardEcho
VCardModifiedNotifies the that a vCard was modified.Classorg.jivesoftware.openfire.commands.eventEcho
VCardProviderProvider interface for users vcards.Interfaceorg.jivesoftware.openfire.vcardEcho
VerifyPasswordCallbackThis callback isused by SaslServer to determine if a password supplied by a client is verified.Classorg.jivesoftware.openfire.saslEcho
VersionHolds version information for Openfire.Classorg.jivesoftware.utilEcho
VirtualConnectionAbstract implementation of the Connection interface that models abstract connections.Classorg.jivesoftware.openfire.netEcho
WebBeanClassorg.jivesoftware.utilEcho
WebDAVLiteServlet to the HTTP protocol.Classorg.jivesoftware.openfire.webdavEcho
WebManagerA utility bean for Openfire admin console pages.Classorg.jivesoftware.utilEcho
WhitelistAccessOnly those on a whitelist may subscribe and retrieve items.Classorg.jivesoftware.openfire.pubsub.modelsEcho
XDataFormImplA concrete DataForm capable of sending itself to a writer and recover its state from an XMPP stanza.Classorg.jivesoftware.openfire.forms.spiEcho
XFormFieldImplClassorg.jivesoftware.openfire.forms.spiEcho
XMLNotWellFormedExceptionAn Exception indicating that evaluated content is not valid XML.Classorg.jivesoftware.openfire.nioEcho
XMLPropertiesProvides the the ability to use simple XML property files.Classorg.jivesoftware.utilEcho
XMLSocketWriterXMLWriter whose writer is actually sending data on a socket connection.Classorg.jivesoftware.openfire.netEcho
XMLWriterReplacement class of the original XMLWriter.Classorg.jivesoftware.utilEcho
XMPPCallbackHandlerCallback handler that may be used when doing SASL authentication.Classorg.jivesoftware.openfire.netEcho
XMPPCodecFactoryFactory that specifies the encode and decoder to use for parsing XMPP stanzas.Classorg.jivesoftware.openfire.nioEcho
XMPPContextListenerAn XMPPContextListener starts an XMPPServer when a ServletContext is initialized and stops the xmpp server when the servlet context is destroyed.Classorg.jivesoftware.openfireEcho
XMPPDateTimeFormatUtility class for date/time format conversions as specified in For Date -> String converstion FastDateFormat is usedClassorg.jivesoftware.utilEcho
XMPPDecoderDecoder class that parses ByteBuffers and generates XML stanzas.Classorg.jivesoftware.openfire.nioEcho
XMPPEncoderEncoder that does nothing.Classorg.jivesoftware.openfire.nioEcho
XMPPServerThe main XMPP server that will load, initialize and start all the server's modules.Classorg.jivesoftware.openfireEcho
XMPPServerInfoInformation 'snapshot' of a server's state.Interfaceorg.jivesoftware.openfireEcho
XMPPServerInfoImpl in reusing this object the data is relatively static.Classorg.jivesoftware.openfire.spiEcho
XMPPServerListenerInterface that let observers be notified when the server has been started or is about to be stopped.Interfaceorg.jivesoftware.openfireEcho