Class ExtensionModule
- java.lang.Object
-
- rocks.xmpp.core.session.context.extensions.ExtensionModule
-
- All Implemented Interfaces:
Module
public final class ExtensionModule extends Object implements Module
Registers extensions and manager classes, (which should be initialized during the start of a session) to theXmppSession
.
-
-
Constructor Summary
Constructors Constructor Description ExtensionModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<Extension>
getExtensions()
Gets the extensions belonging to this module.
-
-
-
Method Detail
-
getExtensions
public final Collection<Extension> getExtensions()
Description copied from interface:Module
Gets the extensions belonging to this module.- Specified by:
getExtensions
in interfaceModule
- Returns:
- The extensions.
-
-