public class MQTTProtocolManagerFactory extends AbstractProtocolManagerFactory<MQTTInterceptor>
| Modifier and Type | Field and Description |
|---|---|
static String |
MQTT_PROTOCOL_NAME |
| Constructor and Description |
|---|
MQTTProtocolManagerFactory() |
| Modifier and Type | Method and Description |
|---|---|
ProtocolManager |
createProtocolManager(ActiveMQServer server,
Map<String,Object> parameters,
List<BaseInterceptor> incomingInterceptors,
List<BaseInterceptor> outgoingInterceptors) |
List<MQTTInterceptor> |
filterInterceptors(List<BaseInterceptor> interceptors) |
String |
getModuleName() |
String[] |
getProtocols() |
internalFilterInterceptors, stripPasswordParametersclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPersisterpublic static final String MQTT_PROTOCOL_NAME
public ProtocolManager createProtocolManager(ActiveMQServer server, Map<String,Object> parameters, List<BaseInterceptor> incomingInterceptors, List<BaseInterceptor> outgoingInterceptors) throws Exception
Exceptionpublic List<MQTTInterceptor> filterInterceptors(List<BaseInterceptor> interceptors)
public String[] getProtocols()
public String getModuleName()
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.