Uses of Interface
br.com.anteros.mqtt.core.server.auth.IMqttServerAuthHandler
-
Packages that use IMqttServerAuthHandler Package Description br.com.anteros.mqtt.core.server br.com.anteros.mqtt.core.server.support -
-
Uses of IMqttServerAuthHandler in br.com.anteros.mqtt.core.server
Methods in br.com.anteros.mqtt.core.server that return IMqttServerAuthHandler Modifier and Type Method Description IMqttServerAuthHandlerMqttServerCreator. getAuthHandler()Methods in br.com.anteros.mqtt.core.server with parameters of type IMqttServerAuthHandler Modifier and Type Method Description MqttServerCreatorMqttServerCreator. authHandler(IMqttServerAuthHandler authHandler) -
Uses of IMqttServerAuthHandler in br.com.anteros.mqtt.core.server.support
Classes in br.com.anteros.mqtt.core.server.support that implement IMqttServerAuthHandler Modifier and Type Class Description classDefaultMqttServerAuthHandler默认的认证处理
-