public class MqttSessionManager extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MqttSessionManager.HostState |
| Modifier and Type | Field and Description |
|---|---|
static org.apache.activemq.apollo.util.Scala2Java.Logger |
log |
| Constructor and Description |
|---|
MqttSessionManager() |
| Modifier and Type | Method and Description |
|---|---|
static void |
attach(VirtualHost host,
org.fusesource.hawtbuf.UTF8Buffer client_id,
MqttProtocolHandler handler) |
static void |
disconnect(MqttSessionManager.HostState host_state,
org.fusesource.hawtbuf.UTF8Buffer client_id,
MqttProtocolHandler handler) |
static void |
remove(MqttSessionManager.HostState host_state,
org.fusesource.hawtbuf.UTF8Buffer client_id) |
public static void attach(VirtualHost host, org.fusesource.hawtbuf.UTF8Buffer client_id, MqttProtocolHandler handler)
public static void disconnect(MqttSessionManager.HostState host_state, org.fusesource.hawtbuf.UTF8Buffer client_id, MqttProtocolHandler handler)
public static void remove(MqttSessionManager.HostState host_state, org.fusesource.hawtbuf.UTF8Buffer client_id)
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.