Uses of Interface
io.moquette.interception.InterceptHandler
-
Packages that use InterceptHandler Package Description io.moquette.broker io.moquette.interception io.moquette.logging -
-
Uses of InterceptHandler in io.moquette.broker
Methods in io.moquette.broker with parameters of type InterceptHandler Modifier and Type Method Description voidServer. addInterceptHandler(InterceptHandler interceptHandler)SPI method used by Broker embedded applications to add intercept handlers.voidServer. removeInterceptHandler(InterceptHandler interceptHandler)SPI method used by Broker embedded applications to remove intercept handlers.Method parameters in io.moquette.broker with type arguments of type InterceptHandler Modifier and Type Method Description voidServer. startServer(IConfig config, List<? extends InterceptHandler> handlers)Starts Moquette with config provided by an implementation of IConfig class and with the set of InterceptHandler.voidServer. startServer(IConfig config, List<? extends InterceptHandler> handlers, ISslContextCreator sslCtxCreator, IAuthenticator authenticator, IAuthorizatorPolicy authorizatorPolicy) -
Uses of InterceptHandler in io.moquette.interception
Classes in io.moquette.interception that implement InterceptHandler Modifier and Type Class Description classAbstractInterceptHandlerBasic abstract class usefull to avoid empty methods creation in subclasses.Methods in io.moquette.interception with parameters of type InterceptHandler Modifier and Type Method Description voidBrokerInterceptor. addInterceptHandler(InterceptHandler interceptHandler)voidInterceptor. addInterceptHandler(InterceptHandler interceptHandler)voidBrokerInterceptor. removeInterceptHandler(InterceptHandler interceptHandler)voidInterceptor. removeInterceptHandler(InterceptHandler interceptHandler)Constructor parameters in io.moquette.interception with type arguments of type InterceptHandler Constructor Description BrokerInterceptor(IConfig props, List<InterceptHandler> handlers)Configures a broker interceptor using the pool size specified in the IConfig argument.BrokerInterceptor(List<InterceptHandler> handlers)Configures a broker interceptor, with a thread pool of one thread. -
Uses of InterceptHandler in io.moquette.logging
Methods in io.moquette.logging with type parameters of type InterceptHandler Modifier and Type Method Description static <T extends InterceptHandler>
Collection<String>LoggingUtils. getInterceptorIds(Collection<T> handlers)
-