net.sigusr.mqtt.impl.protocol

Registers

Related Docs: class Registers | package protocol

object Registers extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Registers
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type RegistersState[A] = IndexedStateT[scalaz.Id.Id, Registers, Registers, A]

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  10. def getRemainingBits(bytes: ByteString): State[Registers, BitVector]

  11. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. final def notify(): Unit

    Definition Classes
    AnyRef
  15. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  16. def removeInFlightRecvFrame(id: Int): State[Registers, Unit]

  17. def removeInFlightSentFrame(id: Int): State[Registers, Unit]

  18. def resetTimerTask: State[Registers, Unit]

  19. def sendToClient(response: APIResponse)(implicit sender: ActorRef = Actor.noSender): State[Registers, Unit]

  20. def sendToTcpManager(command: Command)(implicit sender: ActorRef = Actor.noSender): State[Registers, Unit]

  21. def setLastSentMessageTimestamp(lastSentMessageTimeStamp: Long): State[Registers, Unit]

  22. def setPingResponsePending(isPingResponsePending: Boolean): State[Registers, Unit]

  23. def setRemainingBits(bits: BitVector): State[Registers, Unit]

  24. def setTCPManager(tcpManager: ActorRef): State[Registers, Unit]

  25. def setTimeOut(keepAlive: Long): State[Registers, Unit]

  26. def setTimerTask(timerTask: Cancellable): State[Registers, Unit]

  27. def storeInFlightRecvFrame(id: Int): State[Registers, Unit]

  28. def storeInFlightSentFrame(id: Int, frame: Frame): State[Registers, Unit]

  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. def toString(): String

    Definition Classes
    AnyRef → Any
  31. def unwatchTcpManager(implicit context: ActorContext): State[Registers, ActorRef]

  32. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def watchTcpManager(implicit context: ActorContext): State[Registers, ActorRef]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped