public interface MQTTTransport
| Modifier and Type | Method and Description |
|---|---|
MQTTInactivityMonitor |
getInactivityMonitor() |
X509Certificate[] |
getPeerCertificates() |
MQTTWireFormat |
getWireFormat() |
void |
onException(IOException error) |
void |
sendToActiveMQ(org.apache.activemq.command.Command command) |
void |
sendToMQTT(org.fusesource.mqtt.codec.MQTTFrame command) |
void |
stop() |
void sendToActiveMQ(org.apache.activemq.command.Command command)
void sendToMQTT(org.fusesource.mqtt.codec.MQTTFrame command)
throws IOException
IOExceptionX509Certificate[] getPeerCertificates()
void onException(IOException error)
MQTTInactivityMonitor getInactivityMonitor()
MQTTWireFormat getWireFormat()
Copyright © 2005-2014 The Apache Software Foundation. All Rights Reserved.