public interface MQTTTransport
Modifier and Type | Method and Description |
---|---|
MQTTInactivityMonitor |
getInactivityMonitor() |
X509Certificate[] |
getPeerCertificates() |
MQTTWireFormat |
getWireFormat() |
void |
onException(IOException error) |
void |
sendToActiveMQ(Command command) |
void |
sendToMQTT(MQTTFrame command) |
void |
stop() |
void sendToActiveMQ(Command command)
void sendToMQTT(MQTTFrame command) throws IOException
IOException
X509Certificate[] getPeerCertificates()
void onException(IOException error)
MQTTInactivityMonitor getInactivityMonitor()
MQTTWireFormat getWireFormat()
Copyright © 2005–2016. All rights reserved.