Package 

Class MqttInputStream

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

    
    public class MqttInputStream
    extends InputStream
                        

    An MqttInputStream lets applications read instances of MqttWireMessage.

    • Method Summary

      Modifier and Type Method Description
      int read()
      int available()
      void close()
      MqttWireMessage readMqttWireMessage(MqttInterceptorCallback mqttInterceptorCallback) Reads an MqttWireMessage from the stream.
      • Methods inherited from class java.io.InputStream

        mark, markSupported, nullInputStream, readAllBytes, readNBytes, readNBytes, reset, skip, transferTo
      • Methods inherited from class java.lang.Object

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