net.sigusr.mqtt.impl.frames
package net.sigusr.mqtt.impl.frames
Members list
Type members
Classlikes
object Builders
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Builders.type
case class ConnackFrame(header: Header, returnCode: Int) extends Frame
object ConnackFrame
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ConnackFrame.type
case class ConnectFrame(header: Header, variableHeader: ConnectVariableHeader, clientId: String, topic: Option[String], message: Option[String], user: Option[String], password: Option[String]) extends Frame
object ConnectFrame
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ConnectFrame.type
case class ConnectVariableHeader(userNameFlag: Boolean, passwordFlag: Boolean, willRetain: Boolean, willQoS: Int, willFlag: Boolean, cleanSession: Boolean, keepAliveTimer: Int)
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ConnectVariableHeader
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
case class DisconnectFrame(header: Header) extends Frame
object DisconnectFrame
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
DisconnectFrame.type
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class ConnackFrameclass ConnectFrameclass DisconnectFrameclass PingReqFrameclass PingRespFrameclass PubackFrameclass PubcompFrameclass PublishFrameclass PubrecFrameclass PubrelFrameclass SubackFrameclass SubscribeFrameclass UnsubackFrameclass UnsubscribeFrameShow all
object Frame
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object Header
case class PingReqFrame(header: Header) extends Frame
object PingReqFrame
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
PingReqFrame.type
case class PingRespFrame(header: Header) extends Frame
object PingRespFrame
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
PingRespFrame.type
case class PubackFrame(header: Header, messageIdentifier: Int) extends Frame
object PubackFrame
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
PubackFrame.type
case class PubcompFrame(header: Header, messageIdentifier: Int) extends Frame
object PubcompFrame
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
PubcompFrame.type
case class PublishFrame(header: Header, topic: String, messageIdentifier: Option[Int], payload: ByteVector) extends Frame
object PublishFrame
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
PublishFrame.type
case class PubrecFrame(header: Header, messageIdentifier: Int) extends Frame
object PubrecFrame
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
PubrecFrame.type
case class PubrelFrame(header: Header, messageIdentifier: Int) extends Frame
object PubrelFrame
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
PubrelFrame.type
final class RemainingLengthCodec extends Codec[Int]
Attributes
- Supertypes
-
trait Codec[Int]trait Decoder[Int]trait Encoder[Int]class Objecttrait Matchableclass AnyShow all
case class SubackFrame(header: Header, messageIdentifier: Int, topics: Vector[Int]) extends Frame
object SubackFrame
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
SubackFrame.type
case class SubscribeFrame(header: Header, messageIdentifier: Int, topics: Vector[(String, Int)]) extends Frame
object SubscribeFrame
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
SubscribeFrame.type
case class UnsubackFrame(header: Header, messageIdentifier: Int) extends Frame
object UnsubackFrame
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
UnsubackFrame.type
case class UnsubscribeFrame(header: Header, messageIdentifier: Int, topics: Vector[String]) extends Frame
object UnsubscribeFrame
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
UnsubscribeFrame.type
Value members
Concrete fields
In this article