net.sigusr.mqtt.impl

protocol

package protocol

Visibility
  1. Public
  2. All

Type Members

  1. abstract class Engine extends Actor with Handlers with ActorLogging

  2. trait Handlers extends AnyRef

  3. case class Registers(lastSentMessageTimestamp: Long = 0, isPingResponsePending: Boolean = false, keepAlive: Long = DEFAULT_KEEP_ALIVE.toLong, timerTask: Option[Cancellable] = None, client: ActorRef = null, inFlightSentFrame: TreeMap[Int, Frame] = TreeMap.empty[Int, Frame], inFlightRecvFrame: TreeSet[Int] = TreeSet.empty[Int], remainingBytes: BitVector = BitVector.empty, tcpManager: ActorRef = null) extends Product with Serializable

Value Members

  1. object Registers extends Serializable

Ungrouped