Class MQTTNIOTransport

  • All Implemented Interfaces:
    Runnable, org.apache.activemq.Service, Transport

    public class MQTTNIOTransport
    extends org.apache.activemq.transport.tcp.TcpTransport
    An implementation of the Transport interface for using MQTT over NIO
    • Method Detail

      • initializeStreams

        protected void initializeStreams()
                                  throws IOException
        Overrides:
        initializeStreams in class org.apache.activemq.transport.tcp.TcpTransport
        Throws:
        IOException
      • doStart

        protected void doStart()
                        throws Exception
        Overrides:
        doStart in class org.apache.activemq.transport.tcp.TcpTransport
        Throws:
        Exception
      • doStop

        protected void doStop​(ServiceStopper stopper)
                       throws Exception
        Overrides:
        doStop in class org.apache.activemq.transport.tcp.TcpTransport
        Throws:
        Exception