Packages

implicit final class MqttByteIterator extends AnyVal

Source
model.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MqttByteIterator
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MqttByteIterator(v: ByteIterator)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def decodeConnAck(): Either[DecodeError, ConnAck]
  6. def decodeConnect(): Either[DecodeError, Connect]
  7. def decodeControlPacket(maxPacketSize: Int): Either[DecodeError, ControlPacket]
  8. def decodePubAck(): Either[DecodeError, PubAck]
  9. def decodePubComp(): Either[DecodeError, PubComp]
  10. def decodePubRec(): Either[DecodeError, PubRec]
  11. def decodePubRel(): Either[DecodeError, PubRel]
  12. def decodePublish(l: Int, flags: ControlPacketFlags): Either[DecodeError, Publish]
  13. def decodeRemainingLength(): Either[DecodeError, Int]
  14. def decodeString(): Either[DecodeError, String]
  15. def decodeSubAck(l: Int): Either[DecodeError, SubAck]
  16. def decodeSubscribe(l: Int): Either[DecodeError, Subscribe]
  17. def decodeUnsubAck(): Either[DecodeError, UnsubAck]
  18. def decodeUnsubscribe(l: Int): Either[DecodeError, Unsubscribe]
  19. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def toString(): String
    Definition Classes
    Any
  22. val v: ByteIterator

Inherited from AnyVal

Inherited from Any

Ungrouped