Package 

Class MqttOutputStream

  • All Implemented Interfaces:
    java.io.Closeable , java.io.Flushable , java.lang.AutoCloseable

    
    public class MqttOutputStream
    extends OutputStream
                        

    An MqttOutputStream lets applications write instances of MqttWireMessage.

    • Method Summary

      Modifier and Type Method Description
      void close()
      void flush()
      void write(Array<byte> b)
      void write(Array<byte> b, int off, int len)
      void write(int b)
      void write(MqttInterceptorCallback mqttInterceptorCallback, MqttWireMessage message) Writes an MqttWireMessage to the stream.
      • Methods inherited from class java.io.OutputStream

        nullOutputStream
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait