Uses of Interface
br.com.anteros.mqtt.core.server.session.IMqttSessionManager
-
Packages that use IMqttSessionManager Package Description br.com.anteros.mqtt.core.server br.com.anteros.mqtt.core.server.dispatcher br.com.anteros.mqtt.core.server.session -
-
Uses of IMqttSessionManager in br.com.anteros.mqtt.core.server
Methods in br.com.anteros.mqtt.core.server that return IMqttSessionManager Modifier and Type Method Description IMqttSessionManagerMqttServerCreator. getSessionManager()Methods in br.com.anteros.mqtt.core.server with parameters of type IMqttSessionManager Modifier and Type Method Description MqttServerCreatorMqttServerCreator. sessionManager(IMqttSessionManager sessionManager) -
Uses of IMqttSessionManager in br.com.anteros.mqtt.core.server.dispatcher
Fields in br.com.anteros.mqtt.core.server.dispatcher declared as IMqttSessionManager Modifier and Type Field Description protected IMqttSessionManagerAbstractMqttMessageDispatcher. sessionManager -
Uses of IMqttSessionManager in br.com.anteros.mqtt.core.server.session
Classes in br.com.anteros.mqtt.core.server.session that implement IMqttSessionManager Modifier and Type Class Description classInMemoryMqttSessionManager内存 session 管理
-