Uses of Interface
tigase.http.modules.Module
-
-
Uses of Module in tigase.http
Classes in tigase.http with type parameters of type Module Modifier and Type Class Description classServiceImpl<T extends Module>Methods in tigase.http with parameters of type Module Modifier and Type Method Description booleanHttpMessageReceiver. write(Module module, tigase.server.Packet packet)booleanHttpMessageReceiver. write(Module module, tigase.server.Packet packet, java.lang.Integer timeout, PacketWriter.Callback callback)booleanPacketWriter. write(Module module, tigase.server.Packet packet)booleanPacketWriter. write(Module module, tigase.server.Packet packet, java.lang.Integer timeout, PacketWriter.Callback callback)Method parameters in tigase.http with type arguments of type Module Modifier and Type Method Description voidHttpMessageReceiver. setActiveModules(java.util.List<Module> activeModules)Constructors in tigase.http with parameters of type Module Constructor Description CommandManager(Module module) -
Uses of Module in tigase.http.api
Classes in tigase.http.api with type parameters of type Module Modifier and Type Interface Description interfaceService<T extends Module> -
Uses of Module in tigase.http.modules
Classes in tigase.http.modules that implement Module Modifier and Type Class Description classAbstractBareModuleCreated by andrzej on 28.03.2017.classAbstractModuleclassIndexModuleCreated by andrzej on 28.05.2016.classUserStatusEndpointModuleMethods in tigase.http.modules with type parameters of type Module Modifier and Type Method Description static <T extends Module>
TAbstractBareModule. getModuleByUUID(java.lang.String uuid)static <T extends Module>
TAbstractModule. getModuleByUUID(java.lang.String uuid) -
Uses of Module in tigase.http.modules.admin
Classes in tigase.http.modules.admin that implement Module Modifier and Type Class Description classAdminModule -
Uses of Module in tigase.http.modules.dnswebservice
Classes in tigase.http.modules.dnswebservice that implement Module Modifier and Type Class Description classDnsWebServiceModuleDeprecated. -
Uses of Module in tigase.http.modules.rest
Classes in tigase.http.modules.rest that implement Module Modifier and Type Class Description classRestModule -
Uses of Module in tigase.http.modules.server
Classes in tigase.http.modules.server that implement Module Modifier and Type Class Description classServerInfoModule -
Uses of Module in tigase.http.modules.setup
Classes in tigase.http.modules.setup that implement Module Modifier and Type Class Description classSetupModeRedirectModuleCreated by andrzej on 06.04.2017.classSetupModule -
Uses of Module in tigase.http.modules.ui
Classes in tigase.http.modules.ui that implement Module Modifier and Type Class Description classUIModuleCreated by andrzej on 05.08.2016.classWebModule -
Uses of Module in tigase.http.modules.wellknown
Classes in tigase.http.modules.wellknown that implement Module Modifier and Type Class Description classWellKnownModule -
Uses of Module in tigase.http.rest
Classes in tigase.http.rest with type parameters of type Module Modifier and Type Interface Description interfaceService<T extends Module>
-