Uses of Interface
io.moquette.broker.config.IResourceLoader
-
Packages that use IResourceLoader Package Description io.moquette.broker.config io.moquette.broker.security -
-
Uses of IResourceLoader in io.moquette.broker.config
Classes in io.moquette.broker.config that implement IResourceLoader Modifier and Type Class Description classClasspathResourceLoaderclassFileResourceLoaderMethods in io.moquette.broker.config that return IResourceLoader Modifier and Type Method Description abstract IResourceLoaderIConfig. getResourceLoader()IResourceLoaderMemoryConfig. getResourceLoader()IResourceLoaderResourceLoaderConfig. getResourceLoader()Constructors in io.moquette.broker.config with parameters of type IResourceLoader Constructor Description ResourceLoaderConfig(IResourceLoader resourceLoader)ResourceLoaderConfig(IResourceLoader resourceLoader, String configName) -
Uses of IResourceLoader in io.moquette.broker.security
Constructors in io.moquette.broker.security with parameters of type IResourceLoader Constructor Description ResourceAuthenticator(IResourceLoader resourceLoader, String resourceName)
-